Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
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.
[](https://agentmods.dev/skills/opencoven/coven/slidev-deck-pipeline)<a href="https://agentmods.dev/skills/opencoven/coven/slidev-deck-pipeline"><img src="https://agentmods.dev/badge/skills/opencoven/coven/slidev-deck-pipeline/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/opencoven/coven/slidev-deck-pipeline"><img src="https://agentmods.dev/badge/skills/opencoven/coven/slidev-deck-pipeline.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.00077 | $0.01822 |
| Opus 5 | $0.00039 | $0.00911 |
| Sonnet 5 | $0.00015 | $0.00364 |
| Haiku 4.5 | $0.00008 | $0.00182 |
Grade A, and why
slidev-deck-pipeline scanned grade A with 1 finding 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 10d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
7. **Confirm live** — curl the production URL, assert HTTP 200 on `index` and every referenced image. How it starts
The opening of the file, as written. The whole thing — 118 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Slidev Deck Pipeline
The single, repeatable path for turning content into a published OpenCoven Slidev deck.
Optimize for determinism: same inputs → same deck → same verified dist → same deploy.
Author by writing a real .md file with Node's fs.writeFileSync, then run the repo's own
scripts to verify and build. Never eyeball-ship.
When to use
| Scenario | Use this skill |
|---|---|
| Weekly Open Coven / Show'n Spells deck | ✅ (the canonical path) |
| One-off launch / explainer deck in the same house style | ✅ |
| Rebuilding an existing deck "the standard way" | ✅ |
| Exporting a deck to PDF | ✅ |
Deploying a deck to Vercel (show.opencoven.ai) |
✅ |
| Non-Slidev copy (tweets, Discord posts) | ❌ use the voice/social skills instead |
Repo facts (canonical)
- Repo:
/Users/buns/Documents/GitHub/OpenCoven/open-coven-weekly - Decks:
slides/YYYY-MM-DD.md(a-slugsuffix is allowed:YYYY-MM-DD-slug.md) - Template:
slides/template.md - Theme:
theme/=@opencoven/slidev-theme-coven; referenced from a deck astheme: ../theme - Static assets:
slides/public/→ served at/(images live inslides/public/img/, referenced as/img/<name>) - Package manager:
pnpm - Deploy: Vercel project
open-coven-weekly, aliased toshow.opencoven.ai, auto-deploys on push tomain
The scripts (this is the deterministic core — always use them)
| Command | What it does |
|---|---|
pnpm new (node scripts/new-week.mjs) |
Scaffolds next Sunday's slides/YYYY-MM-DD.md from template.md, replacing {{DATE}} and {{MONTH_DAY_YEAR}} |
pnpm dev |
Live Slidev preview of the latest dated deck (auto-resolved) |
pnpm build |
Build with GitHub-Pages base /open-coven-weekly/ |
pnpm build:vercel |
Build with root base / → publishes slides/dist (this is what Vercel runs) |
pnpm export |
Installs Chromium, exports the latest deck to PDF |
pnpm verify |
pnpm test + verify-week + both builds + verify:dist — the full gate |
pnpm verify:dist |
Confirms built dist/index.html contains the latest deck's frontmatter title |
What ships with it
4 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.
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.
- 10d ago First seen · 118 lines · 77 tokens per session scan A 1c760d77600e
slidev-deck-pipeline is a skill published in the GitHub repository OpenCoven/coven (47 stars, last pushed today), licensed MIT. It adds 77 tokens to every session and 1,822 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
ppt-keynote
A browser-based Keynote-style presentation template where each slide is a full-screen section with keyboard navigation and fade transitions.
slidev
Use when the user wants to create slides, build a presentation or talk, make a deck or pitch, export slides to PDF, work with an existing slides.md, run slidev dev mode, or build a static slide site. Also applies when the user mentions "presentation", "keynote", "talk", "lecture", "deck", "slide deck", or asks to turn…
ppt-keynote
Apple Keynote-quality slides, one card per screen, with keyboard left/right navigation.
dev-slides
This skill enables creation of developer-focused presentations using Slidev - a Vue-powered presentation framework. Write slides in Markdown with live code demos, diagrams, and components.
slidev-deck
Create and iterate on Slidev presentation decks, defaulting to local preview immediately after deck generation.
slide-deck
Generate beautiful HTML slide presentations from markdown or plain text. Dark theme, smooth animations, speaker notes. Output is a single HTML file that opens in any browser. Use when the user asks to create slides, a presentation, a deck, or a pitch. Triggers on: "make slides", "create a presentation", "slide deck"…