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 Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations --skill cassgit clone --depth 1 https://github.com/Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrationsWrote 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/dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations/cass)<a href="https://agentmods.dev/skills/dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations/cass"><img src="https://agentmods.dev/badge/skills/dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations/cass/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/dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations/cass"><img src="https://agentmods.dev/badge/skills/dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations/cass.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.00035 | $0.07239 |
| Opus 5 | $0.00017 | $0.03619 |
| Sonnet 5 | $0.00007 | $0.01448 |
| Haiku 4.5 | $0.00003 | $0.00724 |
Grade A, and why
cass 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.
The source is not reproduced here
A licence we could not identify
The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.
What ships with it
22 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.
- references/ANALYTICS.md 7.0 KB
- references/ANTI_PATTERNS.md 7.7 KB
- references/COMMANDS.md 5.8 KB
- references/HARNESS_EXCLUSION.md 4.0 KB
- references/INTROSPECTION.md 6.5 KB
- references/OBSERVABILITY.md 6.3 KB
- references/PAGES_AND_EXPORT.md 4.6 KB
- references/PATTERNS.md 9.1 KB
- references/PITFALLS.md 5.2 KB
- references/PROMPTS.md 4.8 KB
- references/RECIPES.md 7.7 KB
- references/RECOVERY.md 8.4 KB
- references/REMOTE_SOURCES.md 4.7 KB
- references/RESUME.md 5.0 KB
- references/SEMANTIC_AND_HYBRID.md 5.0 KB
- references/SESSION_FORMATS.md 8.4 KB
- scripts/multi_machine_search.sh 3.6 KB runs code
- scripts/prompt_miner.py 9.8 KB runs code
- scripts/quick_analysis.sh 3.3 KB runs code
- scripts/recover.sh 5.6 KB runs code
- scripts/validate.sh 2.1 KB runs code
- SELF-TEST.md 3.6 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.
- 5d ago Changed · +2 lines 70cf5a5a29da
- 8d ago Changed · -425 lines · -19 tokens per session 56559fcee125
- 12d ago First seen · 950 lines · 54 tokens per session scan A 7cd580f58758
cass is a skill published in the GitHub repository Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations (73 stars, last pushed 5d ago), with no licence file. It adds 35 tokens to every session and 7,239 once invoked, about $0.0002 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
memory-clean
Audit memory directory for structural issues (orphans, dangling refs, duplicates, missing sections, oversized entries) and staleness against session-history transcripts; report-first, fix-on-confirmation. Use when the user says "audit memory", "memory hygiene", or "find stale/duplicate memories".
memory-update
Scan agent's session-history transcripts for save-worthy signals (corrections, preferences, decisions, references), propose and write auto-memory files with valid frontmatter and MEMORY.md entry. Use when the user says "save this to memory", "remember that", or "scan this session for memories".
memory-sanitize
Produce share-safe copies of memory files under /tmp with PII redacted (paths, emails, session IDs, dates) and credentials scanned (tokens, keys); never mutates originals. Use when the user says "sanitize memory for sharing", "redact memory PII", or "scan memory for credentials".
Memory System
Maintain a tiered, file-based memory system so project context and decisions survive across sessions instead of being rediscovered or contradicted each time.
memory-clean
Audit memory directory for structural issues (orphans, dangling refs, duplicates, missing sections, oversized entries) and staleness against session-history transcripts; report-first, fix-on-confirmation. Use when the user says "audit memory", "memory hygiene", or "find stale/duplicate memories".
memory-sanitize
Produce share-safe copies of memory files under /tmp with PII redacted (paths, emails, session IDs, dates) and credentials scanned (tokens, keys); never mutates originals. Use when the user says "sanitize memory for sharing", "redact memory PII", or "scan memory for credentials".