← Back to Skills Marketplace
logictortoise

Doc Generator

by AnyGenIO · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ⚠ suspicious
604
Downloads
0
Stars
2
Active Installs
12
Versions
Install in OpenClaw
/install anygen-doc-generator
Description
Use this skill any time the user wants to create, draft, or generate a written document or report. This includes: competitive analysis, market research repor...
README (SKILL.md)

AI Document Generator — AnyGen

This skill uses the AnyGen CLI to generate structured documents and reports 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 doc.

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

anygen skill install --platform \x3Copenclaw|claude-code> -y
Usage Guidance
This skill appears coherent, but because it installs a third‑party npm CLI and uses an API key, verify the @anygen/cli package and the AnyGen service before installing. Prefer a limited-scope API key (not a high‑privilege or long-lived key), review AnyGen's privacy/data handling, and consider installing the CLI in a controlled environment (or inspecting the package) if you are security-sensitive. If the skill's source/publisher is unknown, treat the npm package and API key with extra caution and avoid sharing secrets beyond the single required ANYGEN_API_KEY.
Capability Analysis
Type: OpenClaw Skill Name: anygen-doc-generator Version: 3.0.0 The skill includes instructions in SKILL.md that direct the AI agent to automatically install additional software ('anygen skill install -y') if a dependency is missing, which bypasses manual user verification for the secondary payload. While the stated purpose is document generation using the '@anygen/cli' package and 'anygen.io' API, this self-extending behavior is a high-risk pattern that could be used to chain-load unvetted code.
Capability Assessment
Purpose & Capability
Name/description ask for document/report generation and the skill requires the anygen CLI and ANYGEN_API_KEY — these are appropriate and expected for a third‑party document generation service.
Instruction Scope
SKILL.md only instructs the agent to call the AnyGen CLI, perform authentication (web login or API key), and use the anygen-workflow-generate skill; it does not request unrelated files, system paths, or additional credentials.
Install Mechanism
Install spec is an npm/node package (@anygen/cli) that creates the anygen binary. This is coherent for a CLI dependency; npm installs carry the usual supply‑chain risk but the source is a normal package registry use, not an arbitrary URL or archive.
Credentials
Only a single service credential (ANYGEN_API_KEY) is required and it's declared as the primary credential. No unrelated secrets or config paths are requested.
Persistence & Privilege
Skill is not force-included (always: false), and does not request elevated or cross-skill configuration changes. Autonomous invocation (disable-model-invocation false) is normal and not, by itself, concerning.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install anygen-doc-generator
  3. After installation, invoke the skill by name or use /anygen-doc-generator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.0.0
anygen-doc-generator 3.0.0 — major update: switches from bundled Python scripts to AnyGen CLI. - Migrated from custom Python scripts to official AnyGen Node.js CLI (`@anygen/cli`). - Updated authentication: uses CLI `auth login`, supports browser-based and API key login. - Simplified workflow: now relies on the `anygen-workflow-generate` skill for document generation. - Previous Python helper scripts have been removed. - Installation guidance now references Node.js CLI integration.
v1.3.6
anygen-doc-generator 1.3.6 - Improved output presentation: now always present `reply` and `prompt` from AnyGen's `prepare` step using their original wording, only translating if needed, without rephrasing or summarizing. - When prompting the user for an API key, uses Markdown link syntax for a clear, clickable link. - Workflow updated from 4 to 5 phases; Phase 2 now shows the full outline prompt and reply, preserving structure and detail. - Declares `sessions_spawn` requirement and config file location in metadata for better integration. - Tightened language and communication rules for document outlines and confirmations. - Minor corrections and clarifications throughout documentation for accuracy and consistency.
v1.3.5
- Improved privacy steps for file handling: now requires explicit user consent before reading or uploading any provided file. - Clarified order of operations in document generation workflow, especially for file processing in Phase 1. - Updated and condensed security and permissions documentation for greater clarity. - Adjusted communication instructions to emphasize natural interaction and prevent exposure of technical details to users. - No functional changes to APIs or core logic; documentation and workflow updates only.
v1.3.4
- Updated documentation to clarify that API credentials may be sent via authorization header or request body, and that output labels (e.g., file token) are opaque IDs, not secrets. - Added `requires` and `env` fields to top-level YAML metadata for improved integration. - Minor improvements to wording and organization in the security and usage instructions. - No changes to functionality or workflow; this is a documentation and metadata update only.
v1.3.3
anygen-doc-generator 1.3.3 - Updated documentation in SKILL.md for clarity and accuracy. - Added note that script outputs (e.g., "File Token:", "Task ID:") are for internal parsing and must not be exposed to the user. - Clarified that platform capabilities like `sessions_spawn` and Feishu/Lark OpenAPI messaging are not implemented in bundled scripts, but are referred to in the workflow. - Added instruction to never paste raw sensitive data verbatim from user files in API calls; always summarize key points only.
v1.3.2
anygen-doc-generator 1.3.2 - Added two new utility scripts: `scripts/auth.py` and `scripts/fileutil.py`. - Updated core workflow and documentation in SKILL.md for clarity and more precise security claims. - Fine-tuned communication guidelines to further prevent exposure of internal terms or identifiers to users. - Explicitly documented environment variable and file access requirements. - Improved documentation for prerequisites, workflow, and background task monitoring. - No breaking changes to user-facing functionality; internal code structure improved for maintainability.
v1.3.1
Script fix
v1.3.0
Major SKILL.md and script update with enhanced dialogue mode and monitoring
v1.2.1
Sync latest updates from repo
v1.2.0
Update SKILL.md and scripts
v1.1.0
Update SKILL.md and scripts
v1.0.0
anygen-doc-generator 1.0.0 - Initial release of the AnyGen structured document generator. - Generate specs, proposals, summaries, and other documents via natural language prompts. - Supports DOCX and PDF output with clean formatting and customizable headings. - Progress notifications at key milestones (25%, 50%, 75%, 90%, complete). - Error handling, IM file delivery, and advanced configuration options included.
Metadata
Slug anygen-doc-generator
Version 3.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 12
Frequently Asked Questions

What is Doc Generator?

Use this skill any time the user wants to create, draft, or generate a written document or report. This includes: competitive analysis, market research repor... It is an AI Agent Skill for Claude Code / OpenClaw, with 604 downloads so far.

How do I install Doc Generator?

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

Is Doc Generator free?

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

Which platforms does Doc Generator support?

Doc Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Doc Generator?

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

💬 Comments