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 6missedcalls/slidev-agent-skill --skill slidev-agent-skillgit clone --depth 1 https://github.com/6missedcalls/slidev-agent-skillWrote 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/6missedcalls/slidev-agent-skill/slidev-agent-skill)<a href="https://agentmods.dev/skills/6missedcalls/slidev-agent-skill/slidev-agent-skill"><img src="https://agentmods.dev/badge/skills/6missedcalls/slidev-agent-skill/slidev-agent-skill/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/6missedcalls/slidev-agent-skill/slidev-agent-skill"><img src="https://agentmods.dev/badge/skills/6missedcalls/slidev-agent-skill/slidev-agent-skill.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00059 | $0.00582 |
| Opus 5 | $0.00030 | $0.00291 |
| Sonnet 5 | $0.00012 | $0.00116 |
| Haiku 4.5 | $0.00006 | $0.00058 |
Grade A, and why
slidev-multi-agent 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 11d 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 — 60 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Slidev Multi-Agent Skill
Use this skill for Slidev presentation work across Codex, Claude Code, and OpenClaw.
Required workflow
- Read
references/index.mdfirst. - Load only the specific reference files needed for the current task.
- Prefer
scripts/*as the execution layer before ad-hoc CLI commands. - Fall back to direct Slidev CLI only when no script covers the workflow.
Core workflows
Create a deck
- Run
scripts/slidev-init.sh [dir]. - Confirm
slides.mdexists. - Start preview with
scripts/slidev-dev.sh [entry].
Edit slides
- Use
references/slidev/core-syntax.mdandreferences/slidev/layout.md. - Update slide structure, frontmatter, layouts, and content.
- Preview changes with
scripts/slidev-dev.sh.
Customize themes
- Use
references/slidev/theme-addon.md,references/slidev/write-theme.md, andreferences/slidev/directory-structure.md. - For theme extraction from active deck, run
scripts/slidev-theme-eject.sh. - For new theme scaffold, run
scripts/slidev-theme-scaffold.sh [theme-name].
Build and export
- Use
references/slidev/hosting.mdandreferences/slidev/exporting.md. - Build SPA with
scripts/slidev-build.sh. - Export assets with
scripts/slidev-export.sh.
Reference loading rules
- For syntax and authoring:
references/slidev/core-syntax.md - For CLI behavior:
references/slidev/cli.md - For theming and addons:
references/slidev/theme-addon.md,references/slidev/write-theme.md - For deck structure and custom files:
references/slidev/directory-structure.md - For exports and hosting:
references/slidev/exporting.md,references/slidev/hosting.md - For platform-specific skill behavior:
- Codex:
references/platforms/codex-skills.md - Claude Code:
references/platforms/claude-skills.md - OpenClaw:
references/platforms/openclaw-skills.md
- Codex:
Notes
- Keep operations deterministic and script-first.
- Do not assume platform-specific metadata files are required.
- This skill is intentionally a single shared source of truth.
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.
- 11d ago First seen · 60 lines · 59 tokens per session scan A da912b0d8192
slidev-multi-agent is a skill published in the GitHub repository 6missedcalls/slidev-agent-skill (0 stars, last pushed 6mo ago), licensed MIT. It adds 59 tokens to every session and 582 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-09-01.
Other skills, from other repositories
investment-memo-generator
Investment memo creation combining financial analysis, document generation, and structured templates. Use when creating investment memos, pitch decks, deal summaries, or investment committee materials.
impact-report-writer
Nonprofit/NGO impact report generation with data visualization suggestions, outcome metrics, narrative structure, and program data presentation. Use when writing impact reports, annual reports, or program evaluation summaries.
codebase-documenter
This skill should be used when writing documentation for codebases, including README files, architecture documentation, code comments, and API documentation. Use this skill when users request help documenting their code, creating getting-started guides, explaining project structure, or making codebases more accessible…
document-skills
Professional document creation, editing, and analysis for Office formats (docx, pdf, pptx, xlsx). Use when working with Word documents, PDFs, PowerPoint presentations, or Excel spreadsheets.
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
xlsx
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify…