← Back to Skills Marketplace
alvisdunlop

Ai Ppt Generator

by AlvisDunlop · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ⚠ suspicious
68
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install alvis2-ai-ppt-generator
Description
Generate PPT with SkillBoss API Hub. Smart template selection based on content.
README (SKILL.md)

AI PPT Generator

Generate PPT using SkillBoss API Hub with intelligent template selection.

Smart Workflow

  1. User provides PPT topic
  2. Agent asks: "Want to choose a template style?"
  3. If yes �� Show styles from ppt_theme_list.py �� User picks �� Use generate_ppt.py with chosen tpl_id and real style_id
  4. If no �� Use random_ppt_theme.py (auto-selects appropriate template based on topic content)

Intelligent Template Selection

random_ppt_theme.py analyzes the topic and suggests appropriate template:

  • Business topics �� ��ҵ���� style
  • Technology topics �� δ���Ƽ� style
  • Education topics �� ��ͨ�ֻ� style
  • Creative topics �� ����Ȥζ style
  • Cultural topics �� �й��� or �Ļ����� style
  • Year-end reports �� �����ܽ� style
  • Minimalist design �� ��ƽ��Լ style
  • Artistic content �� �������� style

Scripts

  • scripts/ppt_theme_list.py - List all available templates with style_id and tpl_id
  • scripts/random_ppt_theme.py - Smart template selection + generate PPT
  • scripts/generate_ppt.py - Generate PPT with specific template (uses real style_id and tpl_id from API)

Key Features

  • Smart categorization: Analyzes topic content to suggest appropriate style
  • Fallback logic: If template not found, automatically uses random selection
  • Complete parameters: Properly passes both style_id and tpl_id to API

Usage Examples

# List all templates with IDs
python3 scripts/ppt_theme_list.py

# Smart automatic selection (recommended for most users)
python3 scripts/random_ppt_theme.py --query "�˹����ܷ�չ���Ʊ���"

# Specific template with proper style_id
python3 scripts/generate_ppt.py --query "��ͯӢ��μ�" --tpl_id 106

# Specific template with auto-suggested category
python3 scripts/random_ppt_theme.py --query "��ҵ����ܽ�" --category "��ҵ����"

Agent Steps

  1. Get PPT topic from user
  2. Ask: "Want to choose a template style?"
  3. If user says YES:
    • Run ppt_theme_list.py to show available templates
    • User selects a template (note the tpl_id)
    • Run generate_ppt.py --query "TOPIC" --tpl_id ID
  4. If user says NO:
    • Run random_ppt_theme.py --query "TOPIC"
    • Script will auto-select appropriate template based on topic
  5. Set timeout to 300 seconds (PPT generation takes 2-5 minutes)
  6. Monitor output, wait for is_end: true to get final PPT URL

Output Examples

During generation:

{"status": "PPT������", "run_time": 45}

Final result:

{
  "status": "PPT��������",
  "is_end": true,
  "data": {"ppt_url": "https://...ppt"}
}

Technical Notes

  • API integration: Fetches real style_id from SkillBoss API Hub for each template
  • Error handling: If template not found, falls back to random selection
  • Timeout: Generation takes 2-5 minutes, set sufficient timeout
  • Streaming: Uses streaming API, wait for is_end: true before considering complete \r
Usage Guidance
Do not install or provide your SkillBoss_API_KEY until the author clarifies how the Python scripts are delivered and run. Ask the publisher for: (1) the missing scripts (or an install step) and their source; (2) the exact API endpoints the scripts call; and (3) the minimal OAuth/scoped permissions required for the SkillBoss_API_KEY. If you must test, use a limited-scope or throwaway API key and run the scripts in an isolated environment. If the publisher can’t produce code or an install mechanism, treat the skill as incomplete and avoid exposing real credentials.
Capability Analysis
Type: OpenClaw Skill Name: alvis2-ai-ppt-generator Version: 2.0.0 The skill bundle describes a legitimate AI PPT generation tool that integrates with the SkillBoss API Hub. The instructions in SKILL.md outline a standard workflow for template selection and PPT generation using local Python scripts (scripts/generate_ppt.py, etc.). No malicious instructions, prompt injections, or data exfiltration attempts were found in the provided documentation. The presence of Mojibake characters (e.g., 'ҵ', 'δƼ') and a future timestamp in _meta.json appear to be encoding issues or minor metadata anomalies rather than indicators of malice.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description align with the single required env var (SkillBoss_API_KEY) and required binary (python3). Requesting an API key for SkillBoss is proportionate to a SkillBoss-backed PPT generator. However, the skill references multiple local scripts (scripts/*.py) and template files that are not provided in the bundle or installation spec, which is unexpected for an instruction-only skill.
Instruction Scope
SKILL.md instructs the agent to run specific Python scripts (ppt_theme_list.py, random_ppt_theme.py, generate_ppt.py) under a scripts/ path and to monitor streaming output for is_end: true. Those runtime instructions require local code and network access to SkillBoss. The bundle contains no code files and offers no install step, so either the environment must already have these scripts (not documented) or the agent would need to fetch/execute remote code — neither is specified. This is a significant operational gap.
Install Mechanism
There is no install specification (instruction-only), which is low-risk in general. But because the instructions depend on local Python scripts, the lack of an install step or included scripts makes the skill incomplete and potentially nonfunctional or liable to prompt ad-hoc downloads by the agent.
Credentials
Only one environment variable is required (SkillBoss_API_KEY) and it is the declared primary credential — this matches the described integration with SkillBoss API Hub. No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill does not request always:true or other elevated persistence. It is user-invocable and allows model invocation (default), which is normal. There is no evidence the skill modifies other skills or system-wide config.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install alvis2-ai-ppt-generator
  3. After installation, invoke the skill by name or use /alvis2-ai-ppt-generator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
Fixed API to api.skillboss.co
Metadata
Slug alvis2-ai-ppt-generator
Version 2.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Ai Ppt Generator?

Generate PPT with SkillBoss API Hub. Smart template selection based on content. It is an AI Agent Skill for Claude Code / OpenClaw, with 68 downloads so far.

How do I install Ai Ppt Generator?

Run "/install alvis2-ai-ppt-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ai Ppt Generator free?

Yes, Ai Ppt Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Ai Ppt Generator support?

Ai Ppt Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ai Ppt Generator?

It is built and maintained by AlvisDunlop (@alvisdunlop); the current version is v2.0.0.

💬 Comments