slidecraft-review

slidecraft-review is a skill for Claude Code from solid-shuwen/shuttleslide. It costs 57 tokens per session (260 once invoked), scanned A, original, MIT.

A browser-based review tool for AI-generated slide presentations. It lets a person configure a presentation run, inspect each stage, request edits, and approve progress before the final output is saved.

In plain words
What is it for?
Use it to review slides interactively, provide feedback, approve or revise generated snapshots, configure presentation runs, and save the resulting files.
Why use it?
It adds human review between presentation-generation stages, so problems can be caught and revised before the process continues. It also saves generated work in timestamped folders.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to review slides interactively, provide feedback, approve or revise generated snapshots, configure presentation runs, and save the resulting files.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/solid-shuwen/shuttleslide/slidecraft-review
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 solid-shuwen/shuttleslide --skill slidecraft-review
Clone the repo
git clone --depth 1 https://github.com/solid-shuwen/shuttleslide

Made for: Claude Code.

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 slidecraft-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/solid-shuwen/shuttleslide/slidecraft-review/github.svg)](https://agentmods.dev/skills/solid-shuwen/shuttleslide/slidecraft-review)
Your own site
<a href="https://agentmods.dev/skills/solid-shuwen/shuttleslide/slidecraft-review"><img src="https://agentmods.dev/badge/skills/solid-shuwen/shuttleslide/slidecraft-review/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 slidecraft-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/solid-shuwen/shuttleslide/slidecraft-review"><img src="https://agentmods.dev/badge/skills/solid-shuwen/shuttleslide/slidecraft-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 260 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Excessive Agency · line 18
    Skill selects an external model or provider that may use a different account or billing plan than the operator expects. Undisclosed model switches can cause unexpected cost or quota consumption.
    Fix: Remove the model/provider override or disclose it prominently and require explicit operator approval before invoking an external coding CLI or billed model.
  • high Privilege Escalation · line 29
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
How audits are shown
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.00057 $0.00260
Opus 5 $0.00028 $0.00130
Sonnet 5 $0.00011 $0.00052
Haiku 4.5 $0.00006 $0.00026

Measured 9d ago against content hash 988fedb3b235, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

slidecraft-review 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 9d 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.

src/shuttleslide/skills/slidecraft-review/SKILL.md · 31 lines

What it actually says

Interactive slide review web UI

Quick start

slidecraft review

Opens browser at http://127.0.0.1:8765. Ctrl+C to stop.

Options

slidecraft review --port 9000
slidecraft review --no-browser
slidecraft review -o tmp/my_runs/
slidecraft review --api-base $URL --api-key $KEY --model glm-4.7
slidecraft review --mock

What it does

  1. Configuration screen: set API credentials, topic, style.
  2. Pipeline runs with stage-by-stage approval.
  3. Review each snapshot, request edits, approve to proceed.
  4. Output saved to timestamped subdirectories.

Credential sources (later wins)

  1. Web form (runtime)
  2. .env file using SHUTTLESLIDE_* keys
  3. CLI flags
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. 9d ago First seen · 31 lines · 57 tokens per session scan A 988fedb3b235

Subscribe to this mod's changes

slidecraft-review is a skill published in the GitHub repository solid-shuwen/shuttleslide (176 stars, last pushed 19d ago), licensed MIT. It adds 57 tokens to every session and 260 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-08-30.

Related

Other skills, from other repositories

infographic-creator

Create beautiful infographics based on given text content. Use when users request to create infographics.

antvis/chart-visualization-skills · 24 tokens

chart-visualization

A skill for turning data into visual charts such as bar, line, pie, scatter, radar, Sankey, and flow diagrams. It sends chart definitions to AntV's visualization service and returns an image link.

antvis/chart-visualization-skills · 68 tokens

alive:demo

Generate a believable, lived-in ALIVE world from a free-text persona description (custom path) or a deterministic sandbox preset. Routes the create/list/activate/deactivate/delete/status surface and orchestrates the 5-stage subagent generation pipeline.

alivecontext/alive · 52 tokens

presentations

Use when building, theming, or exporting a presentation deck — pitch, sales, keynote, board/QBR, leave-behind one-pager — from slide structure to a token-based theme to PDF or editable PPTX (Marp, Slidev, python-pptx). NOT the words (that is marketing), NOT the visual tokens (that is design), NOT the investor story…

ericrisco/rsc-harness · 93 tokens

ppt-orchestrator

A dispatcher for creating presentations, slide decks, long images, and weekly reports. It chooses a visual style and output format, then sends the work to a more specialised add-on.

huangrichao2020/pretty-skills · 160 tokens

zhongguose-html-skill

An HTML-only presentation system using traditional Chinese colours and Chinese-style visual design. It helps organise source material into a report structure and produces a self-contained HTML file with its assets.

huangrichao2020/pretty-skills · 232 tokens