← 返回 Skills 市场
logictortoise

AnyGen Suite

作者 AnyGenIO · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ⚠ suspicious
956
总下载
1
收藏
3
当前安装
10
版本数
在 OpenClaw 中安装
/install anygen-skill
功能描述
AnyGen: AI-powered content creation suite. Create slides/PPT, documents, diagrams, websites, data visualizations, research reports, storybooks, financial ana...
使用说明 (SKILL.md)

AnyGen — Content Creation Suite

This skill uses the AnyGen CLI to generate content (slides, docs, diagrams, websites, images, research, and more) 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. Use anygen task operations to discover the correct operation type for the user's request.

If the anygen-workflow-generate skill is not available, install it first:

anygen skill install --platform \x3Copenclaw|claude-code> -y
安全使用建议
This skill is internally consistent: it needs the AnyGen CLI and an AnyGen API key to function. Before installing, verify the @anygen/cli package on the npm registry or vendor site (confirm the publisher and package integrity), and only provide an API key with the minimum needed permissions. Be aware that installing the npm package runs code from the registry — if you don't trust the publisher, avoid installing or run in an isolated environment. If you later suspect misuse, revoke the API key and inspect anygen CLI configuration or logs.
功能分析
Type: OpenClaw Skill Name: anygen-skill Version: 2.0.1 The skill acts as a wrapper for the AnyGen content creation suite but contains an instruction in SKILL.md directing the AI agent to automatically install additional skills ('anygen-workflow-generate') using a bypass flag ('-y') if they are missing. This 'downloader' behavior is a risky capability that allows for the dynamic execution of external, unreviewed code. While the behavior is framed as a functional dependency, the use of the '-y' flag to bypass user confirmation for skill installation is a notable security risk in an agentic environment.
能力评估
Purpose & Capability
Name/description (AI content generation) align with required binary (anygen) and primary credential (ANYGEN_API_KEY). The declared node package (@anygen/cli) provides the anygen binary, which is appropriate for the described functionality.
Instruction Scope
SKILL.md confines actions to using the AnyGen CLI and its auth flows (browser login, API key or env var). It does not instruct reading unrelated files, scanning system paths, or exfiltrating data to endpoints outside the stated service (www.anygen.io).
Install Mechanism
Install uses an npm/node package (@anygen/cli) that creates the anygen binary — this is expected for a CLI skill but carries the typical npm risk vector (executing code obtained from the registry). The package source is not listed in the skill metadata (homepage unknown), so verifying the package provenance in npm or from the vendor is recommended.
Credentials
Only ONE credential is required (ANYGEN_API_KEY), which is proportional to a remote content-generation service. The SKILL.md references only that env var and the CLI auth; it does not request unrelated secrets or config paths.
Persistence & Privilege
The skill is not always-enabled, does not request system-wide configuration changes, and contains no instructions to modify other skills. Default autonomous invocation is allowed (platform default) but not combined with other concerning permissions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install anygen-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /anygen-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
- Updated SKILL.md to add a dedicated metadata.clawdbot section and reorganize requirements - Simplified and clarified authentication instructions - Removed detailed workflow, rules, and file-sending steps from SKILL.md - Added guidance for using the `anygen-workflow-generate` skill and instructions to install it if needed - Documentation now focuses on quick start and high-level usage, referencing workflow skill for implementation details
v2.0.0
**Major update: Migrated from script-based to official AnyGen CLI workflow.** - Replaces all previous script-based operations and workflow files with official AnyGen CLI usage. - Operation execution, file uploads, and authentication are now performed using the `anygen` CLI (`@anygen/cli`). - All step-by-step instructions use CLI commands instead of Python, Node, or Bash scripts. - Updated file download and messaging procedures for Feishu/Lark to ensure correct file handling. - Simplified metadata, installation requirements, and prerequisites — only the CLI and API key needed. - Workflow and critical rules are revised for compatibility with the new CLI-centric process.
v1.3.4
- Updated the security & permissions section for greater transparency: clarified that rendering libraries are fetched from public CDNs and executed in a headless browser, with explicit mention of data-isolation considerations. - Added details specifying which CDNs are used for each open-source diagram library and how diagram content is processed locally. - Provided guidance for users with strict data-isolation requirements regarding review or network-restricted use of rendering scripts. - No workflow or functionality changes were introduced.
v1.3.3
Version 1.3.3 of anygen-skill - No file or documentation changes detected in this release. - No visible updates or new features introduced. - Existing workflows, security rules, and operation routing remain unchanged.
v1.3.2
Version 1.3.2 of anygen-skill - No file changes detected. - Behavior, features, and documentation remain unchanged from the previous version.
v1.3.1
**Expanded operation coverage and improved modularity.** - Added detailed operation guides for each content type under the `operations/` directory. - Skills for authentication and file utilities split into new scripts for better maintainability. - Refined trigger prompts and operation routing for content types such as slides, documents, diagrams, research, data analysis, websites, finance, storybooks, and image design. - Streamlined communication and security rules; strictly avoids technical jargon in user interactions. - Updated prerequisites and declared Node.js tool dependencies for diagram/image generation. - Operation workflows now require referencing per-type guides, improving flexibility and future updates.
v1.3.0
Major update: refactored as unified AnyGen suite skill with all content types (slides, docs, diagrams, websites, data analysis, research, storybooks, financial analysis, images)
v1.2.0
Update SKILL.md and scripts
v1.1.0
Update SKILL.md and scripts
v1.0.0
AnyGen Skill v1.0.0 — Initial Release - Launches the AnyGen AI office content generator skill for creating professional presentations, documents, websites, diagrams, data tables, and research reports from natural language prompts. - Supports multiple operation types: slide (PPT), doc (DOCX), smart_draw (diagram), chat, storybook/whiteboard, data_analysis, and website building. - Includes detailed setup instructions, covering API key configuration, operation parameters, and optional advanced settings. - Implements a non-blocking task flow with progress polling and milestone-based user notifications for long-running content generation. - Ensures auto-downloading of generated files, with links for online task review and guidance for special post-processing (e.g., PNG rendering for diagrams).
元数据
Slug anygen-skill
版本 2.0.1
许可证 MIT-0
累计安装 3
当前安装数 3
历史版本数 10
常见问题

AnyGen Suite 是什么?

AnyGen: AI-powered content creation suite. Create slides/PPT, documents, diagrams, websites, data visualizations, research reports, storybooks, financial ana... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 956 次。

如何安装 AnyGen Suite?

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

AnyGen Suite 是免费的吗?

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

AnyGen Suite 支持哪些平台?

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

谁开发了 AnyGen Suite?

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

💬 留言讨论