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 Ruya-AI/cozempic --skill cozempic-doctorgit clone --depth 1 https://github.com/Ruya-AI/cozempicWrote 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/ruya-ai/cozempic/cozempic-doctor)<a href="https://agentmods.dev/skills/ruya-ai/cozempic/cozempic-doctor"><img src="https://agentmods.dev/badge/skills/ruya-ai/cozempic/cozempic-doctor/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/ruya-ai/cozempic/cozempic-doctor"><img src="https://agentmods.dev/badge/skills/ruya-ai/cozempic/cozempic-doctor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00041 | $0.00289 |
| Opus 5 | $0.00020 | $0.00144 |
| Sonnet 5 | $0.00008 | $0.00058 |
| Haiku 4.5 | $0.00004 | $0.00029 |
Grade A, and why
cozempic-doctor 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 12d 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
Run cozempic health checks:
cozempic doctor
Checks for:
- Trust dialog hang — Windows resume bug where
.claude.jsontrust entry causes hangs - Hooks trust flag — missing
hasTrustDialogHooksAcceptedcausing hooks to silently fail (v2.1.51+ bug) - Agent model mismatch — spawned subagents not inheriting team lead's model causing 403 errors
- Claude.json corruption — truncated or invalid
.claude.jsonfrom concurrent write races - Corrupted tool_use — tool blocks with names >200 chars causing 400 API errors
- Orphaned tool_results — tool_result blocks missing matching tool_use causing 400 API errors
- Zombie teams — stale agent team directories accumulating on disk
- Oversized sessions — sessions that may trigger compaction issues
- Stale backups — old
.bakfiles consuming disk space - Disk usage — total Claude Code storage footprint
To auto-fix detected issues:
cozempic doctor --fix
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.
- 12d ago First seen · 29 lines · 41 tokens per session scan A ca239292447e
cozempic-doctor is a skill published in the GitHub repository Ruya-AI/cozempic (413 stars, last pushed 2mo ago), licensed MIT. It adds 41 tokens to every session and 289 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
test-driven-development
This skill should be used when implementing new features, fixing bugs, or writing new code. Enforces RED-GREEN-REFACTOR.
testing
This skill should be used when the user asks to "write tests", "fix failing tests", "improve test coverage", "add integration tests", "debug a flaky test", or reviews test quality. Provides behavior-focused testing patterns, coverage analysis, and detection of brittle test anti-patterns like implementation coupling…
code-review
Perform comprehensive code reviews covering bugs, style, performance, security, and best practices. Use this skill when the user mentions: review my code, check this code, code review, find bugs, improve code, refactor suggestions, security audit, performance optimization, code quality, static analysis.
radin-doctor
Check that radin's own install under /.claude is complete and its optional companion tools are reachable. Use for /radin-doctor, "check my radin install", "is radin installed correctly", "radin doctor", "verify radin install".
troubleshooting
A troubleshooting guide for Kubernetes, a system for running containerized applications across computers. It lists commands for checking clusters, nodes, components, pods, events, resources, and storage.
log-analysis
A guide to reading and searching system and application logs. Logs are text records that describe what software and servers are doing.