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 skills add fakoli/fakoli-plugins --skill recipe-create-expense-trackergit clone --depth 1 https://github.com/fakoli/fakoli-pluginsWrote 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/skills/fakoli/fakoli-plugins/recipe-create-expense-tracker)<a href="https://agentmods.dev/skills/fakoli/fakoli-plugins/recipe-create-expense-tracker"><img src="https://agentmods.dev/badge/skills/fakoli/fakoli-plugins/recipe-create-expense-tracker.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.1 | $0.00022 | $0.00382 |
| Opus 5 | $0.00011 | $0.00191 |
| Sonnet 5 | $0.00004 | $0.00076 |
| Haiku 4.5 | $0.00002 | $0.00038 |
Grade A, and why
recipe-create-expense-tracker 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 5d 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.
What it actually says
Create a Google Sheets Expense Tracker
Set up a Google Sheets spreadsheet for tracking expenses with headers and initial entries.
When to Use
Use this workflow when the user wants to create a new expense tracking spreadsheet with a standard structure.
Workflow
1. Create the spreadsheet
gws drive files create --json '{"name": "TRACKER_NAME", "mimeType": "application/vnd.google-apps.spreadsheet"}'
Capture the spreadsheet ID from the response.
2. Add headers
gws sheets +append --spreadsheet SHEET_ID --range 'Sheet1' \
--values '["Date", "Category", "Description", "Amount"]'
3. Optionally add sample entries
If the user wants example data:
gws sheets +append --spreadsheet SHEET_ID --range 'Sheet1' \
--values '["2026-03-14", "Travel", "Flight to NYC", "450.00"]'
4. Share with others (optional)
If the user wants to share:
gws drive permissions create \
--params '{"fileId": "SHEET_ID"}' \
--json '{"role": "reader", "type": "user", "emailAddress": "[email protected]"}' \
--dry-run
Confirm, then execute.
5. Provide the link
Give the user: https://docs.google.com/spreadsheets/d/SHEET_ID
Tips
- Customize headers based on the user's needs (add "Project", "Receipt URL", etc.)
- Suggest using Data Validation in Sheets for the Category column
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.
- 5d ago First seen · 61 lines · 22 tokens per session scan A 46973d65e5d2
recipe-create-expense-tracker is a skill published in the GitHub repository fakoli/fakoli-plugins (4 stars, last pushed 3d ago), licensed MIT. It adds 22 tokens to every session and 382 once invoked, about $0.0001 per session on Opus 5. 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-03.
Other skills, from other repositories
xlsx
This skill should be activated when the user asks to create, edit, read, or analyze Excel spreadsheet files (.xlsx, .xlsm, .csv, .tsv). Triggers for: building financial models, creating data tables, formatting spreadsheets, adding formulas, cleaning tabular data, converting between tabular formats. Also triggers when…
dcf-model
Build discounted cash flow valuation workbooks in Excel.
comps-analysis
Build comparable-company valuation workbooks in Excel.
lbo-model
Build leveraged buyout workbooks with IRR/MOIC in Excel.
excel-author
Build auditable financial workbooks headless via openpyxl.
3-statement-model
Build integrated IS/BS/CF financial workbooks in Excel.