← 返回 Skills 市场
logictortoise

Website Generator

作者 AnyGenIO · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ✓ 安全检测通过
1218
总下载
0
收藏
5
当前安装
11
版本数
在 OpenClaw 中安装
/install anygen-website-generator
功能描述
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, pri...
使用说明 (SKILL.md)

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 \x3Copenclaw|claude-code> -y
安全使用建议
This skill installs an npm CLI (@anygen/cli) and requires an AnyGen API key; only install it if you trust the AnyGen service and the npm package author. Be aware that generated site content and any data you provide will be sent to www.anygen.io. Use a scoped or revocable API key if possible, review the npm package source before installing in sensitive environments, and consider running the CLI in an isolated environment if you have concerns. If you don't trust AnyGen, do not provide your API key.
功能分析
Type: OpenClaw Skill Name: anygen-website-generator Version: 3.0.0 The skill provides a legitimate interface for the AnyGen website generation service, utilizing a dedicated CLI tool (@anygen/cli) and an API key. While the SKILL.md file includes instructions for the agent to automatically install additional workflow skills if they are missing, this behavior appears to be a documented part of the tool's modular setup rather than a malicious attempt at unauthorized execution. No indicators of data exfiltration, obfuscation, or backdoors were found.
能力评估
Purpose & Capability
The skill is a website/landing-page generator and requires the 'anygen' CLI plus ANYGEN_API_KEY. Installing @anygen/cli to provide the anygen binary and using an API key is coherent with the described purpose; there are no unrelated binaries or credentials requested.
Instruction Scope
SKILL.md instructs the agent to run the AnyGen CLI (including auth flows that may open a browser or accept an API key) and to call an auxiliary 'anygen-workflow-generate' skill. The instructions do not ask the agent to read unrelated files or extra environment variables, but they do send content to the external AnyGen service (www.anygen.io), so users should expect site content and any provided data to be transmitted to that service.
Install Mechanism
The install uses an npm package (@anygen/cli) to create the anygen binary. Installing an npm CLI is a common pattern; this is moderate risk (npm packages can contain arbitrary code) but there are no downloads from obscure URLs or extract steps that would raise higher concern.
Credentials
Only a single credential (ANYGEN_API_KEY) is required and is the declared primary credential. That is proportionate for a service-backed CLI that needs authorization; no other unrelated secrets or config paths are requested.
Persistence & Privilege
The skill is not always-enabled and is user-invocable. Model invocation is allowed (the platform default). The skill does not request system-wide persistent privileges or modify other skills' configurations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install anygen-website-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /anygen-website-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.0
- Migrated from bundled Python scripts to use the official AnyGen CLI (`@anygen/cli`). - Removed local scripts: `anygen.py`, `auth.py`, and `fileutil.py`. - Updated requirements to use the `anygen` Node.js binary. - Revised authentication instructions for CLI/web login. - Website generation workflow now delegates to the `anygen-workflow-generate` skill.
v1.4.4
anygen-website-generator 1.4.4 - Improved SKILL.md instructions: Now requires all agent prompts and website plans to preserve and present the original content from AnyGen with minimal rephrasing; translate only if needed, but do not summarize or interpret. - Enforces structured, user-facing presentation of the AnyGen plan and prompt at confirmation phase, ensuring high fidelity to the original. - Clarifies Markdown formatting for AnyGen API key instructions to users. - Enhanced metadata structure in SKILL.md (explicit sessions_spawn, env/config declarations). - Strengthened step-by-step compliance and documentation clarity throughout the skill workflow.
v1.4.3
- Reordered and clarified file handling steps for cases where users provide reference files, emphasizing consent before reading or uploading. - Updated and condensed security, permissions, and script description sections for improved clarity. - Added clearer instructions that file reading requires explicit user consent and must come before any upload/analysis. - Simplified agent and script interaction notes, and reemphasized never to relay technical identifiers to the user. - No code or functional changes to the website generation flow; documentation only.
v1.4.2
**New utility scripts and improved API usage for more robust website generation.** - Added `scripts/auth.py` and `scripts/fileutil.py` as new utility modules for authentication and file handling. - Refined API key and environment variable handling for enhanced security and clarity. - Updated documentation and workflow instructions for stricter privacy and clearer communication. - Improved separation of internal script outputs from user-facing messages. - Clarified security, permissions, and platform capability requirements.
v1.4.1
Script fix
v1.4.0
Major SKILL.md and script update with enhanced dialogue mode and monitoring
v1.3.1
Sync latest updates from repo
v1.3.0
Update SKILL.md and scripts
v1.2.0
Update SKILL.md and scripts
v1.1.0
Sync anygen.py to latest: status command, MEDIA protocol, thumbnail support
v1.0.0
Initial release of anygen-website-generator: - Generate landing pages or simple websites from natural language prompts using AnyGen. - Configurable options for style, reference files, and language. - Progress reporting with milestone messaging at 25%, 50%, 75%, 90%, and completion. - No file download; provides a task URL for online viewing of results. - Error handling guidance and core usage instructions included.
元数据
Slug anygen-website-generator
版本 3.0.0
许可证 MIT-0
累计安装 5
当前安装数 5
历史版本数 11
常见问题

Website Generator 是什么?

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, pri... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1218 次。

如何安装 Website Generator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install anygen-website-generator」即可一键安装,无需额外配置。

Website Generator 是免费的吗?

是的,Website Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Website Generator 支持哪些平台?

Website Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Website Generator?

由 AnyGenIO(@logictortoise)开发并维护,当前版本 v3.0.0。

💬 留言讨论