← 返回
效率工具 中文

Slides

Create, edit, and automate presentations with programmatic tools, visual consistency, and project-based learning of user style preferences.
利用编程工具创建、编辑和自动化演示文稿,保持视觉一致性,并通过项目学习用户风格偏好。
ivangdavila
效率工具 clawhub v1.0.0 1 版本 99884.3 Key: 无需
★ 0
Stars
📥 1,726
下载
💾 70
安装
1
版本
#latest

概述

When to Use

User needs presentation slides created, edited, or automated. Agent handles tool selection (python-pptx, Google Slides API, reveal.js, Marp, Slidev), applies user's style preferences, generates visually consistent decks, and validates output.

Architecture

Projects and styles stored in ~/slides/. See memory-template.md for setup.

~/slides/
├── memory.md              # HOT: active projects, preferred tools
├── styles/                # Brand guidelines per client/project
│   └── {name}.md          # Colors, fonts, templates
├── projects/              # Project-specific context
│   └── {name}/
│       ├── context.md     # Audience, purpose, constraints
│       └── versions.md    # Version history
└── templates/             # Approved slide structures
    └── {type}.md          # pitch, lesson, report, etc.

Quick Reference

TopicFile
-------------
Memory setupmemory-template.md
Programmatic toolstools.md
Visual design rulesdesign.md
Deck structures by typeformats.md

Data Storage

All data stored in ~/slides/. Create on first use:

mkdir -p ~/slides/{styles,projects,templates}

Scope

This skill ONLY:

  • Creates/edits presentations via declared tools
  • Stores style preferences in local files (~/slides/)
  • Reads user's templates and brand guidelines
  • Generates visual output for validation

This skill NEVER:

  • Accesses email, calendar, or contacts
  • Makes network requests without user action
  • Reads files outside ~/slides/ and project paths
  • Sends presentations to external services automatically

Self-Modification

This skill NEVER modifies its own SKILL.md.

Learned styles stored in ~/slides/styles/.

Project context stored in ~/slides/projects/.

Core Rules

1. Identify Context First

Before generating slides:

  • Purpose: Pitch, lesson, report, demo?
  • Audience: Investors, students, executives, clients?
  • Tool: PowerPoint, Google Slides, web-based (reveal.js)?
  • Load relevant style from ~/slides/styles/ if exists

2. Tool Selection by Output

NeedToolWhen to use
-------------------------
.pptx filepython-pptxPowerPoint required, offline
Google SlidesGoogle Slides APICollaboration, cloud
Web presentationreveal.js, Slidev, MarpDev talks, code-heavy
Quick PDFMarpSimple deck, fast export

3. Visual Consistency Always

  • Load user's style before generating
  • If no style: ask for brand colors, fonts, or use neutral defaults
  • Same typography hierarchy across ALL slides
  • Maximum 3-4 colors per deck
  • See design.md for detailed rules

4. Content Density Limits

  • Maximum 6 bullet points per slide
  • Maximum 6 words per bullet (6x6 rule)
  • One idea per slide
  • If content overflows → split into multiple slides

5. Validate Before Delivery

  • Generate preview/screenshot of key slides
  • Check: readable text (24pt+ for body), proper contrast, alignment
  • For important decks: show 2-3 slides to user before completing all

6. Learn User Preferences

EventAction
---------------
User provides style guideSave to ~/slides/styles/{name}.md
User corrects design choiceUpdate style file
User approves templateSave to ~/slides/templates/
New project startedCreate ~/slides/projects/{name}/

7. Version Management

  • Each significant revision → log in projects/{name}/versions.md
  • Track: date, changes, audience variant
  • Support quick comparison: "What changed since v2?"

Common Traps

  • python-pptx units — Always use Inches(), Pt(), Emu() from pptx.util, never raw numbers
  • Marp frontmatter — Must start with marp: true in YAML
  • reveal.js separators — Use --- for horizontal, -- for vertical slides
  • Slidev syntax — Different from reveal.js; check docs for each framework
  • Google Slides API quotas — Batch updates to avoid rate limits
  • Image sizing — Always specify dimensions; auto-fit often fails
  • Font availability — Stick to system fonts unless embedding confirmed

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 04:24 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Baidu web search

ide-rea
使用百度AI搜索引擎(BDSE)进行网络搜索。适用于获取实时信息、文档资料或研究课题。
★ 238 📥 105,758
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 446 📥 226,455
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,363 📥 319,049