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/apify/mcpc/record-demonpx skills add apify/mcpc --skill record-demogit clone --depth 1 https://github.com/apify/mcpcWrote 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/apify/mcpc/record-demo)<a href="https://agentmods.dev/skills/apify/mcpc/record-demo"><img src="https://agentmods.dev/badge/skills/apify/mcpc/record-demo.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.00114 | $0.03279 |
| Opus 5 | $0.00057 | $0.01639 |
| Sonnet 5 | $0.00023 | $0.00656 |
| Haiku 4.5 | $0.00011 | $0.00328 |
Grade A, and why
record-demo 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 4d 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 — 217 lines — stays where its author put it; the contents beside it link to each section on GitHub.
record-demo: VHS demo GIFs for mcpc
The tapes in docs/vhs/*.tape are VHS
scripts that drive a real shell session — VHS types each command, runs it
against a live MCP server, captures the terminal, and renders a GIF. The README
hero is docs/images/mcpc-demo.gif, built from docs/vhs/mcpc-demo.tape.
This file is the accumulated know-how. Read all of it before touching a tape — most rules below were discovered by hitting the wall, and skipping them wastes whole render cycles (~1–2 min each).
The hero flow (mcpc-demo.tape)
A basic-use story across both transports:
mcpc— empty state (no sessions, no profiles)mcpc connect mcp.json:filesystem— local stdio server (auto-names@filesystem)mcpc— session list (now shows the live session)mcpc @filesystem tools-listmcpc @filesystem tools-list --json— JSON output, syntax-highlighted, no jqmcpc connect mcp.apify.com -H "Authorization: Bearer $APIFY_TOKEN"— remote HTTP server (auto-names@apify)mcpc @apify tools-listmcpc @apify tools-get search-actors— inspect one tool's input schemamcpc @apify tools-call search-actors keywords:="web scraper" limit:=3mcpc @apify close
Ten commands run ~45s; there is no hard 30s cap for this flow.
Style conventions (the current standard — match these)
- No
# commentsin the visible script. The commands are self-descriptive. - No
| head, no2>/dev/nullon visible commands. Show real output even if long — it scrolls naturally. (connect≈ 86 lines incl. an "Available commands" list,tools-call search-actors≈ 56, filesystemtools-list --json≈ 300.) - Continuous session — never
clearbetween steps. Put a single blank-lineEnterbefore each command (after the first) so it's separated from the previous output, like a real terminal session. - Colored prompt + bold-white typed commands. In the hidden setup block:
Type 'export PS1="\[\e[1;38;2;25;230;77m\]$\[\e[0m\] \[\e[1;97m\]"' Enter Type "trap 'tput sgr0' DEBUG" EnterPS1is a bold bright-green$, then ends with\[\e[1;97m\]so the typed input renders bold bright-white.- The
DEBUGtrap runstput sgr0before every command so the bold-white input does not bleed into command output.
- Empty state needs a clean home — hidden:
Type 'export MCPC_HOME_DIR="$(mktemp -d)"'somcpcshows "No active MCP sessions / No OAuth profiles". - Color is automatic for non-piped commands — mcpc detects the TTY and emits
color (256-color, plenty vivid). You only need
export FORCE_COLOR=3(+COLORTERM=truecolorfor exact hex) when a command is piped (mcpc turns color off when stdout isn't a TTY). The current tapes avoid pipes, so they don't need it. (The CLI palette lives insrc/cli/output.ts,RAINBOW_SATURATION, bumped to 78% for vividness — that's where the demo colors come from.)
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.
- 4d ago First seen · 217 lines · 114 tokens per session scan A 4fcb08ff7eca
record-demo is a skill published in the GitHub repository apify/mcpc (765 stars, last pushed yesterday), licensed Apache-2.0. It adds 114 tokens to every session and 3,279 once invoked, about $0.0006 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.
Other skills, from other repositories
gemini-skill
通过 Gemini 官网(gemini.google.com)执行生图、对话等操作。用户提到"生图/画图/绘图/nano banana/nanobanana/生成图片"等关键词时触发。操作方式分三级优先级:首选 MCP 工具 → 次选 Skill 脚本 → 最次连接 Skill 浏览器手动操作(需用户授权)。禁止自行启动外部浏览器访问 Gemini。.
live2d_controller
// 读取:system.characterbundle.loadcharacterskillsections -> system.config.buildtier1variables.characterbuiltinskillsprompt.
code-snippet-images
Generate beautiful code snippet images (PNG) for social media, tweets, LinkedIn, and documentation. Creates light-themed, macOS-style window chrome screenshots from code using HTML templates and Chrome headless. Use when asked to create code images, tweet images, snippet screenshots, code cards, or visual code…
ableton
Control Ableton Live through the AbletonMCP tools. Use when the user wants to build tracks, patches, clips, drums, automation, or generative music in Ableton, or asks to change any device, mixer, or transport setting in their Live set. Triggers on "Ableton", "Live set", "make a patch", "build a track", "add a synth"…
spotify
Control the Spotify desktop app on macOS via the spotifycli command. Use when the user wants to play, pause, skip, restart, or query the currently playing track on Spotify; activate or quit the Spotify app; or check whether Spotify is running. macOS only — requires the Spotify desktop app and spotifycli installed in…
audius-api
Build music apps with the Audius REST API and JavaScript SDK. Use this skill whenever the user wants to build a music player, streaming app, or audio application using Audius. Trigger on mentions of Audius API, @audius/sdk, create-audius-app, audius.co, api.audius.co, Audius OAuth, track streaming, playlist fetching…