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.
git clone --depth 1 https://github.com/uwuclxdy/agenticatWrote 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/commands/uwuclxdy/agenticat/ratatui-pro-update)<a href="https://agentmods.dev/commands/uwuclxdy/agenticat/ratatui-pro-update"><img src="https://agentmods.dev/badge/commands/uwuclxdy/agenticat/ratatui-pro-update/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/commands/uwuclxdy/agenticat/ratatui-pro-update"><img src="https://agentmods.dev/badge/commands/uwuclxdy/agenticat/ratatui-pro-update.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.00032 | $0.00885 |
| Opus 5 | $0.00016 | $0.00443 |
| Sonnet 5 | $0.00006 | $0.00177 |
| Haiku 4.5 | $0.00003 | $0.00089 |
Grade A, and why
ratatui-pro-update scanned grade A with 1 finding 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 9d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
`curl -s -H 'User-Agent: ratatui-version-check' https://crates.io/api/v1/crates/ratatui` → `max_stable_version` (bare curl without User-Agent gets policy-blocked). Compare against the version at the top of `skills/ratatu How it starts
The opening of the file, as written. The whole thing — 39 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Ratatui Pro Update
Refreshes this repo's skills/ratatui-patterns/ + agents/ratatui-pro.md after a ratatui release. Run it whenever crates.io is ahead of the version pinned in ratatui-patterns's SKILL.md.
Procedure
-
Detect.
curl -s -H 'User-Agent: ratatui-version-check' https://crates.io/api/v1/crates/ratatui→max_stable_version(bare curl without User-Agent gets policy-blocked). Compare against the version at the top ofskills/ratatui-patterns/SKILL.mdand inreferences/api-reference.md's header. Equal → report "current" and stop. Stale-check-only ask (e.g. "is ratatui-patterns stale?", not a full update) → still run step 2 to get the release count, then printold → new (N releases)and stop before step 3's patching. -
Gather the delta. For each release between old and new:
https://api.github.com/repos/ratatui/ratatui/releases?per_page=10; tag format isratatui-vX.Y.Z; sibling crates tag separately (ratatui-widgets-v…), read the umbrella tag's body.https://raw.githubusercontent.com/ratatui/ratatui/main/BREAKING-CHANGES.mdhttps://ratatui.rs/highlights/vXYZ/(version digits, no dots, e.g.v0302) Patch releases are usually bug-fix only; minor releases carry new API + breaking changes.
-
Patch the references (diff-driven: edit the sections the changelog touches, don't regenerate wholesale):
api-reference.md: update changed signatures/types, add new items with their origin crate, update the feature-flag table and the version-specific-notes + cheat-sheet sections, bump the header version note. For anything the changelog leaves ambiguous, verify against source:https://raw.githubusercontent.com/ratatui/ratatui/ratatui-vX.Y.Z/<crate>/src/<file>.rsor spawn a reader subagent (sonnet) per module on a shallow clone of the tag. Never write a signature you have not seen in source or official docs.modernization-checklist.md: new built-ins that replace hand-rolling → new rows (with hunt patterns where a grep can find offenders).limitations.md: re-check every gap row against the delta; a gap that gained a built-in MOVES to the checklist (this is the whole point of the file). Note the release that closed it.patterns.md/testing.md: only if the delta touches their content.
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.
- 9d ago First seen · 39 lines · 32 tokens per session scan A e3321b2107f8
ratatui-pro-update is a command published in the GitHub repository uwuclxdy/agenticat (5 stars, last pushed yesterday), licensed MIT. It adds 32 tokens to every session and 885 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
deps-audit
Audit project dependencies for vulnerabilities, outdated packages, license conflicts, and supply chain risks — then provide actionable remediation strategies.
discover
Search the Everruns(Dev) API catalog for available operations.
fix
Universal debugging and fix application with semantic code analysis.
t800-onboard
A command for newcomers that explains what is installed in Cursor globally and in the current project, plus what the T-800 team can do.
qa
Smoke or browser-walk a running app. Report only. Do not implement. Do not merge.
post-task
Execute post-task cleanup, performance analysis, and memory storage.