Accounting Agent Skill

Extract financial data from documents, validate prices, dates, and currencies, and standardize into JSON.

1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/SSaksit23/claw-assistant --skill accounting-agent-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Accounting Agent Skill
Source: https://github.com/SSaksit23/claw-assistant/tree/main/skill/accounting_agent
Command: npx skills add https://github.com/SSaksit23/claw-assistant --skill accounting-agent-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the complex and time-consuming process of analyzing financial documents, ensuring data integrity, and routing it to the correct downstream systems.

Core Features & Use Cases

  • Automated Financial Analysis: Extracts data from various document formats (PDF, DOCX, XLSX, images), validates prices, dates, and currencies, and detects anomalies.
  • Data Standardization: Maps extracted information to a unified JSON schema for consistent processing.
  • Intelligent Routing: Classifies documents and automatically routes them to the Admin Agent for expense registration or the Data Analysis Agent for reporting.
  • Use Case: Upload a batch of travel invoices in different formats; the skill will extract all financial details, verify their accuracy, translate descriptions to English, and prepare them for either immediate expense registration or inclusion in financial reports.

Quick Start

Use the Accounting Agent skill to process the attached invoice file 'receipt_001.pdf'.

Frequently Asked Questions about Accounting Agent Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate invoice processing from mixed formats like PDF and DOCX?

Invoice processing for mixed formats like PDF, DOCX, and XLSX works by extracting text, validating prices and currencies, and mapping the data into a structured JSON format. This ensures consistent data integrity for automated workflows.

What is financial document routing and how does it classify expenses?

Financial document routing classifies extracted expenses and directs them to specific agents. It sends data to the Admin Agent for expense registration or the Data Analysis Agent for reporting, ensuring efficient workflow automation.

How do I validate extracted prices, dates, and currencies from financial documents?

Validating extracted prices, dates, and currencies involves performing automated financial checks during text extraction. This process detects anomalies, verifies accuracy, and standardizes the information into a unified JSON schema.

Can I process travel invoices in different formats and translate descriptions to English?

Yes, processing travel invoices in different formats automatically extracts all financial details, validates accuracy, and translates descriptions to English. The standardized output is then prepared for expense registration or financial reporting.

Does this document automation skill require specific dependencies to route data to the Admin Agent?

No specific dependencies are required for document automation to route data to the Admin Agent. The skill operates independently to classify expenses and route the structured JSON data directly to the appropriate downstream agent.