feature-demo-recording

feature-demo-recording is a skill for Claude Code, Codex from kirodotdev/KiroCrew. It costs 90 tokens per session (4,549 once invoked), scanned A, original, Apache-2.0.

A tool for recording browser-based demonstrations of a web feature. It can make a narrated video with measured voiceover, subtitles, and focused camera views, or a silent clip for a pull request or quality check.

In plain words
What is it for?
Use it to create feature demos for people to watch or silent evidence clips showing that a web feature works.
Why use it?
It keeps the spoken explanation or written timing aligned with what appears in the browser recording.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create feature demos for people to watch or silent evidence clips showing that a web feature works.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kirodotdev/kirocrew/feature-demo-recording
About the project

Kiro Crew is a persistent development workspace where agents continue multi-step software work across sessions, schedules, and connected interfaces. Developers use it locally or remotely through a desktop app, web dashboard, CLI, Slack, or Discord, with unattended tasks and recurring jobs. The catalogue contains skills and instructions for working with this workspace.

kirodotdev/KiroCrew · 3,790 stars · on GitHub · kiro.dev

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.

Any agent
npx skills add kirodotdev/KiroCrew --skill feature-demo-recording
Clone the repo
git clone --depth 1 https://github.com/kirodotdev/KiroCrew

Made for: Claude Code, Codex.

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 feature-demo-recording

README.md
[![agentmods](https://agentmods.dev/badge/skills/kirodotdev/kirocrew/feature-demo-recording/github.svg)](https://agentmods.dev/skills/kirodotdev/kirocrew/feature-demo-recording)
Your own site
<a href="https://agentmods.dev/skills/kirodotdev/kirocrew/feature-demo-recording"><img src="https://agentmods.dev/badge/skills/kirodotdev/kirocrew/feature-demo-recording/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.

agentmods 80×15 button for feature-demo-recording

Your own site · 80×15
<a href="https://agentmods.dev/skills/kirodotdev/kirocrew/feature-demo-recording"><img src="https://agentmods.dev/badge/skills/kirodotdev/kirocrew/feature-demo-recording.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 90 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,549 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 5 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 109
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
  • medium MCP Rug Pull · line 118
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 130
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium Rogue Agent · line 133
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
  • medium Output Handling · line 324
    Output size or generation rate is not bounded. Unbounded output enables denial-of-service through resource exhaustion, log flooding, or context-window stuffing.
    Fix: Set explicit limits on output length, generation count, and rate. Use max_tokens and truncation to prevent unbounded output.
How audits are shown
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.00090 $0.04549
Opus 5 $0.00045 $0.02275
Sonnet 5 $0.00018 $0.00910
Haiku 4.5 $0.00009 $0.00455

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

Security

Grade A, and why

feature-demo-recording 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 9d ago.

The scan reads SKILL.md. This mod also ships 6 executable files (references/_pathcheck.py, references/compose.py, references/deps.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

src/kiro_crew/apps/builtins/dev_fleet/skills/feature-demo-recording/SKILL.md · 336 lines

How it starts

The opening of the file, as written. The whole thing — 336 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Feature Demo Recording

Record a real browser and cut it into either of two things:

  • Narrated film (default when someone will watch and listen): designed brand slides, spoken narration, subtitles, and a camera that punches in on whatever is being talked about.
  • Silent evidence clip (a PR, a QA pass): the same capture with subtitles and punch-in, no audio, authored durations.

Both share one pipeline. The only difference is whether the timeline comes from measured speech or from durations you write down.

The rule that makes it work

Narration first, then record. Generate the audio, measure every line with ffprobe, and pace the capture to those numbers. Alignment is then true by construction instead of repaired in the edit. Recording first and narrating after accumulates drift you cannot fix without re-recording -- measured at about 3s by the last beat on a two-minute cut, versus under a few hundred ms when the recorder holds absolute targets read out of the measured timeline.

In silent mode there is nothing to measure, so you write each beat's duration in the script instead. Same file, same recorder, narrate.py --silent.

Pipeline

script.json ──narrate.py──> narration.mp3 + narr.json      (measured timeline)
              (--silent: no audio, durations taken from the script)
                                   │
                                   ▼  the recorder reads the beat targets
   record.py (adapted) ──> page.webm + events.json          (capture + beat log)
                                   │
                  ffmpeg ──> assets/footage.mp4
                                   │
      compose.py (narr.json + events.json) ──> index.html   (HTML timeline)
                                   │
                  hyperframes ──> renders/*.mp4
                                   │
      verify_align.py ──> drift / audio / picture / streams  (gate before delivery)

Only record.py is written per video. Everything else is generic.

Read the full file on GitHub · 336 lines

Files

What ships with it

8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 336 lines · 90 tokens per session scan A eea5746e6809

Subscribe to this mod's changes

feature-demo-recording is a skill published in the GitHub repository kirodotdev/KiroCrew (3,790 stars, last pushed today), licensed Apache-2.0. It adds 90 tokens to every session and 4,549 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-30.