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 agentmods add skills/heyrenan/showreel/guidenpx skills add HeyRenan/showreel --skill guidegit clone --depth 1 https://github.com/HeyRenan/showreelWrote 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/heyrenan/showreel/guide)<a href="https://agentmods.dev/skills/heyrenan/showreel/guide"><img src="https://agentmods.dev/badge/skills/heyrenan/showreel/guide.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 | $0.00070 | $0.00353 |
| Opus 5 | $0.00035 | $0.00177 |
| Sonnet 5 | $0.00014 | $0.00071 |
| Haiku 4.5 | $0.00007 | $0.00035 |
Grade A, and why
guide 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 5d 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
showreel setup guide
The full visual guide — every step with real captured terminal output and real
sample artifacts — ships with the plugin as GUIDE.html in the plugin root
(<plugin>/GUIDE.html, sibling of this skills/ dir).
What to do
- Open it in the user's browser:
- macOS:
open <plugin>/GUIDE.html - Linux:
xdg-open <plugin>/GUIDE.html - Windows:
start <plugin>/GUIDE.htmlResolve<plugin>from this skill's own path (two directories up from this file).
- macOS:
- Tell the user it covers, in order: install (from GitHub or a local folder), preflight, pre-warming the capture motor (one-time ~90MB Chromium download), optional ffmpeg (best gif quality) and vhs (terminal recordings), and the first self-validated annotated screenshot.
If no GUI browser is available
Don't open the HTML; run the live diagnostic instead and relay its output —
it prints [ok]/[warn] per dependency plus copy-paste Setup commands:
bash <plugin>/scripts/preflight.sh
node <plugin>/scripts/ensure-deps.mjs # pre-warm the motor now, not later
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.
- 5d ago First seen · 33 lines · 70 tokens per session scan A 782c6c35e357
guide is a skill published in the GitHub repository HeyRenan/showreel (9 stars, last pushed 1mo ago), licensed MIT. It adds 70 tokens to every session and 353 once invoked, about $0.0003 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
fuse-browser-usage
Use when about to call any mcpfuse-browser tool. Routes fetch/crawl/SERP vs live browser session vs screenshot capture, and enforces the 4 ZERO-TOLERANCE rules -- read BEFORE the tool call.
markup-mode
Add a frontend-only review/markup layer to any HTML artifact, Markdown document, or live UI so a reviewer can anchor comments to specific text or specific elements, then compile them into tagged Markdown for an agent to act on. Use when the user wants to "mark up this page", "add a review/comment layer", "annotate…
draw
Ask the user to draw or annotate something and get it back as an image. Use when the user runs /draw, says they want to sketch or diagram, or when words alone are failing to pin down a visual change and it would be faster for them to point at it.
create-site
Creates a new Power Pages code site (SPA) using React, Angular, Vue, or Astro. Guides through the full process from initial concept to deployed site: requirements discovery, scaffolding, component planning, design, implementation, validation, and deployment. Use when the user wants to create, build, or scaffold a new…
google-ads-audit
Google Ads account audit and business context setup. Run this first — it gathers business information, analyzes account health, and saves context that all other ads skills reuse. Trigger on "audit my ads", "ads audit", "set up my ads", "onboard", "account overview", "how's my account", "ads health check", "what should…
review
5-pass structured code review — correctness, security, performance, readability, consistency.