flowzap-diagrams

flowzap-diagrams is a skill for Claude Code, Codex from flowzap-xyz/flowzap-mcp. It costs 70 tokens per session (4,554 once invoked), scanned A, original, MIT.

A tool for creating workflow, sequence, and architecture diagrams from plain-language requests using FlowZap’s diagram format. These diagrams show processes, interactions over time, or how software parts fit together.

In plain words
What is it for?
Use it to make flowcharts, process maps, sequence diagrams, and architecture diagrams, then validate or share them.
Why use it?
It turns a written description into validated diagram code and a shareable online playground link.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for cline. Also seen: reads .claude/ paths; mentions Claude Code; mentions Codex.

Good fit Use it to make flowcharts, process maps, sequence diagrams, and architecture diagrams, then validate or share them.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/flowzap-xyz/flowzap-mcp/flowzap-diagrams
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 flowzap-xyz/flowzap-mcp --skill flowzap-diagrams
Clone the repo
git clone --depth 1 https://github.com/flowzap-xyz/flowzap-mcp

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 flowzap-diagrams

README.md
[![agentmods](https://agentmods.dev/badge/skills/flowzap-xyz/flowzap-mcp/flowzap-diagrams/github.svg)](https://agentmods.dev/skills/flowzap-xyz/flowzap-mcp/flowzap-diagrams)
Your own site
<a href="https://agentmods.dev/skills/flowzap-xyz/flowzap-mcp/flowzap-diagrams"><img src="https://agentmods.dev/badge/skills/flowzap-xyz/flowzap-mcp/flowzap-diagrams/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 flowzap-diagrams

Your own site · 80×15
<a href="https://agentmods.dev/skills/flowzap-xyz/flowzap-mcp/flowzap-diagrams"><img src="https://agentmods.dev/badge/skills/flowzap-xyz/flowzap-mcp/flowzap-diagrams.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,554 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.
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.00070 $0.04554
Opus 5 $0.00035 $0.02277
Sonnet 5 $0.00014 $0.00911
Haiku 4.5 $0.00007 $0.00455

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

Security

Grade A, and why

flowzap-diagrams 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 4d 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.

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.

skills/flowzap-diagrams/SKILL.md · 379 lines

How it starts

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

FlowZap Diagram Skill

Generate valid FlowZap Code (.fz) diagrams from natural-language requests, validate them, and return shareable FlowZap playground URLs.

This skill is designed to be paired with the flowzap-mcp server. The skill gives the agent FlowZap-specific diagram knowledge and output rules; the MCP server provides the actual tools.

Trust and privacy summary

  • This skill bundle is documentation only: SKILL.md plus reference files. It does not execute code by itself.
  • The flowzap-mcp server runs locally on the user's machine over stdio.
  • Outbound requests are restricted to https://flowzap.xyz.
  • Raw HTTP logs, OpenAPI specs, and code snippets are parsed locally inside the MCP package. Only generated FlowZap Code is sent to FlowZap public endpoints when validation or playground creation is requested.

When to use this skill (auto-invocation triggers)

The agent MUST automatically invoke the FlowZap MCP tools — without asking the user — whenever any of the following intents are detected:

Diagram generation → call flowzap_validate then flowzap_create_playground:

  • "Generate / create / draw / make a diagram (workflow / flowchart / sequence / architecture / process map) to illustrate ..."
  • "Visualize / map / chart / show me the flow of ..."
  • User pastes HTTP logs, OpenAPI specs, or code and wants them visualised → use flowzap_artifact_to_diagram.
  • User wants to compare two diagram versions → flowzap_diff. Patch an existing diagram → flowzap_apply_change.

Compliance review → model the system as a FlowZap data-flow diagram, then call flowzap_create_playground AND flowzap_compliance_check:

  • "Verify / check / audit the compliance of my app/system/architecture to SOC2 / GDPR / PIPL ..."
  • "Run a privacy / security / regulatory review of ..."
  • "Is this flow GDPR-compliant?" / "Do a SOC2 audit on ..."

If the user does not provide FlowZap Code for a compliance request, the agent MUST first generate a FlowZap data-flow diagram modeling the system being audited (lanes for actors/services, nodes for steps, edges for data flows), then run both flowzap_create_playground and flowzap_compliance_check on that same code.

Read the full file on GitHub · 379 lines

Files

What ships with it

1 file 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. 4d ago Changed · +6 tokens per session b1a259e2bd34
  2. 12d ago First seen · 379 lines · 64 tokens per session scan A 4422d7ddb1a8

Subscribe to this mod's changes

flowzap-diagrams is a skill published in the GitHub repository flowzap-xyz/flowzap-mcp (5 stars, last pushed 5d ago), licensed MIT. It adds 70 tokens to every session and 4,554 once invoked, about $0.0003 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

vs-user-onboarding

Guide a brand-new SearchCLI/vs user from first-time usage questions to sign-up, purchase of Viking AI Search, AK/SK setup, and a working authenticated CLI. Use when the user says they downloaded or installed SearchCLI/vs and asks how to use it, how to start, sign up, buy, or onboard.

volcengine/SearchCLI · 72 tokens

vs-crawler

Crawl websites (news, blogs, papers, GitHub, product docs, RSS feeds) into a fixed-schema JSONL file, then create a dataset and a searchable application in Viking AI Search. Supports one-time crawl and scheduled recurring crawl with automatic incremental sync.

volcengine/SearchCLI · 57 tokens

vs-project

Create Viking web projects, start and verify a local preview, or deploy a generated project to Volcengine IGA Pages when explicitly requested. Includes agent-guided feature, eligible application, dataset, scene, and authentication choices. Use only after confirming the installed CLI exposes vs project; otherwise stop…

volcengine/SearchCLI · 66 tokens

vs-item-onboarding

Match the language of the user's most recent message in every line of prose you write — confirmation prompts, status notes, hand-off summaries, questions, error explanations, and any internal thinking / reasoning / planning output that the host may surface (e.g. blocks, "thinking" panels, scratchpad notes, todo…

volcengine/SearchCLI · 86 tokens

new-gh-issue-orchestration

Orchestrates a GitHub-issue-driven delivery workflow from issue intake to PR creation using reviewer-first then worker execution. Invoked when the user provides a GitHub issue link/number and asks to start end-to-end delivery.

soulcodex/agentic · 54 tokens

excellence-skill-creator

Create opinionated, anti-slop skills that encode taste. NOT for: general skill structure, reference guides, procedural docs (use skill-creator instead). USE for: frontend-design, cli-design, system-architecture style skills. Triggers: "anti-slop skill", "opinionated skill", "make Claude less generic", "skill like…

bengous/claude-code-plugins · 86 tokens