create_fonts

create_fonts is a command for Claude Code from MigueDuque/capcut-mcp-server-extended. It costs 0 tokens per session (471 once invoked), scanned A, original, MIT.

A command for adding animated text to an active CapCut video draft. It uses the project's predefined text styles and entrance animations.

In plain words
What is it for?
Adding text between chosen start and end times, positioning it, selecting white, black, or red typography, and applying the available pop-in animation.
Why use it?
It avoids manually configuring the same text appearance and timing for each caption or title.

Command for Claude Code

Written for Claude Code: installed under .claude/.

Install

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.

agentmods
npx agentmods add commands/migueduque/capcut-mcp-server-extended/create_fonts
Clone the repo
git clone --depth 1 https://github.com/MigueDuque/capcut-mcp-server-extended

Made for: Claude Code.

Wrote 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.

agentmods badge for create_fonts

README.md
[![agentmods](https://agentmods.dev/badge/commands/migueduque/capcut-mcp-server-extended/create_fonts.svg)](https://agentmods.dev/commands/migueduque/capcut-mcp-server-extended/create_fonts)
Your own site
<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>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 471 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 5d ago against content hash 3098e09e145b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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.

.claude/commands/create_fonts.md · 44 lines

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 shadow
  • defaultTypeRed: #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}
Changes

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.

  1. 5d ago First seen · 44 lines · 0 tokens per session scan A 3098e09e145b

Subscribe to this mod's changes

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.