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.
npx agentmods add skills/artokun/comfyui-mcp/workflow-layoutnpx skills add artokun/comfyui-mcp --skill workflow-layoutgit clone --depth 1 https://github.com/artokun/comfyui-mcpWrote 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.
[](https://agentmods.dev/skills/artokun/comfyui-mcp/workflow-layout)<a href="https://agentmods.dev/skills/artokun/comfyui-mcp/workflow-layout"><img src="https://agentmods.dev/badge/skills/artokun/comfyui-mcp/workflow-layout.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00079 | $0.02286 |
| Opus 5 | $0.00039 | $0.01143 |
| Sonnet 5 | $0.00016 | $0.00457 |
| Haiku 4.5 | $0.00008 | $0.00229 |
Grade A, and why
workflow-layout 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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 141 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ComfyUI Workflow Layout & Organization
Turn a tangled graph into a clean left-to-right dataflow a human reads at a glance,
using the panel_* canvas tools. The golden rule: never lay out blind. Read the
real node sizes and rail positions first, then compute positions from them.
Primitives (panel tools)
panel_query_graph {fields:'detail', limit:200, max_chars:60000}. READ FIRST, every time. Returns, for the graph you're viewing:- each node's
pos[x,y],size[w,h] (body only), andfull_height(the TRUE rendered footprint = title bar + body; use this for vertical stacking), - all
groups(id,title,color,bounding [x,y,w,h]), - and, only when inside a subgraph, the
rails: theinput/outputboundary node positions. Everything below is computed from these numbers.
- each node's
panel_edit_node({node_id, pos?, size?, title?, collapsed?, preset?|color?|bgcolor?})atomically moves, resizes, retitles, collapses, or color-codes a node. Widget values remain on their dedicated tool; execution mode is available asmodewhen needed.- Groups (colored boxes; nodes stay put):
panel_create_group(passnode_idsto auto-wrap, orbounds [x,y,w,h];colorhex),panel_move_group,panel_edit_group,panel_remove_group. - Subgraphs (nest nodes into one collapsible node):
panel_create_subgraph(node_ids),panel_enter_subgraph/panel_exit_subgraph,panel_get_subgraph,panel_promote_widget,panel_move_rail(rail, [x,y])(rail="input"|"output", must be inside the subgraph),panel_expose_subgraph_output(from_node_id, from_output)/panel_expose_subgraph_input(to_node_id, to_input)(expose an interior slot on the boundary rail; must be inside the subgraph), andpanel_unpack_subgraph(node_id)(expand/dissolve a subgraph back into the parent, the inverse ofpanel_create_subgraph). panel_canvas({action:"fit"})to frame the result;panel_save_workflowto persist.
The layout algorithm (dependency-layered, overlap-free)
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.
- 6d ago First seen · 141 lines · 79 tokens per session scan A abf9127a7936
workflow-layout is a skill published in the GitHub repository artokun/comfyui-mcp (725 stars, last pushed today), licensed MIT. It adds 79 tokens to every session and 2,286 once invoked, about $0.0004 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-30.
Other skills, from other repositories
chief-revenue-officer
Owns the revenue engine end to end: sales, monetization, pricing, customer success, retention, and partnerships. Use this for pricing and packaging decisions, sales strategy and coverage, forecast and pipeline health, churn and expansion, partner and channel strategy, or when marketing-sourced demand is not…
dev
One-command dev loop boot. Spins up portless (named HTTPS subdomain), emulate (stateful API mocks), the project's dev server, and an agent-browser session, all keyed to the current git branch. Use when starting a feature branch, switching worktrees, or returning to a project after a break. Skips silently with install…
Product Photoshoot Workflow
Multi-angle product imagery workflow. Use when the user wants to "shoot a product", "make e-commerce product images", "product photography set", "电商产品图", "产品多角度图", "brand product visuals", or provides a single product photo and asks for marketing-ready variations. Produces 4 distinct directions (lifestyle scene, macro…
spring-security-jwt
Use when an application issues and validates its own first-party JWT access and refresh tokens, including authentication filters, password encoding, RBAC, and method security. For JWTs issued by Keycloak, Auth0, Okta, Cognito, or another authorization server, use oauth2-resource-server.
spring-ai-integration
Use when integrating LLMs, chat clients, embeddings, RAG pipelines, or AI agents into Spring Boot. Covers Spring AI ChatClient, prompt templates, embeddings, vector stores, and structured output. Use when user mentions Spring AI, LLM, ChatGPT, Claude, RAG, embeddings.
mcp-server
Use when exposing Spring Boot 3 application capabilities through Model Context Protocol tools, resources, or prompts. Covers Spring AI 1.x tool callback registration, transports, schemas, errors, security, and standalone MCP Java SDK compatibility.