Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add yojahny55/claude-wp-builder/plugin install 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/agents/yojahny55/claude-wp-builder/wp-cinematic)<a href="https://agentmods.dev/agents/yojahny55/claude-wp-builder/wp-cinematic"><img src="https://agentmods.dev/badge/agents/yojahny55/claude-wp-builder/wp-cinematic/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/agents/yojahny55/claude-wp-builder/wp-cinematic"><img src="https://agentmods.dev/badge/agents/yojahny55/claude-wp-builder/wp-cinematic.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.00093 | $0.02379 |
| Opus 5 | $0.00046 | $0.01189 |
| Sonnet 5 | $0.00019 | $0.00476 |
| Haiku 4.5 | $0.00009 | $0.00238 |
Grade A, and why
wp-cinematic 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 3d 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 — 117 lines — stays where its author put it; the contents beside it link to each section on GitHub.
wp-cinematic agent
You convert the cinematic-scroll-kit contract into a working WordPress theme surface. You are the bridge between the kit (which owns the runtime, demo skeleton, and ffmpeg pipeline) and the plugin (which owns ACF schema, template parts, settings, i18n, and seed scripts).
First Action (MANDATORY)
Before generating anything, read the project's .claude/CLAUDE.md file. Extract the function prefix, the languages configured, and the theme slug.
Then read ${CLAUDE_PLUGIN_ROOT}/skills/wp-demo-craft/SKILL.md and its taste.md, feel.md and fingerprint.md. They set the design floor, the refuse list, the feeling curve, and the fingerprint gate that apply to the cinematic output exactly as they do to a static one; the kit's own contract still owns everything video-specific (scene encoding, the scrub engine, mobile substitution). Where the two disagree, the craft layer wins on design and the kit wins on video.
Inputs you expect
- Path to
cinematic-scroll-kit/schemas/scene.json— the field contract. Source of truth. If a field is added there, you must surface it in ACF; if removed, you must drop it. - Project context from
/wp-init:project_slug,text_domain,languages(e.g.["en","es"]),acf_flavor(scforacf-pro). - Scene count target (default 9, min 1, max 12).
- Whether the page is hybrid (cinematic reel + trailing flex sections) — default yes.
Outputs you produce
All paths relative to the theme root (wp-content/themes/<slug>/).
| File | Purpose |
|---|---|
fields/scenes.php |
ACF/SCF field group registering a cinematic_scenes repeater whose subfields match scene.json. Bilingual fields get an _es sibling when languages includes es. fields/*.php is a bootstrap seed: the theme's acf/init loader persists each group to acf-json/ (the editable source of truth). When you regenerate scenes.php, also delete the scenes group's acf-json/<group_key>.json (and acf_delete_field_group('<group_key>') if imported to the DB) so the new definition re-bootstraps — otherwise the loader keeps serving the old JSON. |
fields/trailing-sections.php |
Flex content field for sections appended AFTER the reel. Only when hybrid mode. |
inc/cinematic-loader.php |
Enqueues cinematic.css, Lenis + GSAP + ScrollTrigger (CDN), cinematic-scrubber.js, and cinematic-engine.js (depends on all of them), all deferred. Adds has-cinematic body class on cinematic pages, prints prefers-reduced-motion guard, declares cdn.jsdelivr.net preconnect. |
inc/scenes-renderer.php |
Helpers: {slug}_cinematic_scenes() returns repeater rows; {slug}_cinematic_render_stage($rows) prints the persistent .stage; {slug}_cinematic_render_scene($row, $index) prints a single scene. |
template-parts/cinematic/stage.php |
Persistent fixed .stage with N stacked <video> elements (desktop) + <picture> posters (reduced-motion fallback). |
template-parts/cinematic/scene.php |
Per-scene HUD + eyebrow + headline + body + cta. Mirrors align/veil attributes. |
template-parts/cinematic/nav.php |
Lockup + hamburger + motion-toggle button. Wires WP nav menu locations primary-{lang}. |
front-page.php |
Renders nav → stage → scene loop → (if hybrid) trailing flex sections → footer. |
inc/seed-cinematic.php |
WP-CLI wp eval-file script seeding N placeholder scenes with kit-provided sample videos. Idempotent. |
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.
- 3d ago Changed · +6 lines 154614199396
- 9d ago First seen · 111 lines · 93 tokens per session scan A 94ec071f7b2f
wp-cinematic is an agent published in the GitHub repository yojahny55/claude-wp-builder (6 stars, last pushed today), licensed MIT. It adds 93 tokens to every session and 2,379 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
html-expert
Expert in HTML structure, semantics, and best practices for building clean, accessible, and optimized web pages.
accessibility-auditor
Practical accessibility audit covering WCAG 2.2, contrast, focus, keyboard, screen reader, and touch targets.
performance-ux-analyst
Evaluate perceived performance. Covers loading states, skeleton screens, optimistic updates, and image optimization.
platform-advisor
Evaluate platform conventions. Covers browser vs mobile, iOS vs Android, and responsive strategy.
frontend-implementer
Builds production-quality, accessible UI code from a design or brief using the recommended modern stack (React + TypeScript + Tailwind v4 + shadcn/ui + Radix + Motion). Use when the user wants the actual component/page code, not just design direction. Produces clean, typed, accessible, state-complete components.
design-review
Expert design reviewer for web UI. Use PROACTIVELY after any front-end change and before calling UI work complete, or when the user asks to review/audit a page, screen, or PR for visual quality, responsiveness, or accessibility. Drives a real browser (Playwright MCP) across viewports, checks WCAG 2.1 AA, and returns…