process-infographic

process-infographic is a skill for Claude Code from widnyana/eyay-toolkits. It costs 106 tokens per session (2,242 once invoked), scanned A, original, MIT.

A tool for creating process infographics: static PNG images that show a procedure as numbered steps, phases, or a timeline.

In plain words
What is it for?
Use it to illustrate deployment pipelines, onboarding, request lifecycles, data transformations, workflows, and other ordered procedures.
Why use it?
It turns a multi-step process into a visual sequence that is easier to scan in documentation, blog posts, and presentations.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the visual-gen plugin — 3 skills shipped together

Good fit Use it to illustrate deployment pipelines, onboarding, request lifecycles, data transformations, workflows, and other ordered procedures.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/widnyana/eyay-toolkits/process-infographic
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 widnyana/eyay-toolkits --skill process-infographic
Clone the repo
git clone --depth 1 https://github.com/widnyana/eyay-toolkits

Made for: Claude Code.

Or install visual-gen, the plugin that ships this one along with the rest of its 3 skills.

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 process-infographic

README.md
[![agentmods](https://agentmods.dev/badge/skills/widnyana/eyay-toolkits/process-infographic/github.svg)](https://agentmods.dev/skills/widnyana/eyay-toolkits/process-infographic)
Your own site
<a href="https://agentmods.dev/skills/widnyana/eyay-toolkits/process-infographic"><img src="https://agentmods.dev/badge/skills/widnyana/eyay-toolkits/process-infographic/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 process-infographic

Your own site · 80×15
<a href="https://agentmods.dev/skills/widnyana/eyay-toolkits/process-infographic"><img src="https://agentmods.dev/badge/skills/widnyana/eyay-toolkits/process-infographic.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 106 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,242 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original 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.00106 $0.02242
Opus 5 $0.00053 $0.01121
Sonnet 5 $0.00021 $0.00448
Haiku 4.5 $0.00011 $0.00224

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

Security

Grade A, and why

process-infographic scanned grade A with 0 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 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/screenshot.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/visual-gen/skills/process-infographic/SKILL.md · 270 lines

How it starts

The opening of the file, as written. The whole thing — 270 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Process Infographic Generator

Generate step-by-step process infographics as PNG by writing HTML+CSS and rendering through Chrome headless. Each infographic is a self-contained HTML file with numbered steps, titles, and descriptions arranged in a vertical timeline, horizontal phases, or grid layout.

The output is a static PNG suitable for blog posts, documentation, and presentations. No external images, no JavaScript, no server-side rendering.

Overview

Process infographics turn multi-step procedures into scannable visual flows. Use this skill when the content has a clear sequence: deployment pipelines, onboarding steps, request lifecycles, data transformation stages, or any numbered process.

What this skill produces:

  • A PNG image at 1200x630 to 1200x1500px (height scales with step count)
  • Numbered steps with titles and one-line descriptions
  • Connected by a timeline thread or grouped into phases
  • Light or dark theme matching the content tone

When to use this skill:

  • Blog posts explain a multi-step process
  • Documentation needs a visual procedure flow
  • A series of steps needs to be presented as a single image
  • A deployment pipeline, CI/CD flow, or lifecycle diagram is needed

Detailed Workflow

Step 1: Identify the Steps

Extract process steps from the source content. Each step needs:

  • A short title (2-5 words)
  • A one-line description (under 15 words)
  • An optional phase or group label

If the source content has headings or numbered items, use those directly. If the content is prose, distill it into discrete stages.

Step 2: Select Dimensions

Choose canvas height based on step count:

Steps Width Height Layout
3-4 1200 630 Grid (2x2) or vertical
5-6 1200 900 Vertical timeline
7-9 1200 1200 Vertical with phases
10+ 1200 1500 Vertical with phases, compact type

General formula: height = 630 + (steps_above_4 * 135), capped at 1500.

Step 3: Choose Layout Pattern

Read the full file on GitHub · 270 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 270 lines · 106 tokens per session scan A 01a7dc1b3272

Subscribe to this mod's changes

process-infographic is a skill published in the GitHub repository widnyana/eyay-toolkits (7 stars, last pushed 6d ago), licensed MIT. It adds 106 tokens to every session and 2,242 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. 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

visual-content

Designs and directs the visual assets that carry content — carousels, infographics, quote graphics, diagrams, and social imagery — including the generation prompts where they are AI-produced. Use this to turn a written piece into a visual format, design a carousel or infographic, create social graphics, or fix visuals…

cbrock84/headcount · 72 tokens

canvas-design

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

emaballarin/ccplugins · 59 tokens

frontend-slides

Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices.

gooseworks-ai/goose-skills · 63 tokens

meta-ads-creative

Create evidence-based Meta ad creative briefs, copy angles, and testable asset concepts for Facebook and Instagram. Use when asked for Meta ad creative, Facebook ads copy, Instagram ad assets, UGC concepts, creative briefs, new ad concepts, or creative refreshes.

nowork-studio/notfair-plugin · 59 tokens

paid-ads-creative

Create grounded paid-media creative concepts, copy angles, refresh hypotheses, and measurable test briefs across advertising platforms. Use for ad copy, creative briefs, UGC concepts, headlines, creative fatigue, asset ideas, or a creative refresh.

nowork-studio/notfair-plugin · 52 tokens

create-chatgpt-mockup

Render pixel-accurate ChatGPT mobile (iOS) screen mockups in light mode from a thread JSON. Supports user text bubbles, user image attachments, assistant markdown prose, citation chips, the OpenAI spiral logo, the Apps-SDK GPT chip in the composer, and three header styles (model-tag, plain title, "Get Plus"). Fixed…

gooseworks-ai/goose-skills · 90 tokens