← Back to Skills Marketplace
logictortoise

AnyGen Suite

by AnyGenIO · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ⚠ suspicious
956
Downloads
1
Stars
3
Active Installs
10
Versions
Install in OpenClaw
/install anygen-skill
Description
AnyGen: AI-powered content creation suite. Create slides/PPT, documents, diagrams, websites, data visualizations, research reports, storybooks, financial ana...
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install anygen-skill
  3. After installation, invoke the skill by name or use /anygen-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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).
Metadata
Slug anygen-skill
Version 2.0.1
License MIT-0
All-time Installs 3
Active Installs 3
Total Versions 10
Frequently Asked Questions

What is AnyGen Suite?

AnyGen: AI-powered content creation suite. Create slides/PPT, documents, diagrams, websites, data visualizations, research reports, storybooks, financial ana... It is an AI Agent Skill for Claude Code / OpenClaw, with 956 downloads so far.

How do I install AnyGen Suite?

Run "/install anygen-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is AnyGen Suite free?

Yes, AnyGen Suite is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does AnyGen Suite support?

AnyGen Suite is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created AnyGen Suite?

It is built and maintained by AnyGenIO (@logictortoise); the current version is v2.0.1.

💬 Comments