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-copy-sheet-for-new-monthgit 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-copy-sheet-for-new-month)<a href="https://agentmods.dev/skills/fakoli/fakoli-plugins/recipe-copy-sheet-for-new-month"><img src="https://agentmods.dev/badge/skills/fakoli/fakoli-plugins/recipe-copy-sheet-for-new-month/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/fakoli/fakoli-plugins/recipe-copy-sheet-for-new-month"><img src="https://agentmods.dev/badge/skills/fakoli/fakoli-plugins/recipe-copy-sheet-for-new-month.svg" alt="Reviewed on agentmods" width="80" 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.00020 | $0.00362 |
| Opus 5 | $0.00010 | $0.00181 |
| Sonnet 5 | $0.00004 | $0.00072 |
| Haiku 4.5 | $0.00002 | $0.00036 |
Grade A, and why
recipe-copy-sheet-for-new-month 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 8d 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
Copy a Google Sheet Tab for a New Month
Duplicate a Google Sheets template tab for a new month of tracking.
When to Use
Use this workflow when the user has a monthly tracking sheet and wants to create a new tab for the next month based on an existing template tab.
Workflow
1. Get the spreadsheet structure
gws sheets spreadsheets get --params '{"spreadsheetId": "SHEET_ID"}' \
--fields "sheets.properties(sheetId,title)"
Identify the template tab's sheetId from the output.
2. Copy the template tab
gws sheets spreadsheets sheets copyTo \
--params '{"spreadsheetId": "SHEET_ID", "sheetId": TEMPLATE_SHEET_ID}' \
--json '{"destinationSpreadsheetId": "SHEET_ID"}'
Note the new sheet ID from the response.
3. Rename the new tab
Ask the user what to name it (e.g., "March 2026"):
gws sheets spreadsheets batchUpdate \
--params '{"spreadsheetId": "SHEET_ID"}' \
--json '{"requests": [{"updateSheetProperties": {"properties": {"sheetId": NEW_SHEET_ID, "title": "NEW_TAB_NAME"}, "fields": "title"}}]}'
4. Confirm
Tell the user the new tab was created and named.
Tips
- The copied tab will include all formatting, formulas, and conditional formatting from the template
- If the template has formulas referencing other tabs, verify they still work in the copy
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.
- 8d ago First seen · 53 lines · 20 tokens per session scan A 2cf3bc50dda8
recipe-copy-sheet-for-new-month is a skill published in the GitHub repository fakoli/fakoli-plugins (4 stars, last pushed 6d ago), licensed MIT. It adds 20 tokens to every session and 362 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…
doc-reader
A document parser for Korean government, court, and business files, including HWP, HWPX, PDF, XLSX, and DOCX. It converts them to Markdown while extracting tables, form fields, metadata, and document differences.
doc-xlsx
A spreadsheet generator that creates Excel (.xlsx) files with tables, charts, formulas, and conditional formatting. It can structure reports such as KPI dashboards, sales analyses, budgets, payroll sheets, and project timelines.
data-explorer
A profiling and quality check for CSV or Excel files that summarizes columns, missing data, unusual values, duplicates, data types, and relationships between numbers.
video-timeline
Turn a final TTS audio track (with its timed transcript) into an editable story timeline (xlsx) for a human to fill with images, slides, and video clips. Audits the audio against timing best practices first, then maps each finding to a visual offset, and QA-scores the timeline objectively. Use when a finished…
document-skills
Professional document creation, editing, and analysis for Office formats (docx, pdf, pptx, xlsx). Use when working with Word documents, PDFs, PowerPoint presentations, or Excel spreadsheets.