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.
npx skills add OpenLinkSoftware/ai-agent-skills --skill screencast-recordergit clone --depth 1 https://github.com/OpenLinkSoftware/ai-agent-skillsWrote 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/openlinksoftware/ai-agent-skills/screencast-recorder)<a href="https://agentmods.dev/skills/openlinksoftware/ai-agent-skills/screencast-recorder"><img src="https://agentmods.dev/badge/skills/openlinksoftware/ai-agent-skills/screencast-recorder/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/skills/openlinksoftware/ai-agent-skills/screencast-recorder"><img src="https://agentmods.dev/badge/skills/openlinksoftware/ai-agent-skills/screencast-recorder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, 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 193 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.
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.00150 | $0.03098 |
| Opus 5 | $0.00075 | $0.01549 |
| Sonnet 5 | $0.00030 | $0.00620 |
| Haiku 4.5 | $0.00015 | $0.00310 |
Grade A, and why
screencast-recorder scanned grade A with 1 finding 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.
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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
description: "Record screencast videos of web application interactions using shot-scraper video. Use when the user says: record a screencast, record a video demo, make a walkthrough of, record this session, record what y How it starts
The opening of the file, as written. The whole thing — 278 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Record WebM/MP4 screencasts of browser interactions using shot-scraper video. Accepts YAML storyboards natively or RDF Turtle via the ttl-to-yaml.py converter.
Prerequisite Check
Before recording, verify shot-scraper is available:
command -v shot-scraper >/dev/null 2>&1 || uv tool install shot-scraper
Install Playwright browsers if missing:
shot-scraper install 2>/dev/null || python3 -m playwright install chromium
Output Convention
Recordings go to {LLM_ROOT}/{model}/screencasts/ where {LLM_ROOT} is the canonical LLM root from preferences artifact-routing rules ({LLM_ROOT}), and {model} is the model-specific output directory (e.g., Big Pickle, DeepSeek, Claude Generated). Use descriptive filenames: {YYYY-MM-DD}-{topic}.mp4 (with companion .webm).
When recording, derive the path at runtime by looking up the model's output path per agent-rdf-memory/howto/artifact-routing.ttl and appending screencasts/.
Workflow
Step 1: Determine Mode (disambiguate automatically)
Mode A — curl → screencast: User explored resources via mtls-curl commands. Parse the conversation for curl URLs, present the extracted URL list to the user.
Mode B — direct browser: URLs were discussed directly (not via curl). Present them as-is.
If neither is clear, ask: "What URLs or resources should the screencast show?"
Step 2: Elicit Scene List
Present a curated list to the user with numbered scenes:
"I found these URLs from the session:
- {url-1}
- {url-2}
- {url-3}
Want all of them? Adjust order? Add scene names? Set pauses between scenes?"
Capture user preferences:
- Scene ordering — reorder, drop, or add scenes
- Scene names — labels for each scene (shown in progress output)
- Pauses — how long to pause on each scene (default 2s for readability)
- Cursor — visible cursor with click rings enabled by default
- Viewport — default 1440x900 (wider for SPARQL result pages)
Step 3: Build Storyboard
What ships with it
13 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.
- agents/openai.yaml 218 B
- assets/templates/minimal-storyboard.ttl 1.0 KB
- assets/templates/minimal-storyboard.yml 338 B
- assets/templates/server-demo-storyboard.ttl 1.4 KB
- assets/templates/server-demo-storyboard.yml 639 B
- references/common-patterns.md 4.6 KB
- references/screencast-ontology.ttl 17 KB
- references/storyboard-schema.md 4.9 KB
- scripts/ensure-shot-scraper.sh 1.6 KB runs code
- scripts/screencast-openai-voiceover.py 2.5 KB runs code
- scripts/screencast-piper-voiceover.py 5.9 KB runs code
- scripts/ttl-to-yaml.py 13 KB runs code
- scripts/yaml-to-ttl.py 12 KB runs code
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.
- 9d ago First seen · 278 lines · 150 tokens per session scan A 05a982732556
screencast-recorder is a skill published in the GitHub repository OpenLinkSoftware/ai-agent-skills (38 stars, last pushed today), licensed MIT. It adds 150 tokens to every session and 3,098 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
feature-demo-recording
Record a demo video of a web feature from a real browser. Two modes -- a NARRATED film where measured voiceover drives the timeline (designed slides, subtitles, punch-in camera, rendered from an HTML timeline), and a SILENT evidence clip for a PR or a QA pass. Use when the user asks to record a video, demo, or screen…
browser-video-recording
Create polished 60 fps 4:3 4K browser screen-recording style videos from Codex in-app browser captures, with browser-only crop, natural macOS cursor styling, deliberate click choreography, zoom-follow framing, ffprobe/thumbnail verification, and optional native recording compatibility checks. Use when the user asks to…
html-to-video-pipeline
Reliable HTML-to-MP4 rendering via headless browser recording (Playwright/Puppeteer) + ffmpeg — the ordering, gotchas, and verification steps you MUST get right or the output silently rots. Trigger whenever the user is building or debugging any pipeline that turns an HTML/CSS/JS page (single-file, multi-composition…
record-video
Record and upload a short browser interaction video artifact.
playwright-recording
Record browser interactions as video using Playwright. Use for capturing demo videos, app walkthroughs, and UI flows for Remotion videos. Triggers include recording a demo, capturing browser video, screen recording a website, or creating walkthrough footage.
playwright-recording
Record browser interactions as video using Playwright. Use for capturing demo videos, app walkthroughs, and UI flows for Remotion videos. Triggers include recording a demo, capturing browser video, screen recording a website, or creating walkthrough footage.