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 agents/fa-mc/vibe-cading/tlgit clone --depth 1 https://github.com/fa-mc/vibe-cadingWhat 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.00091 | $0.01750 |
| Opus 5 | $0.00046 | $0.00875 |
| Sonnet 5 | $0.00018 | $0.00350 |
| Haiku 4.5 | $0.00009 | $0.00175 |
Grade A, and why
tl 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 AGPL-3.0
The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
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 · 140 lines · 91 tokens per session scan A f5e64619235c
tl is an agent published in the GitHub repository fa-mc/vibe-cading (5 stars, last pushed 4d ago), licensed AGPL-3.0. It adds 91 tokens to every session and 1,750 once invoked, about $0.0005 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-31.
Other agents, from other repositories
aesthetic-critic
甲 — the design-blind aesthetic critic in the remotion-director critic loop (甲乙环). Reviews the RENDERED FRAMES of a vertical motion piece across successive rounds and reports visual phenomena + severity. It NEVER sees the design doc, code, or notes — it judges only pixels. It reports what it sees; it never prescribes a…
blind-selector
盲选 — the blind selector workstation in the remotion-director pipeline (装备×N抽 + 盲评挑最优 + 甲乙环磨). Given N independent draws of the SAME brief, it looks only at the rendered frames — it does NOT know the draws' origin, author, or order — and picks the single MOST PROMISING BASE to enter the critic loop. It selects for…
builder
乙 — the unified design-and-build agent in the remotion-director critic loop (甲乙环). ONE agent, ONE continuous context from start to finish: it designs the piece AND writes the Remotion/React code AND renders AND self-checks AND carries the piece through the critic loop, re-rendering each round. It is both the designer…
grader
Evaluate expectations against an execution transcript and outputs.
cad-specialist-subagent
CAD/engineering/robotics specialist orchestrating 14 skills — parametric CAD (STEP/STL/3MF/GLB), DXF, URDF/SRDF/SDF, G-code slicing, 3D printing, SendCutSend, Civil 3D. Routes by task type.
mcp-tool-tester
Use to validate that the cadlens-mcp server's stdio interface works end-to-end after edits to src/server.ts or src/tools/. Builds the project, pipes JSON-RPC tools/list and tools/call requests to the built binary, and verifies the responses match each tool's inputSchema.