slide
Create and manage presentation slides using JSONL storage. Use when building slide decks, applying themes, or exporting to HTML presentations.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ckchzh/slideSlide — Presentation Slide Builder
Create, edit, and manage presentation slide decks stored in a local JSONL backend. Supports themes, templates, speaker notes, reordering, outlining, and HTML export.
Prerequisites
- Python 3.8+
bashshell- No external dependencies required
Data Storage
All slide data is stored in ~/.slide/data.jsonl. Each line is a JSON object representing either a deck or an individual slide. The tool auto-creates the directory and file on first use.
Commands
| Command | Description | Usage |
|---|---|---|
| create | Create a new slide deck with a title | create TITLE [--author AUTHOR] [--description DESC] |
| add | Add a new slide to an existing deck | add DECK_ID --title TITLE [--content TEXT] [--layout TYPE] |
| edit | Edit a slide's title, content, or layout | edit SLIDE_ID [--title T] [--content C] [--layout L] |
| reorder | Move a slide to a new position within its deck | reorder SLIDE_ID --position N |
| theme | Apply or view a theme for a deck | theme DECK_ID [--set THEME_NAME] [--list] |
| outline | Show a text outline of all slides in a deck | outline DECK_ID |
| export | Export a deck to HTML or JSON | export DECK_ID [--format html|json] [--output FILE] |
| preview | Generate a quick text preview of a slide | preview SLIDE_ID |
| list | List all decks or slides within a deck | list [--deck DECK_ID] [--limit N] |
| template | List built-in templates or apply one to a new deck | template [--apply NAME] [--list] |
| notes | Add or view speaker notes for a slide | notes SLIDE_ID [--set TEXT] |
| help | Show usage information | help |
| version | Show version number | version |
Examples
# Create a new deck
bash scripts/script.sh create "Quarterly Review" --author "Kelly"
# Add a title slide
bash scripts/script.sh add deck_abc --title "Welcome" --content "Q1 2026 Results" --layout title
# Edit slide content
bash scripts/script.sh edit slide_xyz --content "Updated revenue figures"
# Reorder a slide to position 3
bash scripts/script.sh reorder slide_xyz --position 3
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ckchzh-slide": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
axure-prototype-generator
Axure 原型代码生成器 - 输出 JavaScript 格式 HTML 代码,支持内联框架直接加载可交互原型。
deck-narrative-planner
把材料转成 PPT/Deck 叙事结构,生成每页一句标题、证据需求与过渡逻辑。;use for presentation, deck, storytelling workflows;do not use for 直接生成花哨视觉稿, 编造证据.
twitter-api-alternative
Twitter API Alternative — Search 1B+ tweets with natural language queries, boolean filters, and one-click CSV exports (up to 64K rows). Look up profiles, find users by topic, and track conversations. No developer account needed, no complex OAuth setup — 2-minute setup via Xpoz MCP.
tariff
International trade tariff reference — HS codes, duty rates, trade agreements, customs valuation, and tariff classification. Use when classifying goods for import/export, calculating duties, or navigating trade agreements.
DeadLink
Scan websites and files for broken links with HTTP status details. Use when auditing links, finding broken URLs, validating references.