financial-document-parser
Extract and analyze data from invoices, receipts, bank statements, and financial documents. Categorize expenses, track recurring charges, and generate expense reports. Use when user provides financial PDFs or images.
What this skill does
# Financial Document Parser Extract structured data from financial documents with automatic categorization and analysis. ## When to Use This Skill Activate when the user: - Provides invoices, receipts, or bank statements - Asks to "parse this invoice" or "extract data from this receipt" - Needs expense categorization - Wants to track spending patterns - Asks to generate expense reports - Mentions financial document analysis - Provides PDF or image of financial documents ## Instructions 1. **Identify Document Type** - Invoice (business to business) - Receipt (point of sale) - Bank statement - Credit card statement - Expense report - Tax document 2. **Extract Core Information** **For Invoices:** - Invoice number - Invoice date and due date - Vendor/supplier name and contact - Client/recipient name - Line items (description, quantity, unit price, total) - Subtotal, tax, and grand total - Payment terms - Payment methods accepted **For Receipts:** - Merchant name and location - Date and time - Items purchased - Individual prices - Subtotal, tax, total - Payment method - Last 4 digits of card (if present) **For Bank/Credit Card Statements:** - Statement period - Account number (last 4 digits) - All transactions (date, description, amount, balance) - Beginning and ending balance - Total credits and debits - Fees or interest charges 3. **Categorize Expenses** - Business expenses: Office supplies, software, equipment - Travel: Transportation, lodging, meals - Utilities: Internet, phone, electricity - Professional services: Legal, accounting, consulting - Marketing: Advertising, subscriptions - Entertainment: Client meals, events - Other: Miscellaneous 4. **Identify Patterns** - Recurring charges (subscriptions) - Duplicate charges - Unusual or high-value transactions - Tax-deductible expenses - Foreign currency transactions 5. **Generate Structured Output** - Create CSV-ready format - Summarize totals by category - Flag items needing attention - Calculate tax implications (if relevant) ## Output Format ```markdown # Financial Document Analysis ## Document Details - **Type**: Invoice / Receipt / Statement - **Date**: [Date] - **Vendor/Merchant**: [Name] - **Document Number**: [Number] - **Total Amount**: $X,XXX.XX ## Line Items | Description | Quantity | Unit Price | Total | |-------------|----------|------------|-------| | [Item] | X | $XX.XX | $XX.XX | ## Financial Summary - **Subtotal**: $X,XXX.XX - **Tax**: $XXX.XX - **Total**: $X,XXX.XX - **Payment Method**: [Method] ## Expense Categorization | Category | Amount | Items | |----------|--------|-------| | Software | $XXX | Slack, GitHub | | Office | $XX | Supplies | ## Insights - ✓ Tax-deductible business expenses: $X,XXX - ⚠ Recurring charges detected: 3 subscriptions ($XXX/month) - ℹ Foreign transaction fees: $XX ## Flagged Items - [ ] Large expense ($X,XXX) - verify approval - [ ] Duplicate charge detected on [date] ## Export Data (CSV Format) ```csv Date,Vendor,Description,Category,Amount,Tax Deductible 2025-01-15,Adobe,Creative Cloud,Software,52.99,Yes ``` ## Recommendations - Track recurring $XXX/month for [subscription] - Consider negotiating bulk discount with [vendor] - Set up payment reminder for [invoice due date] ``` ## Examples **User**: "Extract data from this invoice PDF" **Response**: Parse PDF → Extract vendor info, line items, totals → Categorize as business expense → Format as structured data → Generate CSV export **User**: "Analyze my bank statement and categorize expenses" **Response**: Extract all transactions → Categorize each (dining, software, travel) → Identify recurring charges → Calculate totals by category → Flag unusual transactions → Generate spending report **User**: "Parse these 10 receipts and create an expense report" **Response**: Process each receipt → Extract merchant, date, amount, items → Categorize expenses → Calculate totals → Generate consolidated report → Create CSV for expense submission ## Best Practices - Preserve exact amounts (don't round) - Maintain currency symbols and formats - Note when data is unclear or illegible - Flag suspicious or duplicate transactions - Provide tax-relevant categorization - Use standard expense categories - Generate export-ready formats (CSV, JSON) - Protect sensitive info (mask account numbers) - Identify missing information (no date, unclear vendor) - Calculate totals and verify against document - Note discrepancies or calculation errors - Include exchange rates for foreign currency
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.