Invoice & Expense Tracker

v1.0.0

AI-powered invoice and expense tracking from natural language. Maintain a local ledger, generate monthly reports by category/vendor, export to CSV for QuickB...

0· 165·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (invoice & expense tracking) match the instructions and the included files: ledger storage, CSV export, categories.json, reporting and alerts. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md confines operations to local files (./data/ledger.json, ./config/categories.json, ./exports/*), backup-before-write behavior, and user confirmations. It does not instruct reading unrelated system paths, environment variables, or contacting external endpoints. It clearly documents what it will write and where.
Install Mechanism
Instruction-only skill with no install steps and no code to download or execute. Low installation risk.
Credentials
No environment variables, credentials, or external API keys are requested. The only stored configuration is local metadata (default currency, etc.), which is proportionate to the stated purpose.
Persistence & Privilege
always is false and the skill does not request permanent system-wide privileges. It will create and maintain local files in the current working directory, which is expected for this functionality.
Assessment
This skill appears to be a local-first expense tracker and is internally consistent. Before installing, consider: 1) It will create and append financial data under ./data and write backups and exports under ./exports — ensure you install/run it in a directory you control and that file permissions meet your security needs. 2) If you store sensitive financial data, consider encrypting the folder or running the skill in an isolated environment. 3) Exported CSVs can contain sensitive info—manage them like other financial exports. 4) The skill uses approximate exchange rates and stores a default currency in metadata—confirm those settings on first use. 5) If you prefer the agent not to take actions autonomously, disable autonomous invocation in your agent settings. If you want higher assurance, request source code (runtime logic) or run the skill in a sandbox to verify behavior.

Like a lobster shell, security has layers — review code before you run it.

accountingvk97d1xgaxa1xsxp0keg8p5xj8n82r1rybookkeepingvk97d1xgaxa1xsxp0keg8p5xj8n82r1ryexpensesvk97d1xgaxa1xsxp0keg8p5xj8n82r1ryfinancevk97d1xgaxa1xsxp0keg8p5xj8n82r1ryinvoicesvk97d1xgaxa1xsxp0keg8p5xj8n82r1rylatestvk97d1xgaxa1xsxp0keg8p5xj8n82r1ryquickbooksvk97d1xgaxa1xsxp0keg8p5xj8n82r1ryxerovk97d1xgaxa1xsxp0keg8p5xj8n82r1ry

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments