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/yojahny55/claude-wp-builderWrote 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/yojahny55/claude-wp-builder/wp-cinematic-scene)<a href="https://agentmods.dev/commands/yojahny55/claude-wp-builder/wp-cinematic-scene"><img src="https://agentmods.dev/badge/commands/yojahny55/claude-wp-builder/wp-cinematic-scene/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/yojahny55/claude-wp-builder/wp-cinematic-scene"><img src="https://agentmods.dev/badge/commands/yojahny55/claude-wp-builder/wp-cinematic-scene.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.00000 | $0.01073 |
| Opus 5 | $0.00000 | $0.00536 |
| Sonnet 5 | $0.00000 | $0.00215 |
| Haiku 4.5 | $0.00000 | $0.00107 |
Grade A, and why
wp-cinematic-scene 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/wp-cinematic-scene
Replaces the per-scene /wp-section workflow when the theme is cinematic. ACF row updates run via wp eval-file so the change is live immediately — no admin click-through.
Pipeline
- Resolve scene by id or index. If scene number > current repeater length, append a new row (bounded by
scene.jsonx-acfmax 12). - If
--videoprovided, dispatch/wp-cinematic-encode --scene=<n> --posterfirst. - Build an update payload:
$row = [ 'scene_id' => 'scene-<n>', 'eyebrow' => $args['eyebrow'] ?? $existing, 'eyebrow_es' => $args['eyebrow-es'] ?? $existing, 'headline' => $args['headline'] ?? $existing, 'headline_es' => $args['headline-es'] ?? $existing, 'body' => $body_html, // markdown → HTML via Parsedown 'cta_label' => $cta_label, 'cta_url' => $cta_url, 'video_desktop' => $attachment_id_desktop, 'video_mobile' => $attachment_id_mobile, 'poster' => $attachment_id_poster, 'align' => $args['align'] ?? 'left', 'veil' => $args['veil'] ?? 'soft', 'scrub_duration' => 100, ]; update_row('cinematic_scenes', $index, $row, $page_id); - Run
wp cache flushand (if WP Super Cache active)wp super-cache flush.
Custom per-scene template
If the user wants a scene to render differently from the default (e.g. split layout, embedded data viz), pass --custom-template:
/wp-cinematic-scene 4 --custom-template
This creates template-parts/cinematic/scene-scene-4.php from template-parts/cinematic/scene.php with // @user-block:start custom-layout / // @user-block:end custom-layout markers. The default renderer looks for scene-<id>.php first and falls back to scene.php.
--regenerate-schema flow
When the kit publishes a new scene.json (added fields, changed defaults):
/wp-cinematic-scene --regenerate-schema
- Re-invoke
wp-cinematicagent with currentscene.jsonversion. - Diff old
fields/scenes.phpagainst newly-generated. - Preserve any
@user-blockranges verbatim. - Print a migration summary: added/removed/changed fields.
- If a field was removed, leave existing ACF data in DB (orphan, not destructive) but stop emitting it.
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.
- 10d ago First seen · 93 lines · 0 tokens per session scan A 7c5098f75ad9
wp-cinematic-scene is a command published in the GitHub repository yojahny55/claude-wp-builder (6 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,073 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
yt
Route to the YouTube Agent Matrix orchestrator — the full pre-production pipeline.
tts:voices
Show the deterministic project → voice map (which repo sounds like which voice), current repo highlighted.
tts:voice
Choose the speech engine and voice for claude-tts, then restart the daemon to apply.
make-carousel
Design and produce a social media carousel (Instagram / LinkedIn / TikTok) — hook, narrative slides, CTA — with a consistent template and rendered slides.
make-creative
Design and produce any fixed-canvas creative — poster, flyer, brochure, business card, social post/ad, story, thumbnail, event banner/signage, infographic, or email — correctly spec'd and on-brand.
make-deck
Design and produce a presentation/deck (pitch, sales, conference, internal) using the Design Pro knowledge base — structure, slide design, and a producible output.