anygen-workflow-generate

anygen-workflow-generate is a skill for Claude Code, Codex from AnyGenIO/anygen-cli. It costs 95 tokens per session (1,490 once invoked), scanned B, original, no licence file.

An AI content-creation workflow for making slides, documents, diagrams, websites, data visualisations, research reports, financial analyses, and images.

In plain words
What is it for?
It is for producing materials such as pitch decks, technical documents, architecture diagrams, flowcharts, reports, and images.
Why use it?
It brings several types of generated content into one workflow instead of requiring separate tools for each format.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit It is for producing materials such as pitch decks, technical documents, architecture diagrams, flowcharts, reports, and images.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/anygenio/anygen-cli/anygen-workflow-generate
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add AnyGenIO/anygen-cli --skill anygen-workflow-generate
Clone the repo
git clone --depth 1 https://github.com/AnyGenIO/anygen-cli

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for anygen-workflow-generate

README.md
[![agentmods](https://agentmods.dev/badge/skills/anygenio/anygen-cli/anygen-workflow-generate/github.svg)](https://agentmods.dev/skills/anygenio/anygen-cli/anygen-workflow-generate)
Your own site
<a href="https://agentmods.dev/skills/anygenio/anygen-cli/anygen-workflow-generate"><img src="https://agentmods.dev/badge/skills/anygenio/anygen-cli/anygen-workflow-generate/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for anygen-workflow-generate

Your own site · 80×15
<a href="https://agentmods.dev/skills/anygenio/anygen-cli/anygen-workflow-generate"><img src="https://agentmods.dev/badge/skills/anygenio/anygen-cli/anygen-workflow-generate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 95 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,490 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00095 $0.01490
Opus 5 $0.00048 $0.00745
Sonnet 5 $0.00019 $0.00298
Haiku 4.5 $0.00010 $0.00149

Measured 8d ago against content hash a68a66748080, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade B, and why

anygen-workflow-generate scanned grade B with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Sends data to an external URLmediumData exfiltration

A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.

2. Get token: `curl -X POST 'https://open.feishu.cn/open-apis/auth/v3/tenant_access_token/internal' -H 'Content-Type: application/json' -d '{"app_id":"<app_id>","app_secret":"<app_secret>"}'`

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Sending files on Feishu/Lark: Do not use the message tool to send files. It corrupts non-ASCII filenames into `%XX` garbage. Strictly follow the curl process in "Sending files".
skills/anygen-workflow-generate/SKILL.md · 91 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 91 lines · 95 tokens per session scan B a68a66748080

Subscribe to this mod's changes

anygen-workflow-generate is a skill published in the GitHub repository AnyGenIO/anygen-cli (5 stars, last pushed 4mo ago), with no licence file. It adds 95 tokens to every session and 1,490 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it B with 2 findings (sends data to an external url, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

morph-ppt

Use this skill when the user wants a .pptx with smooth cross-slide animation — PowerPoint Morph transitions, Keynote-style continuous motion, shapes that grow / move / rotate as the slide advances. Trigger on: 'morph', 'morph transition', 'smooth transition', 'continuous animation across slides', 'Keynote-style…

iOfficeAI/OfficeCLI · 169 tokens

morph-ppt-3d

3D Morph PPT — extends morph-ppt with GLB model insertion, cinematographic camera, model-content layout, and enriched visual design system.

iOfficeAI/OfficeCLI · 37 tokens

slides-grab-html

HTML-mode presentation pipeline usable in Codex and Claude Code. Build semantic slide-XX.html files, generate bespoke hero/accent imagery with slides-grab image, run the design gate, and export. Use when the deck needs editable, searchable, accessible text or when no existing template must be matched pixel-for-pixel.

NomaDamas/slides-grab · 69 tokens

slides-grab-export

Stage 3 conversion skill usable in Codex and Claude Code. Convert approved HTML slides to PDF or per-slide PNG reliably, and to experimental / unstable PPTX/Figma outputs on a best-effort basis.

NomaDamas/slides-grab · 47 tokens

slides

How to build presentation slide decks as HTML pages. Covers the slide format, canvas dimensions, and recommended libraries.

Fergana-Labs/stash · 24 tokens

xiaobei-skill-academic-paper-to-ppt

A workflow that turns academic papers, reports, and technical documents into presentation slides, optionally following a supplied PowerPoint template. It creates a written outline, full-slide images, and a PowerPoint file.

xiao24bei/xiaobei-skill · 101 tokens