Agent Skills
› AnyGenIO/anygen-skills
› anygen-storybook
anygen-storybook
GitHub用于生成绘本、漫画、图文教程等视觉故事内容的技能。通过AnyGen CLI调用服务端API,支持认证配置及依赖安装,适用于需要创建插图叙事或视觉说明的场景。
触发场景
用户要求制作绘本
用户要求画故事
用户要求制作漫画
用户要求制作图文教程
用户要求制作品牌故事
安装
npx skills add AnyGenIO/anygen-skills --skill anygen-storybook -g -y
SKILL.md
Frontmatter
{
"name": "anygen-storybook",
"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 visual stories, illustrated narratives, or storybook content. This includes: storybooks, comics, children's books, illustrated guides, step-by-step visual tutorials, brand stories, product stories, picture books, graphic novels, and visual explainers. Also trigger when: user says 做个绘本, 画个故事, 做个漫画, 做个图文教程, 做个品牌故事. If a visual story or illustrated content needs to be created, use this skill."
}
AI Storybook Generator — AnyGen
This skill uses the AnyGen CLI to generate visual stories and illustrated narratives 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 storybook.
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


