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.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add lxyeternal/MalSkillBench --skill anygen-website-generator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Anygen Website Generator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lxyeternal-anygen-website-generator)More formats (shields.io, HTML) on the badges page.
---
name: anygen-website
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."
metadata:
clawdbot:
primaryEnv: ANYGEN_API_KEY
requires:
bins:
- anygen
env:
- ANYGEN_API_KEY
install:
- id: node
kind: node
package: "@anygen/cli"
bins: ["anygen"]
---
# AI Website Generator — AnyGen
This skill uses the AnyGen CLI to generate websites and landing pages server-side at `www.anygen.io`.
## Authentication
```bash
# 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:
```bash
anygen skill install --platform <openclaw|claude-code> -y
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!