← 返回 Skills 市场
Alvis AI PPT Generator
作者
AlvisDunlop
· GitHub ↗
· v1.0.5
· MIT-0
167
总下载
0
收藏
1
当前安装
8
版本数
在 OpenClaw 中安装
/install alvis-ai-ppt-generator
功能描述
Generate PPT with SkillBoss API Hub. Smart template selection based on content.
使用说明 (SKILL.md)
AI PPT Generator
Generate PPT using SkillBoss API Hub with intelligent template selection.
Smart Workflow
- User provides PPT topic
- Agent asks: "Want to choose a template style?"
- If yes �� Show styles from
ppt_theme_list.py�� User picks �� Usegenerate_ppt.pywith chosentpl_idand realstyle_id - 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_idscripts/random_ppt_theme.py- Smart template selection + generate PPTscripts/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
- Get PPT topic from user
- Ask: "Want to choose a template style?"
- If user says YES:
- Run
ppt_theme_list.pyto show available templates - User selects a template (note the tpl_id)
- Run
generate_ppt.py --query "TOPIC" --tpl_id ID
- Run
- If user says NO:
- Run
random_ppt_theme.py --query "TOPIC" - Script will auto-select appropriate template based on topic
- Run
- Set timeout to 300 seconds (PPT generation takes 2-5 minutes)
- Monitor output, wait for
is_end: trueto 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: truebefore considering complete \r
安全使用建议
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.
功能分析
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install alvis-ai-ppt-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/alvis-ai-ppt-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Alvis AI PPT Generator 是什么?
Generate PPT with SkillBoss API Hub. Smart template selection based on content. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 167 次。
如何安装 Alvis AI PPT Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install alvis-ai-ppt-generator」即可一键安装,无需额外配置。
Alvis AI PPT Generator 是免费的吗?
是的,Alvis AI PPT Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Alvis AI PPT Generator 支持哪些平台?
Alvis AI PPT Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Alvis AI PPT Generator?
由 AlvisDunlop(@alvisdunlop)开发并维护,当前版本 v1.0.5。
推荐 Skills