Agent Skills
› AnyGenIO/anygen-skills
› anygen-website
anygen-website
GitHub利用 AnyGen CLI 服务端生成各类网站和落地页,如产品页、博客等。支持通过浏览器或 API Key 认证,需依赖 anygen-workflow-generate 技能完成生成任务。
触发场景
用户要求制作网站或落地页
包含产品页、个人主页、活动页等具体页面类型
提及“做个网站”、“建个落地页”等中文指令
安装
npx skills add AnyGenIO/anygen-skills --skill anygen-website -g -y
SKILL.md
Frontmatter
{
"name": "anygen-website",
"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 build a website or landing page. This includes: product pages, portfolio sites, event pages, coming soon pages, pricing pages, company intro sites, personal blogs, signup pages, app download pages, and campaign pages. Also trigger when: user says 做个网站, 建个落地页, 做个产品页, 做个活动页, 做个个人主页. If a website or web page needs to be created, use this skill."
}
AI Website Generator — AnyGen
This skill uses the AnyGen CLI to generate websites and landing pages 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 website.
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


