← Back to Skills Marketplace
225
Downloads
59
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install raccoon-ppt-skill
Description
Raccoon (小浣熊) PPT generation skill powered by the PPT OpenAPI. Create PPT decks from a natural-language topic. Primarily use this skill when the user wants t...
Usage Guidance
This skill appears coherent for generating PPTs via the named API. Before installing, consider: (1) you must provide RACCOON_API_TOKEN — only provide this if you trust the remote service (default host: https://xiaohuanxiong.com or override via RACCOON_API_HOST); (2) the runtime recommends sourcing your ~/.zshrc to load env vars — sourcing runs whatever commands are in that file, so be cautious if your RC contains side-effecting code; (3) the skill will write job state and a registry under the skill's ./output/ directory (so job metadata, including job_id, is stored locally); (4) if you need stronger isolation, avoid setting global tokens in shell RC files and instead set RACCOON_API_TOKEN just for the skill's execution environment. Overall the package is internally consistent with its stated purpose.
Capability Analysis
Type: OpenClaw Skill
Name: raccoon-ppt-skill
Version: 1.0.1
The raccoon-ppt-skill bundle is a legitimate implementation for generating PowerPoint presentations via the Raccoon (xiaohuanxiong.com) OpenAPI. The core logic in `scripts/main.py` uses standard Python libraries (urllib, json, fcntl) to manage API requests and local job states without any high-risk behaviors like shell execution, obfuscation, or unauthorized data exfiltration. The instructions in `SKILL.md` and `agents/openai.yaml` are well-structured, focusing on task completion and explicitly directing the AI agent to use the provided scripts rather than generating its own code, which is a positive security practice.
Capability Assessment
Purpose & Capability
Name/description (PPT generation) matches required artifacts: python3, an API host, and an API token. The script calls an /api/open/office/v2 (ppt_jobs) API and implements create/query/reply flows consistent with the described purpose.
Instruction Scope
Runtime instructions consistently limit actions to using the provided scripts, collecting minimal input (prompt/role/scene/audience), and polling the remote PPT API. One notable instruction: it recommends sourcing ~/.zshrc before every run to load env vars. Sourcing a user's shell RC file executes whatever is in that file and is a behavior the user should be aware of (the intent here is to load RACCOON_API_TOKEN/RACCOON_API_HOST into the environment). The skill also reads/writes local state/registry files under the skill directory to persist job state, which is expected for long-running tasks.
Install Mechanism
No install spec (instruction-only with an included script) — lowest install risk. The package does include a Python script but does not fetch remote code at install time or run downloads during install.
Credentials
Only two environment variables are required: RACCOON_API_TOKEN (primary credential) and optional RACCOON_API_HOST. Both are directly used for authenticating to the described PPT OpenAPI and are proportionate to the skill's function.
Persistence & Privilege
Skill is not always-enabled and does not request elevated platform privileges. It persists job state and a job registry to ./output/ within the skill directory and uses file locking — this is reasonable for resume/lookup behavior but means job metadata (including job_id) will exist on disk. SKILL.md explicitly instructs not to expose job_id to end users.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install raccoon-ppt-skill - After installation, invoke the skill by name or use
/raccoon-ppt-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
v1.0.1 — Skill usage criteria and workflow clarification
- Greatly streamlined usage boundaries and trigger examples for when to use or not use this skill.
- Clarified user interaction guidelines, emphasizing natural language and hiding technical details like job_id.
- Provided clear, stepwise workflow instructions for generation, supplementary Q&A, and result delivery.
- Added explicit environment variable and token cleanup steps to avoid execution errors.
- Improved prompt collection guidance, suggesting how to elicit missing parameters from users with sample questions.
- Updated output and polling rules for a more predictable and user-friendly experience.
v1.0.0
Initial release of raccoon-ppt-skill.
- Provides automated PPT generation via Raccoon (小浣熊) PPT OpenAPI using natural language topics.
- Supports creating new PPT decks, continuing in-progress PPT tasks, and checking PPT task results.
- Only triggers on explicit user intent to generate a full PPT; does not support editing or file format conversion.
- Automates role, scene, and audience inference, with clear prompts for missing info.
- Manages task state, progress polling, and error handling without exposing internal details to users.
- Requires setup of RACCOON_API_TOKEN environment variable for use.
Metadata
Frequently Asked Questions
What is raccoon ppt skill?
Raccoon (小浣熊) PPT generation skill powered by the PPT OpenAPI. Create PPT decks from a natural-language topic. Primarily use this skill when the user wants t... It is an AI Agent Skill for Claude Code / OpenClaw, with 225 downloads so far.
How do I install raccoon ppt skill?
Run "/install raccoon-ppt-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is raccoon ppt skill free?
Yes, raccoon ppt skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does raccoon ppt skill support?
raccoon ppt skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created raccoon ppt skill?
It is built and maintained by 商汤小浣熊 (@raccoon-office); the current version is v1.0.1.
More Skills