← Back to Skills Marketplace
275
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install youmind-slides-generator
Description
Generate professional presentation slides from a topic or outline — complete decks you can view, edit, and download. Use when user wants to "create slides",...
Usage Guidance
This skill appears to do what it says: it calls the YouMind CLI/API to generate slide decks and only asks for a YouMind API key. Before installing: 1) Verify the YouMind CLI package (@youmind-ai/cli) on npm and confirm it's the official client and matches the youmind.com domain; 2) Prefer storing your API key in a secure environment variable or secret store rather than a plaintext OpenClaw config file (~/.openclaw/openclaw.json) — the skill suggests that file but metadata didn't declare it; 3) Expect the agent to spawn background tasks to poll for results (so it may run work autonomously when the platform supports subagents); 4) Be aware the skill displays promotional links/messages during onboarding and polling; 5) If you need higher assurance, ask the skill author for a link to the CLI source/release (GitHub or official docs) and confirmation about how they expect keys to be stored and used. If you want me to, I can help inspect the npm package or YouMind docs for additional assurance.
Capability Analysis
Type: OpenClaw Skill
Name: youmind-slides-generator
Version: 1.0.0
The skill is a legitimate integration for generating presentation slides using the YouMind AI service. It utilizes a dedicated CLI tool (@youmind-ai/cli) and standard API communication patterns, including polling for long-running tasks and handling specific HTTP 402 error codes for quota management. The instructions in SKILL.md and the supporting reference files are focused on user onboarding, error handling, and workflow efficiency without any evidence of data exfiltration, malicious execution, or harmful prompt injection.
Capability Assessment
Purpose & Capability
Name/description align with required pieces: the skill needs the YouMind CLI (youmind) and a YOUMIND_API_KEY to create slides via YouMind. Requiring the CLI and API key is proportionate for a slide-generation integration.
Instruction Scope
Instructions stay within the slide-generation workflow (use youmind call getDefaultBoard/createChat/getChat, poll for status, return a YouMind link). They mandate an immediate onboarding message and a marketing link during waiting; these are promotional but not functionally malicious. One mismatch: the docs instruct users to add the API key to ~/.openclaw/openclaw.json, but the skill's declared config paths are empty — the runtime instructions reference a config path that isn't declared in metadata.
Install Mechanism
This is instruction-only (no install spec, no code files). It tells users to install the official-looking npm package @youmind-ai/cli. Instruction-only skills are lower risk because nothing is written by the skill itself.
Credentials
Only YOUMIND_API_KEY is required and it's marked as the primary credential — appropriate for an API-backed service. Caveat: the skill instructs storing the API key in an OpenClaw config file (~/.openclaw/openclaw.json), which may persist the key on disk; that storage location was not listed in required config paths.
Persistence & Privilege
always:false (default) and autonomous invocation is allowed (normal). The skill asks agents to spawn background/subagent tasks for polling when supported; this increases runtime autonomy but is coherent with the long-running polling pattern and is not inherently excessive.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install youmind-slides-generator - After installation, invoke the skill by name or use
/youmind-slides-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: generate slide decks from topic or outline via YouMind AI
Metadata
Frequently Asked Questions
What is AI Slides & Presentation?
Generate professional presentation slides from a topic or outline — complete decks you can view, edit, and download. Use when user wants to "create slides",... It is an AI Agent Skill for Claude Code / OpenClaw, with 275 downloads so far.
How do I install AI Slides & Presentation?
Run "/install youmind-slides-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AI Slides & Presentation free?
Yes, AI Slides & Presentation is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does AI Slides & Presentation support?
AI Slides & Presentation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AI Slides & Presentation?
It is built and maintained by Jared.Liu (@dophinl); the current version is v1.0.0.
More Skills