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 skills/idea2go2go/smartfolder-skill/create-smartfoldernpx skills add idea2go2go/smartfolder-skill --skill create-smartfoldergit clone --depth 1 https://github.com/idea2go2go/smartfolder-skillWhat 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.00206 | $0.09911 |
| Opus 5 | $0.00103 | $0.04956 |
| Sonnet 5 | $0.00041 | $0.01982 |
| Haiku 4.5 | $0.00021 | $0.00991 |
Grade A, and why
create-smartfolder 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.
The source is not reproduced here
Licensed CC-BY-4.0
The repository is licensed CC-BY-4.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
What ships with it
29 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- assets/kit/00_KIT_README.md 7.5 KB
- assets/kit/01_Universal/Example_GROWTH_MENU.md 12 KB
- assets/kit/01_Universal/Example_Owner_Guide.md 5.9 KB
- assets/kit/01_Universal/Example_Owner_Letter.md 3.5 KB
- assets/kit/01_Universal/Example_README_Annotating.md 1.7 KB
- assets/kit/01_Universal/Example_README_Enumerating.md 1.6 KB
- assets/kit/01_Universal/Example_Root_CLAUDE.md 6.9 KB
- assets/kit/01_Universal/Example_Sidecar_Summary.md 1.5 KB
- assets/kit/01_Universal/Example_Synthesis.md 2.0 KB
- assets/kit/01_Universal/Example_VERSION_BASELINE.md 9.3 KB
- assets/kit/02_Advisory/Change_Tracking_Procedure.md 4.5 KB
- assets/kit/02_Advisory/Example_manifest_rows.tsv 420 B
- assets/kit/02_Advisory/Example_Operations_Hub.md 2.1 KB
- assets/kit/02_Advisory/smartfolder_watch.py 6.7 KB runs code
- assets/kit/03_Operational/Example_DECISIONS.md 1.2 KB
- assets/kit/03_Operational/Example_Drift_Disposition_Matrix.md 7.4 KB
- assets/kit/03_Operational/Example_INBOX_LOCK.md 2.8 KB
- assets/kit/03_Operational/Example_Inbox_Workflow_README.md 4.6 KB
- assets/kit/03_Operational/Example_REVIEW_QUEUE.md 1.8 KB
- assets/kit/03_Operational/Example_SESSION_FLAGS.md 13 KB
- assets/kit/03_Operational/Example_STATUS_BOARD.md 2.5 KB
- assets/kit/03_Operational/Example_Thread_Master_Summary.md 2.5 KB
- assets/kit/03_Operational/Example_Thread_Master.md 9.3 KB
- assets/kit/03_Operational/filing_integrity.py 14 KB runs code
- assets/kit/04_Generator/gen_readmes.py 29 KB runs code
- assets/kit/04_Generator/GENERATOR_NOTES.md 2.5 KB
- assets/kit/LICENSE 1.5 KB
- references/UPGRADE_PATH.md 4.3 KB
- references/VERSION_HISTORY.md 4.4 KB
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 · 547 lines · 206 tokens per session scan A bed66018c6f9
create-smartfolder is a skill published in the GitHub repository idea2go2go/smartfolder-skill (13 stars, last pushed 15d ago), licensed CC-BY-4.0. It adds 206 tokens to every session and 9,911 once invoked, about $0.0010 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-08-30.
Other skills, from other repositories
claude-code-dmwork
Connect to DMWork messaging platform as an AI bot via the OpenClaw DMWork adapter plugin.
meeting
Use for /meeting, /meeting sync, /meeting backfill, or a search term — adaptively analyzes a Granola meeting into decisions, findings, actions, and continuity in shared memory.
reflect
Use when the user says 'we decided', 'I realized', or 'that's a pattern' — captures decisions, findings, or patterns in shared memory. Not a private half-baked thought (/note) or cross-referencing (/deep-reflect).
activity
See what is happening across the team — recent sessions, handoffs, quests, and open PRs. Use for /activity, catching up after time away, or checking team-wide status at a glance.
dark-mode
Use when generating or modifying any visual output that renders in a browser or artifact viewer: HTML pages, CSS, React SSR components, Egregore artifacts, markdown renderers, web components, design-system tokens, Tailwind themes, or standalone demos. Triggers on requests involving dark mode, theme toggles, color…
dashboard
See your recent sessions, open handoffs, and current work at a glance. Use for /dashboard, checking your personal status — not the team-wide view (/activity).