slidev-multi-agent

slidev-multi-agent is a skill for Claude Code, Codex from 6missedcalls/slidev-agent-skill. It costs 59 tokens per session (582 once invoked), scanned A, original, MIT.

A skill for creating, editing, styling, building, and exporting Slidev presentations, which are slide decks written as text and rendered in a web browser. It uses scripts and local reference material to guide the work.

In plain words
What is it for?
Use it to start Slidev decks, edit slides and layouts, create or extract themes, preview changes, build presentations, and export or host them.
Why use it?
It provides a defined workflow for presentation changes, including where to find guidance and how to preview, build, export, or host a deck.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: mentions Claude Code; mentions Codex; built for openclaw.

Good fit Use it to start Slidev decks, edit slides and layouts, create or extract themes, preview changes, build presentations, and export or host them.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/6missedcalls/slidev-agent-skill/slidev-agent-skill
Install

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.

Any agent
npx skills add 6missedcalls/slidev-agent-skill --skill slidev-agent-skill
Clone the repo
git clone --depth 1 https://github.com/6missedcalls/slidev-agent-skill

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for slidev-multi-agent

README.md
[![agentmods](https://agentmods.dev/badge/skills/6missedcalls/slidev-agent-skill/slidev-agent-skill/github.svg)](https://agentmods.dev/skills/6missedcalls/slidev-agent-skill/slidev-agent-skill)
Your own site
<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.

agentmods 80×15 button for slidev-multi-agent

Your own site · 80×15
<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>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 582 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 11d ago against content hash da912b0d8192, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

SKILL.md · 60 lines

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

  1. Read references/index.md first.
  2. Load only the specific reference files needed for the current task.
  3. Prefer scripts/* as the execution layer before ad-hoc CLI commands.
  4. Fall back to direct Slidev CLI only when no script covers the workflow.

Core workflows

Create a deck

  1. Run scripts/slidev-init.sh [dir].
  2. Confirm slides.md exists.
  3. Start preview with scripts/slidev-dev.sh [entry].

Edit slides

  1. Use references/slidev/core-syntax.md and references/slidev/layout.md.
  2. Update slide structure, frontmatter, layouts, and content.
  3. Preview changes with scripts/slidev-dev.sh.

Customize themes

  1. Use references/slidev/theme-addon.md, references/slidev/write-theme.md, and references/slidev/directory-structure.md.
  2. For theme extraction from active deck, run scripts/slidev-theme-eject.sh.
  3. For new theme scaffold, run scripts/slidev-theme-scaffold.sh [theme-name].

Build and export

  1. Use references/slidev/hosting.md and references/slidev/exporting.md.
  2. Build SPA with scripts/slidev-build.sh.
  3. 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

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.

Read the full file on GitHub · 60 lines

Changes

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.

  1. 11d ago First seen · 60 lines · 59 tokens per session scan A da912b0d8192

Subscribe to this mod's changes

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.

Related

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.

travisjneuman/.claude · 37 tokens

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.

travisjneuman/.claude · 43 tokens

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…

travisjneuman/.claude · 81 tokens

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.

travisjneuman/.claude · 44 tokens

pdf

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.

travisjneuman/.claude · 50 tokens

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…

travisjneuman/.claude · 96 tokens