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 marsmike/feinschmiede --skill cli-recordergit clone --depth 1 https://github.com/marsmike/feinschmiedeWrote 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/marsmike/feinschmiede/cli-recorder)<a href="https://agentmods.dev/skills/marsmike/feinschmiede/cli-recorder"><img src="https://agentmods.dev/badge/skills/marsmike/feinschmiede/cli-recorder.svg" alt="Measured on agentmods" 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.00042 | $0.00460 |
| Opus 5 | $0.00021 | $0.00230 |
| Sonnet 5 | $0.00008 | $0.00092 |
| Haiku 4.5 | $0.00004 | $0.00046 |
Grade A, and why
cli-recorder 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 7d 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
CLI Recorder — Recipe Author
Help users turn an idea ("a video of installing kubectl on macOS", "a tour of git rebase -i") into a valid recipe.toml for the feinschnitt record command.
Quick Start
/record "a tour of git rebase -i"
See references/steps.md for per-step detail and examples.
When to use
User says "create a recording for X" / "record a demo of Y", invokes /record, or has a video idea but no recipe file yet.
Hard gate
Do NOT run the recorder. Do NOT scaffold the surrounding Remotion video. Stop after the recipe is written and validated. The user runs feinschnitt record themselves once they're happy.
Process
1. Discover intent → What CLI? What's the audience? What's the takeaway?
2. Pick a profile → claude-code | generic | interactive-tui
3. Sketch the steps → 3-9 beats; each beat ≈ one screen of action
4. Resolve modal/interactive → which steps need dismiss keys, pattern waits, pauses
5. Tune cadence → typing_wpm, idle compression, idle_time_limit
6. Write the recipe → ${CLAUDE_PROJECT_DIR}/.recordings/recipes/<name>.recipe.toml
7. Show + validate → display the file; offer a dry-run for verification
Apply one question at a time — prefer multiple choice over open-ended. The
storyboard is the step labels; sketch those before the text content. Validate
the written recipe against schema/recipe.schema.json before declaring done.
References
references/steps.md— per-step detail, anti-patterns, label examplesschema/recipe.schema.json— full validation surface;profiles/*.toml— profile presets
What ships with it
9 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.
- profiles/claude-code.toml 1.3 KB
- profiles/generic.toml 763 B
- profiles/interactive-tui.toml 974 B
- README.md 3.5 KB
- recipes/claude-commands.recipe.toml 1.8 KB
- recipes/claude-first-session.recipe.toml 3.0 KB
- recipes/claude-start-stop.recipe.toml 2.2 KB
- references/steps.md 5.2 KB
- schema/recipe.schema.json 5.1 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.
- 7d ago First seen · 46 lines · 42 tokens per session scan A 6db1e006f50f
cli-recorder is a skill published in the GitHub repository marsmike/feinschmiede (3 stars, last pushed 4d ago), licensed MIT. It adds 42 tokens to every session and 460 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-31.
Other skills, from other repositories
claude-md-review
Audit a CLAUDE.md file for the patterns that actually degrade Claude Code's output — vagueness, unnamed files, stale facts, and bloat. Use when asked to review, audit, improve, shrink, or fix a CLAUDE.md, and when a project's results feel inconsistent or Claude keeps rediscovering the same context.
sdlc-accelerate
End-to-end SDLC ramp-up from idea to construction-ready with automated phase transitions.
config-validator
Validate AIWG configuration files and project setup for correctness and completeness.
project-awareness
Detect project type, AIWG framework state, team configuration, and active work to summarize status and recommend next actions.
summarize-transcript
Analyze and summarize a transcript, meeting notes, or discussion thread into a clear actionable document.
validate-addon
Validate an entire AIWG addon package for completeness and release readiness.