Agent Skills
› AnyGenIO/anygen-skills
› anygen-slide
anygen-slide
GitHub用于通过AnyGen CLI生成各类幻灯片演示文稿,如PPT、汇报、培训材料等。支持自动认证及依赖安装,覆盖从创建到生产的完整演示内容需求。
触发场景
用户要求制作PPT或幻灯片
需要生成汇报、周报或竞品分析演示稿
请求设计 pitch deck 或培训材料
安装
npx skills add AnyGenIO/anygen-skills --skill anygen-slide -g -y
SKILL.md
Frontmatter
{
"name": "anygen-slide",
"metadata": {
"clawdbot": {
"install": [
{
"id": "node",
"bins": [
"anygen"
],
"kind": "node",
"package": "@anygen\/cli"
}
],
"requires": {
"env": [
"ANYGEN_API_KEY"
],
"bins": [
"anygen"
]
},
"primaryEnv": "ANYGEN_API_KEY"
}
},
"description": "Use this skill any time the user wants to create, design, or produce slide presentations — as standalone files or embedded content. This includes: pitch decks, slide decks, keynote presentations, training materials, project proposals, quarterly reviews, weekly report slides, investor pitches, product launches, team kickoffs, business plans, onboarding decks, strategy presentations, sales pitches, conference talks, and any request involving 'slides' or 'PPT'. Also trigger when: user says 做PPT, 做个汇报, 写个演示文稿, 季度汇报, 竞品分析报告(要PPT), 产品发布会, 培训材料, 周报. If slides, decks, or presentations need to be produced, use this skill."
}
AI Slide Generator — AnyGen
This skill uses the AnyGen CLI to generate slide presentations server-side at www.anygen.io.
Authentication
# Web login (opens browser, auto-configures key)
anygen auth login --no-wait
# Direct API key
anygen auth login --api-key sk-xxx
# Or set env var
export ANYGEN_API_KEY=sk-xxx
When any command fails with an auth error, run anygen auth login --no-wait and ask the user to complete browser authorization. Retry after login succeeds.
How to use
Follow the anygen-workflow-generate skill with operation type slide.
If the anygen-workflow-generate skill is not available, install it first:
anygen skill install --platform <openclaw|claude-code> -y
版本历史
- af7aead 当前 2026-07-25 11:50


