Agent Skills
› AnyGenIO/anygen-skills
› anygen-image
anygen-image
GitHub用于调用AnyGen CLI生成海报、插图、Banner等视觉资产。支持通过Web或API Key认证,依赖anygen-workflow-generate技能完成AI设计任务。
触发场景
用户要求生成图片或视觉素材
用户说生成图片、做个海报、画个插图、设计banner
安装
npx skills add AnyGenIO/anygen-skills --skill anygen-image -g -y
SKILL.md
Frontmatter
{
"name": "anygen-image",
"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 generate, create, or design images, illustrations, or visual assets. This includes: posters, banners, social media graphics, product mockups, logo concepts, thumbnails, marketing creatives, profile pictures, book covers, album art, icon designs, and any request for AI-generated imagery. Also trigger when: user says 生成图片, 做个海报, 画个插图, 设计个banner, 做个封面, 社交媒体配图, 产品效果图. If an image or visual asset needs to be created, use this skill."
}
AI Image Generator — AnyGen
This skill uses the AnyGen CLI to generate images and visual assets 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 ai_designer.
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


