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/codagent-ai/and-scene/presentationnpx skills add Codagent-AI/and-scene --skill presentationgit clone --depth 1 https://github.com/Codagent-AI/and-sceneWhat 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.00099 | $0.05520 |
| Opus 5 | $0.00049 | $0.02760 |
| Sonnet 5 | $0.00020 | $0.01104 |
| Haiku 4.5 | $0.00010 | $0.00552 |
Grade A, and why
presentation 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 2d 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 — 524 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Presentation skill
Build evolving-scene presentations: one shared diagrammatic canvas where
entities morph across steps while captions and navigation guide the audience.
Each presentation is a self-contained folder under src/presentations/<slug>/
that composes the reusable scene kit at src/presentation-kit/.
When to use
- User asks to create, build, or generate a presentation or talk
- User asks to modify, update, or add steps to an existing presentation
- Project lacks the scene kit or presentation infrastructure and needs bootstrapping
- User asks to update, resync, or pull the latest scene kit into a project whose
vendored
src/presentation-kit/has fallen behind the skill (see Updating the vendored kit)
Procedure
Work through these phases in order. Do not skip self-verify.
1. Gather requirements
Ask one question at a time. Cover:
- Topic — what the presentation is about
- Visual style — accents, mood, density (sparse diagram vs. rich layout)
- High-level sections — the major parts of the story, in order
- Each step — after the sections are agreed, flesh them out one by one. A "step" means one navigable beat in the presentation: the caption/title plus the scene state shown for that moment.
- Per-step visuals — which entities appear, how they relate, and what morphs between steps
Rules:
- Do not assume details the user can still provide
- Allow the user to proceed with partial detail and iterate later — no hard completeness gate
- Do not start by asking how long the talk should be or how many steps it should have. First establish the high-level sections, then expand each section into steps. Ask about length/count only after that structure exists, or when the user explicitly asks the agent to decide or fill in details.
- If the user says the length/count is TBD, accept that and continue by shaping the high-level sections before implementing any steps.
- Define skill-specific terms the first time they are used in user-facing conversation. For example: a "step" is one navigable beat of the talk; a "hero" entity is the main visual object that carries continuity across the scene. Do not front-load a glossary; define terms just before they matter.
- If the prompt already contains topic, style, and all step details, proceed to scaffold/generate without further questions
- For key or complex steps, optionally draw an ASCII mockup of the layout and ask the user to confirm before building. Use mockups selectively, not for every step
What ships with it
41 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.
- kitSnapshot.test.ts 2.1 KB runs code
- scaffold.test.ts 4.2 KB runs code
- scaffold.ts 4.4 KB runs code
- sync-kit.mjs 7.5 KB runs code
- syncKit.test.ts 4.9 KB runs code
- templates/bootstrap/eslint.config.js 591 B runs code
- templates/bootstrap/index.html 361 B
- templates/bootstrap/package.json 1.1 KB
- templates/bootstrap/scripts/inspect-presentation.mjs 15 KB runs code
- templates/bootstrap/scripts/verify.mjs 7.8 KB runs code
- templates/bootstrap/src/assets/hero.png 13 KB
- templates/bootstrap/src/assets/react.svg 4.0 KB
- templates/bootstrap/src/assets/vite.svg 8.5 KB
- templates/bootstrap/src/index.css 0 B
- templates/bootstrap/src/Landing.tsx 1.2 KB
- templates/bootstrap/src/main.tsx 233 B
- templates/bootstrap/src/presentation-kit/chrome/Footer.tsx 4.5 KB
- templates/bootstrap/src/presentation-kit/chrome/Header.tsx 1.7 KB
- templates/bootstrap/src/presentation-kit/chrome/Toc.tsx 2.1 KB
- templates/bootstrap/src/presentation-kit/chrome/tocSections.ts 605 B runs code
- templates/bootstrap/src/presentation-kit/constants.ts 2.1 KB runs code
- templates/bootstrap/src/presentation-kit/index.ts 559 B runs code
- templates/bootstrap/src/presentation-kit/nodes/index.tsx 5.8 KB
- templates/bootstrap/src/presentation-kit/Presentation.tsx 4.2 KB
- templates/bootstrap/src/presentation-kit/Stage.tsx 1.8 KB
- templates/bootstrap/src/presentation-kit/stepMarker.ts 98 B runs code
- templates/bootstrap/src/presentation-kit/types.ts 1.7 KB runs code
- templates/bootstrap/src/presentation-kit/useFitScale.ts 1022 B runs code
- templates/bootstrap/src/presentation-kit/usePresentationNav.ts 3.1 KB runs code
- templates/bootstrap/src/presentations/index.ts 375 B runs code
- templates/bootstrap/src/presentations/PresentationRouter.tsx 592 B
- templates/bootstrap/src/Root.tsx 466 B
- templates/bootstrap/src/router.ts 404 B runs code
- templates/bootstrap/tsconfig.app.json 617 B
- templates/bootstrap/tsconfig.json 119 B
- templates/bootstrap/tsconfig.node.json 591 B
- templates/bootstrap/vite.config.ts 161 B runs code
- templates/presentation/entities.ts 429 B runs code
- templates/presentation/steps/intro.tsx 575 B
- templates/presentation/Talk.tsx 361 B
- templates/single-step/step.tsx 653 B
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.
- 2d ago First seen · 524 lines · 99 tokens per session scan A c97b06fd45fb
presentation is a skill published in the GitHub repository Codagent-AI/and-scene (5 stars, last pushed 3d ago), licensed MIT. It adds 99 tokens to every session and 5,520 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
use-agent-browser-for-airi
Test AIRI display-model imports with agent-browser across stage-tamagotchi Electron, stage-web, and stage-pocket mobile web layouts. Use when uploading and verifying contributor-supplied Live2D ZIP, VRM, or MMD ZIP/PMX/PMD files through AIRI's model selector, including onboarding bypass, format-specific import…
opencli-sitemap-author
Use when creating or maintaining OpenCLI site sitemaps: agent-facing navigation, page-state, action, workflow, API-reference, pitfall, and fallback knowledge for a website. Use after browser exploration discovers durable site context, when a sitemap is stale, or when promoting local site knowledge into the repo.
pinchtab-mcp
Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.
peekaboo
Capture and automate macOS UI with the Peekaboo CLI.
repro-admin
Reproduce an EmDash admin UI bug. Attach a container, start the demo dev server, drive the admin with agent-browser using the dev-bypass session, and capture the reproduction as screenshots plus a replayable transcript.
browser_cdp
通过 Chrome DevTools Protocol (CDP) 连接已运行的浏览器,或扫描本机 CDP 端口,用于远程调试与多工具共享浏览器实例。.