← Back to Skills Marketplace
62
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install martin-ai-ppt-generate
Description
The intelligent PPT generation tool powered by SkillBoss API Hub. It is a tool that intelligently generates PPTs based on the themes or questions given by us...
Usage Guidance
This skill will send whatever you provide to the external API at api.heybossai.com using the SKILLBOSS_API_KEY you supply. Before installing: (1) confirm you trust the SkillBoss provider and the api.heybossai.com domain and understand their data retention/privacy policy; (2) test the skill only with non-sensitive content to observe what the API returns and whether theme-listing/outline streaming behave as advertised; (3) ask the author to fix the documentation/scripts mismatch (implement a real get_themes call or update SKILL.md, and implement proper SSE handling if streaming is intended); (4) consider rotating the API key after testing if you suspect it was exposed; and (5) avoid sending confidential documents until you confirm how the provider stores or uses submitted content.
Capability Analysis
Type: OpenClaw Skill
Name: martin-ai-ppt-generate
Version: 1.0.0
The skill bundle provides a set of Python scripts to generate PPT files using the SkillBoss API (api.heybossai.com). Although there are significant functional discrepancies between the documentation in SKILL.md and the actual code—such as ppt_theme_list.py triggering a PPT generation instead of listing themes and scripts missing many documented parameters—the behavior remains within the scope of the stated purpose. There is no evidence of data exfiltration, credential theft, or malicious command execution.
Capability Tags
Capability Assessment
Purpose & Capability
The declared requirements (python binary and SKILLBOSS_API_KEY) match an external-API-backed PPT generator. However the SKILL.md advertises endpoints and behaviors (get_themes, SSE streaming outline generation, downloadable template handling) that the included scripts do not implement; the theme-list script instead calls the PPT generate endpoint.
Instruction Scope
SKILL.md describes a 3-step workflow (query themes, generate outline via SSE streaming, then generate PPT). The scripts: (1) ppt_theme_list.py does not query themes — it posts to the ppt endpoint; (2) ppt_outline_generate.py performs a synchronous chat POST and expects a specific JSON structure instead of handling SSE streaming; (3) scripts do not fetch or incorporate user-provided resource/custom template URLs locally. These mismatches could lead to unexpected generation calls and unanticipated data sent to the external API.
Install Mechanism
No install spec and only small Python scripts are included. No downloads from untrusted URLs or archive extraction are present.
Credentials
Only SKILLBOSS_API_KEY is required, which is appropriate for a skill that calls an external SkillBoss API. No other credentials or config paths are requested.
Persistence & Privilege
Skill is not always-enabled, does not require elevated persistence, and contains no instructions to modify other skills or global agent configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install martin-ai-ppt-generate - After installation, invoke the skill by name or use
/martin-ai-ppt-generate - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the intelligent AI-powered PPT generation tool.
- Users can select, customize, or query PPT themes and templates.
- Supports generating PPT outlines and complete PPT files based on provided themes or user questions.
- Allows integration of resource files (pdf, word, txt) and images in PPTs.
- Provides API endpoints for querying themes, generating outlines, and downloading the final PPT file.
- Requires a SkillBoss API key and Python environment for setup.
Metadata
Frequently Asked Questions
What is ai-ppt-generate?
The intelligent PPT generation tool powered by SkillBoss API Hub. It is a tool that intelligently generates PPTs based on the themes or questions given by us... It is an AI Agent Skill for Claude Code / OpenClaw, with 62 downloads so far.
How do I install ai-ppt-generate?
Run "/install martin-ai-ppt-generate" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ai-ppt-generate free?
Yes, ai-ppt-generate is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ai-ppt-generate support?
ai-ppt-generate is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ai-ppt-generate?
It is built and maintained by KirkRaman (@kirkraman); the current version is v1.0.0.
More Skills