flow-making

flow-making is a skill for Claude Code, Codex from XAIHT/Tlamatini. It costs 38 tokens per session (1,731 once invoked), scanned A, original, MIT.

A workflow builder that turns a plain-language objective into a downloadable .flw file. A workflow is a sequence of connected tasks that can be loaded into a visual canvas.

In plain words
What is it for?
Use it to create canvas-loadable workflows from sentences such as a requested research, coding, or automation process.
Why use it?
It removes the need to manually choose agents and write the workflow file format. It uses a catalog of available agents and their connection rules.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/xaiht/tlamatini/flow_making
Any agent
npx skills add XAIHT/Tlamatini --skill flow_making
Clone the repo
git clone --depth 1 https://github.com/XAIHT/Tlamatini

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 flow-making

README.md
[![agentmods](https://agentmods.dev/badge/skills/xaiht/tlamatini/flow_making.svg)](https://agentmods.dev/skills/xaiht/tlamatini/flow_making)
Your own site
<a href="https://agentmods.dev/skills/xaiht/tlamatini/flow_making"><img src="https://agentmods.dev/badge/skills/xaiht/tlamatini/flow_making.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,731 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00038 $0.01731
Opus 5 $0.00019 $0.00865
Sonnet 5 $0.00008 $0.00346
Haiku 4.5 $0.00004 $0.00173

Measured 5d ago against content hash 407c5f7e860a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

flow-making 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 5d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/make_flow.py, scripts/result_to_flw.py), 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.

Tlamatini/agent/skills_pkg/flow_making/SKILL.md · 139 lines

How it starts

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

Flow-Making

Related (2026-07-22): FlowCreator is now ALSO a plain wrapped chat-agent, chat_agent_flowcreator — a Multi-Turn tool (no ACPX needed) that takes prompt= + flow_filename= and writes the .flw itself. This skill is the heavier, ACPX/invoke_skill-surface path that shells out to scripts/make_flow.py; the wrapped tool is the lighter one-call path. Both convert flow_result.json.flw with the SAME result_to_flw.py logic — this skill's scripts/result_to_flw.py and the copy vendored at agent/agents/flowcreator/result_to_flw.py (so the pool subprocess can carry it) must be kept in sync. For a simple "make me a .flw from this sentence" ask, prefer chat_agent_flowcreator; use this skill when you need the scripted pipeline.

Produce a canvas-loadable .flw from ${input.objective} by wrapping the FlowCreator engine — which already encodes the full 83-agent catalog, connection contracts, and design rules in agentic_skill.md. Do NOT hand-author the .flw JSON yourself: you do not carry the agent catalog/config-key contracts in context, so a hand-written flow hallucinates agent types and will not load.

Primary path — one deterministic call

Run the shipped driver with execute_command. It copies the FlowCreator template to an isolated runtime dir, writes its config.yaml, runs FlowCreator (which queries the configured Ollama model), and converts the result to a .flw:

python agent/skills_pkg/flow_making/scripts/make_flow.py \
  --objective "${input.objective}" \
  --out "${input.out_path}" \
  --flow-name "${input.flow_name}" \
  --model "${input.llm_model}" \
  --host "${input.llm_host}"

Read the full file on GitHub · 139 lines

Files

What ships with it

3 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. 5d ago First seen · 139 lines · 38 tokens per session scan A 407c5f7e860a

Subscribe to this mod's changes

flow-making is a skill published in the GitHub repository XAIHT/Tlamatini (16 stars, last pushed yesterday), licensed MIT. It adds 38 tokens to every session and 1,731 once invoked, about $0.0002 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.