> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anygen.io/llms.txt
> Use this file to discover all available pages before exploring further.

# AnyGen OpenAPI

Supercharge **OpenClaw /  Claude Code** with AnyGen OpenAPI: generate docs, slides, sites, and more — fast.

## What the OpenAPI is for

AnyGen OpenAPI lets you create generation tasks for your Agent.

## Quick start (Recommended)

If you’re integrating AnyGen into an AI agent (OpenClaw / Claude Code / Cursor), the fastest path is to install AnyGen Skills and set your API key.

Install AnyGen Skills (Tell your agent):

```txt theme={null}
Install anygen skill from GitHub - AnyGenIO/anygen-skills: AnyGen AI Skills for AI Agents and add the environment variable ANYGEN_API_KEY=sk-xxx to your configuration file.
```

## Authentication

You authenticate with an **AnyGen API key**(format:`sk-...`).

<Frame>
  <img src="https://mintcdn.com/anygen/U5jdj79sP5H34dop/images/openapi2.jpeg?fit=max&auto=format&n=U5jdj79sP5H34dop&q=85&s=3c31a20fb7eacc0c837ffe74cff94463" alt="Openapi2" width="1464" height="854" data-path="images/openapi2.jpeg" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/anygen/U5jdj79sP5H34dop/images/newapipic.jpeg?fit=max&auto=format&n=U5jdj79sP5H34dop&q=85&s=f35a74e7c87c7b124c2dbb92e449f1fe" alt="Newapipic" width="1482" height="954" data-path="images/newapipic.jpeg" />
</Frame>

## Supported operation types

| Operation             | What it does                                           | Downloadable file |
| :-------------------- | :----------------------------------------------------- | :---------------- |
| `slide`               | Slides (PPT) — Professional presentations              | Yes               |
| `doc`                 | Documents — Reports, papers, documentation             | Yes               |
| `website`             | Websites — Landing pages, portfolios                   | Yes               |
| `storybook`           | Storybooks — Visual narratives                         | Yes               |
| `data_analysis`       | Data Analysis — Charts and insights                    | Yes               |
| `smartdraw`           | SmartDraw — Diagrams (professional / hand-drawn style) | Yes               |
| `earnings_analysis`   | Earnings Analysis — Post-earnings deep dives           | Yes               |
| `earnings_preview`    | Earnings Preview — Pre-earnings scenario modeling      | Yes               |
| `sector_scan`         | Sector Scan — Cross-sector comparisons                 | Yes               |
| `initiating_coverage` | Initiating Coverage — Full stock deep dives            | Yes               |
| `valuation_analysis`  | Valuation Analysis — DCF, comps, multiples             | Yes               |

## For more information

Github: [https://github.com/AnyGenIO/anygen-skills](https://github.com/AnyGenIO/anygen-skills)

> Source note: This doc is derived from the official `anygen-skills` repository’s `task-creator` skill implementation and examples (AnyGenIO/anygen-skills).
