← Back to Skills Marketplace
alvisdunlop

Alvis AI PPT Generator

by AlvisDunlop · GitHub ↗ · v1.0.5 · MIT-0
cross-platform ⚠ suspicious
167
Downloads
0
Stars
1
Active Installs
8
Versions
Install in OpenClaw
/install alvis-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 yet. The SKILL.md references local Python scripts that are not included and there is no install/download step — you would need to obtain those scripts from a trusted source before running anything. Ask the publisher for: (1) the source code for the referenced scripts or a clear install URL (preferably a GitHub repo or official release), (2) exact API endpoints the skill will call, and (3) whether the scripts perform any additional network, file, or credential access. If you decide to run fetched scripts, review their code first and run them in an isolated environment (sandbox/container) and limit the API key's scope. If the publisher cannot provide a trustworthy source or code, treat the skill as untrusted.
Capability Analysis
Type: OpenClaw Skill Name: alvis-ai-ppt-generator Version: 1.0.5 The skill bundle is designed to generate PowerPoint presentations using the SkillBoss API Hub. The documentation in SKILL.md describes a standard workflow for template selection and PPT generation using local Python scripts (scripts/generate_ppt.py, scripts/random_ppt_theme.py). The garbled text found in the examples is identified as GBK-encoded Chinese characters (Mojibake) representing common presentation topics like 'Business Summary' and 'AI Development,' rather than intentional obfuscation. No indicators of data exfiltration, persistence, or malicious prompt injection were found.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The skill claims to generate PPTs via the SkillBoss API (SkillBoss_API_KEY declared — appropriate). However, it also instructs running specific Python scripts (scripts/ppt_theme_list.py, scripts/random_ppt_theme.py, scripts/generate_ppt.py) while this package contains no code files or install steps. That mismatch (instruction-only metadata referencing non-existent scripts) is disproportionate to the stated purpose.
Instruction Scope
Runtime instructions tell the agent to run local Python scripts and to stream/wait for API responses; they do not show where those scripts come from. Because no code is bundled and no download/install is specified, the agent (or user) would need to obtain and execute external scripts — an action outside the declared scope and potentially risky.
Install Mechanism
There is no install specification. For a skill that explicitly depends on custom scripts, the absence of an install/fetch mechanism is a red flag: it leaves unclear whether scripts are expected to already exist on the host, to be provided by the user, or to be fetched from an external source at runtime.
Credentials
The only required environment variable is SkillBoss_API_KEY (declared as primary credential), which is consistent with a service that calls the SkillBoss API. No unrelated credentials or config paths are requested.
Persistence & Privilege
The skill does not request persistent or elevated privileges (always:false) and does not claim to modify other skills or system configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install alvis-ai-ppt-generator
  3. After installation, invoke the skill by name or use /alvis-ai-ppt-generator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.5
No visible changes in this version (1.0.5). - No file or documentation changes detected. - Functionality appears unchanged from previous release.
v1.1.0
No changes detected in this version. - Version 1.1.0 has no file or documentation changes from previous release. - All workflows, features, and usage remain the same.
v3.1.0
Version 3.1.0 – No file changes detected in this release. - No new features, bug fixes, or documentation changes introduced. - Behavior and functionality remain identical to the previous version.
v3.0.0
No user-facing changes detected in this version. - Version 3.0.0 has no updates or modifications to files or documentation.
v1.0.1
- No code or documentation changes in this version. - No visible updates or feature modifications detected.
v1.0.2
No user-facing changes in this version. - No file changes detected. - No updates to features, documentation, or workflow.
v2.0.0
Fixed API to api.skillboss.co
v1.0.0
- Initial release of AI PPT Generator skill. - Generates PPT files via SkillBoss API Hub with smart template selection. - Supports both manual and automatic (content-based) template style selection. - Lists and uses all available templates with style_id and tpl_id through scripts. - Includes smart topic categorization to suggest the most relevant slide styles. - Implements fallback logic and error handling for template selection. - Provides example usage and clear agent workflow for easy integration.
Metadata
Slug alvis-ai-ppt-generator
Version 1.0.5
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 8
Frequently Asked Questions

What is Alvis 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 167 downloads so far.

How do I install Alvis AI PPT Generator?

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

Is Alvis AI PPT Generator free?

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

Which platforms does Alvis AI PPT Generator support?

Alvis AI PPT Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Alvis AI PPT Generator?

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

💬 Comments