Expense Snap
v0.1.0Capture receipt details, categorize spending, and generate monthly reports from a local SQLite ledger.
⭐ 0· 75·0 current·0 all-time
byMehul Bhojraj Upase@mehulupase01
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included Python script and CLI: recording receipts, categorizing, monthly reports, and CSV export. Required binary is only python and no unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs running the included Python CLI against {baseDir}; the CLI only reads/writes a local SQLite DB under {baseDir}/.runtime and CSV export files. There are no instructions to read unrelated system files, access environment secrets, or transmit data externally.
Install Mechanism
There is no install spec or remote download; the skill ships code files and expects a local python to run them. No external packages or network retrievals are performed at install time.
Credentials
The skill declares no required environment variables or credentials. The code does not access environment secrets or external auth tokens.
Persistence & Privilege
always is false and the skill does not request persistent platform privileges. It creates and updates files only within the provided base_dir (.runtime DB and any explicit export paths), which is appropriate for its purpose.
Assessment
This skill appears to do what it says: run the included Python script to store receipts in a local SQLite DB at {baseDir}/.runtime/expense-snap.db and export CSVs. It does not request credentials or perform network access. Before installing, consider: run it in a safe/isolated base_dir if you have sensitive receipts (it will write files there), review the small Python source yourself if you want assurance, and ensure your agent substitutes {baseDir} to a directory you control. Note: SKILL.md mentions images/OCR, but the script only stores an image_path string and does not perform OCR or read image files. If you need encryption/backups or stricter access controls for financial data, add those protections outside this skill.Like a lobster shell, security has layers — review code before you run it.
latestvk977j79pq3xzcpj9kpjncq6nvd83eazk
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
Binspython
