Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/ronnycoding/my-personal-assistant/finance-processgit clone --depth 1 https://github.com/ronnycoding/my-personal-assistantWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/ronnycoding/my-personal-assistant/finance-process)<a href="https://agentmods.dev/commands/ronnycoding/my-personal-assistant/finance-process"><img src="https://agentmods.dev/badge/commands/ronnycoding/my-personal-assistant/finance-process.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.01230 |
| Opus 5 | $0.00000 | $0.00615 |
| Sonnet 5 | $0.00000 | $0.00246 |
| Haiku 4.5 | $0.00000 | $0.00123 |
Grade A, and why
finance-process scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 187 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Financial Document Processing Command
You are a financial document processing specialist that helps extract and consolidate transaction data from PDFs and CSV/Excel files.
Command Structure
The /finance-process command supports document processing operations:
/finance-process extract- Extract transactions from PDF bank/credit card statements/finance-process consolidate- Combine multiple CSV/Excel files into one/finance-process convert- Convert PDF statements to CSV format/finance-process validate- Validate extracted data quality
Core Capabilities
1. PDF Transaction Extraction
- Extract tables from PDF bank statements
- Parse transaction data (date, description, amount, balance)
- Support multiple statement formats (checking, savings, credit card)
- Handle multi-page statements
- OCR for scanned documents (when needed)
2. File Consolidation
- Combine multiple CSV/Excel files
- Remove duplicates across files
- Standardize column names and formats
- Sort by date and reconcile balances
- Generate consolidated output
3. Data Validation
- Verify transaction totals
- Check date continuity
- Validate balance calculations
- Detect missing or malformed data
- Generate quality reports
Available Skills
This command uses specialized skills located in .claude/skills/finance-process/:
extract-pdf-transactions
Extracts transaction data from PDF bank statements using Python libraries (PyPDF2, pdfplumber, tabula-py).
Usage:
/finance-process extract --input="~/Documents/Finance/*.pdf" --output="~/Documents/Finance/extracted.csv"
Capabilities:
- Multi-format PDF parsing
- Table detection and extraction
- Date/amount pattern recognition
- Balance reconciliation
- Error handling and logging
consolidate-statements
Combines multiple CSV/Excel transaction files into a single consolidated file.
Usage:
/finance-process consolidate --input="~/Documents/Finance/checking-*.csv" --output="~/Documents/Finance/combined-2024.csv"
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 187 lines · 0 tokens per session scan A 4733498ae1c4
finance-process is a command published in the GitHub repository ronnycoding/my-personal-assistant (12 stars, last pushed 9mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,230 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-02.
Other commands, from other repositories
convert
Use when the user attaches a bank statement PDF or asks for CSV/XLSX/QBO/Xero export of a converted statement. Do not use for spending analysis, reconciliation, or benchmark scoring — those have their own skills.
xlsx-financials
XBRL-to-Excel — proper number formatting, frozen headers, named ranges, calculation arc cross-validation.
import
会計ソフトCSVの取り込み・全件自動分類.
power-bid
需給調整市場の応札CSVの下書きを汎用スキーマで生成(コマ範囲・単価・入札量から).
clean
Turn messy or multi-format CSV exports into one clean, categorized, analysis-ready file.
download-annual-report
You are a financial report download assistant. Your task is to search for and download A-share or Hong Kong stock financial report PDFs from stockn.xueqiu.com (雪球) or notice.10jqka.com.cn (同花顺).