Borrowing it
Nothing to install: this file belongs to tandryukha/aidemo. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/tandryukha/aidemo/main/.claude/skills/blog-wave/SKILL.mdgit clone --depth 1 https://github.com/tandryukha/aidemoWrote 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/tandryukha/aidemo/blog-wave)<a href="https://agentmods.dev/skills/tandryukha/aidemo/blog-wave"><img src="https://agentmods.dev/badge/skills/tandryukha/aidemo/blog-wave.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.00106 | $0.00511 |
| Opus 5 | $0.00053 | $0.00255 |
| Sonnet 5 | $0.00021 | $0.00102 |
| Haiku 4.5 | $0.00011 | $0.00051 |
Grade A, and why
blog-wave 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
blog-wave — RETIRED (use aidemo-blog + the engine)
This skill and its two workflows (wave.workflow.js, finisher.workflow.js)
were the aidemo-local wave orchestrator back when the blog built from
blog/scripts/*.mjs. On 2026-07-20 the blog was migrated onto the centralized
blog-engine (v0.2.0, #stable) and
those local scripts were deleted, so this skill's workflows were retired with
them. Git history preserves all of it (commit before the retirement) if you
ever need to read the old orchestration.
Where the functionality lives now
- The
aidemo-blogskill is the entry point for every blog wave — it is the thin adapter that points the engine at aidemo's config/style/topics and drives the wave. Invoke that skill for anything this one used to do. blog-engine guide WAVE-RUNBOOKis the engine-served wave runbook (the six phases, disk-is-ledger, packing, launchd autoresume). Doctrine that used to live in this file now lives there and is served live so it can't go stale.blog-engine wave …(status/prompt/resume/install-launchd) is the deterministic wave bookkeeping the old workflows hand-rolled.blog/README.mddocuments the engine-based build/validate/hero/publish flow;blog/blog.config.jsonholds the machine-enforced knobs.
Do NOT re-add local bake/validate/hero scripts or workflow files here. Pipeline
improvements go upstream via blog-engine feedback; repo-local knobs go to
blog/blog.config.json.
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 · 34 lines · 106 tokens per session scan A 585339118e7c
blog-wave is a skill published in the GitHub repository tandryukha/aidemo (7 stars, last pushed 4d ago), licensed MIT. It adds 106 tokens to every session and 511 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 skills, from other repositories
demo-video
Produce a polished, ScreenStudio-style 60fps product demo video of a web app with a tiny, dependency-light pipeline — Playwright frame capture + a multiprocess Pillow compositor streaming into ffmpeg (no Node/Remotion). Drives the app one step per frame so playback is true 60fps regardless of capture speed, then…
motion-graphics
Build frame-exact motion graphics — animated logos, kinetic typography, brand videos, animated titles and social clips — as a single HTML file driven by a paused Web Animations timeline, then export them to MP4 in 1:1, 4:5 and 9:16. Use this whenever someone wants to animate a wordmark or logo, make a video from text…
product-demo
Shoot, animate, title and optionally score product demo videos with Remotion — for a landing page, docs, onboarding, an app store listing or a social post. Use when editing anything under src/compositions/, when the user asks for a new demo clip, an intro or an animated title, asks for sound or a version for social…
creador_videos_ai
Build a 30-second cinematic marketing video for any website URL using the Causal AI Digital pipeline (Playwright iframe scroll tour + ElevenLabs voice off + whisper.cpp word-level synced subtitles + FFmpeg audio mux). Use when the user asks to generate a promotional/marketing video for a website, create a cinematic…
pr-to-video
Turn a GitHub pull request (a PR URL, owner/repo#N, or 'this PR' in a checked-out repo) into a code-change explainer video — changelog, feature reveal, fix, or refactor walkthrough built from the diff, commits, and files: the input is a code change, not a website. Not a product promo (/product-launch-video) or a no-PR…
general-video
Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…