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 commands/migueduque/capcut-mcp-server-extended/create_fontsgit clone --depth 1 https://github.com/MigueDuque/capcut-mcp-server-extendedWrote 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/migueduque/capcut-mcp-server-extended/create_fonts)<a href="https://agentmods.dev/commands/migueduque/capcut-mcp-server-extended/create_fonts"><img src="https://agentmods.dev/badge/commands/migueduque/capcut-mcp-server-extended/create_fonts.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.00000 | $0.00471 |
| Opus 5 | $0.00000 | $0.00235 |
| Sonnet 5 | $0.00000 | $0.00094 |
| Haiku 4.5 | $0.00000 | $0.00047 |
Grade A, and why
create_fonts 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.
What it actually says
Agrega texto animado al draft de CapCut activo usando los presets de tipografía y animación definidos en el proyecto.
Parámetros
Solicita al usuario los que no haya proporcionado:
- draft_id (requerido): ID del draft activo
- text (requerido): contenido del texto
- start (requerido): tiempo de inicio en segundos
- end (requerido): tiempo de fin en segundos
- position_x (opcional, default: 0.5): posición horizontal 0.0-1.0
- position_y (opcional, default: 0.85): posición vertical 0.0-1.0
- typography_style (opcional, default: defaultTypeWhite): defaultTypeWhite | defaultTypeBlack | defaultTypeRed
- animation_in (opcional, default: popInUpper): popInUpper | ninguna
Presets disponibles (definidos en src/presets/)
Estilos de tipografía (src/presets/typography.ts):
defaultTypeWhite: #ecebeb, Poppins_Bold, stroke negro thickness=40, shadow negro alpha=25% blur=23 dist=10 angle=-70°defaultTypeBlack: #000000, Poppins_Bold, sin stroke, sin shadowdefaultTypeRed: #aa1a1a, Poppins_Bold, sin stroke, sin shadow
Animaciones (src/presets/animations.ts):
popInUpper: cae desde 0.05 unidades arriba con fade-in, 13 frames (≈433ms a 30fps)
Ejecución
Llama el tool MCP capcut_add_animated_text con los parámetros recibidos.
El tool aplica automáticamente todos los parámetros del estilo (stroke, shadow completo)
y la animación con keyframes — no es necesario especificarlos manualmente.
Confirma el resultado mostrando:
✓ Texto agregado
──────────────────────
Draft: {draft_id}
Texto: "{text}"
Estilo: {typography_style}
Animación: {animation_in}
Timing: {start}s → {end}s
Posición: x={position_x}, y={position_y}
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 First seen · 44 lines · 0 tokens per session scan A 3098e09e145b
create_fonts is a command published in the GitHub repository MigueDuque/capcut-mcp-server-extended (5 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 471 tokens. 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 commands, from other repositories
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
constitution
Create or update the project constitution from interactive or provided principle inputs.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.