tlamatini-flw-doctor

tlamatini-flw-doctor is a skill for Claude Code, Codex from XAIHT/Tlamatini. It costs 38 tokens per session (605 once invoked), scanned A, original, MIT.

A validator for .flw workflow files. It checks that the workflow's agents, connections, branches, queues, and ending nodes follow the expected rules.

In plain words
What is it for?
Use it to verify that a workflow file parses correctly, connects real agents, and obeys rules for logic gates, queues, branches, and terminal agents.
Why use it?
It catches broken references and invalid workflow structures before the file is used.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to verify that a workflow file parses correctly, connects real agents, and obeys rules for logic gates, queues, branches, and terminal agents.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xaiht/tlamatini/tlamatini_flw_doctor
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 XAIHT/Tlamatini --skill tlamatini_flw_doctor
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 tlamatini-flw-doctor

README.md
[![agentmods](https://agentmods.dev/badge/skills/xaiht/tlamatini/tlamatini_flw_doctor/github.svg)](https://agentmods.dev/skills/xaiht/tlamatini/tlamatini_flw_doctor)
Your own site
<a href="https://agentmods.dev/skills/xaiht/tlamatini/tlamatini_flw_doctor"><img src="https://agentmods.dev/badge/skills/xaiht/tlamatini/tlamatini_flw_doctor/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 tlamatini-flw-doctor

Your own site · 80×15
<a href="https://agentmods.dev/skills/xaiht/tlamatini/tlamatini_flw_doctor"><img src="https://agentmods.dev/badge/skills/xaiht/tlamatini/tlamatini_flw_doctor.svg" alt="Reviewed on agentmods" width="80" 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 605 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.00038 $0.00605
Opus 5 $0.00019 $0.00302
Sonnet 5 $0.00008 $0.00121
Haiku 4.5 $0.00004 $0.00060

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

Security

Grade A, and why

tlamatini-flw-doctor 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 12d 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.

Tlamatini/agent/skills_pkg/tlamatini_flw_doctor/SKILL.md · 62 lines

What it actually says

.flw doctor

Statically validate a .flw file.

Checks:

  1. JSON parses; required keys present (version, agents, connections).
  2. Every node's type is a known agent type (mirrors the agent-folder list).
  3. Every connection's from and to reference real node ids.
  4. No target_agents connection points at Stopper / Ender / Cleaner — those use output_agents per the agent contract.
  5. Parametrizer nodes have at most one inbound and one outbound target_agents edge (single-lane queue invariant).
  6. Terminal agents (Emailer / Notifier / RecMailer / Monitor-*) have NO outbound target_agents.
  7. Logic gates: OR / AND have exactly 2 inbound source connections; Barrier has N>=2; Asker / Forker have exactly 2 outbound branches (target_agents_a / target_agents_b); Counter has 2 (target_agents_l / target_agents_g).

Return { ok, problems: [{node_id, kind, message}, ...], summary }.

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. 12d ago First seen · 62 lines · 38 tokens per session scan A 49d68316f4e9

Subscribe to this mod's changes

tlamatini-flw-doctor is a skill published in the GitHub repository XAIHT/Tlamatini (16 stars, last pushed today), licensed MIT. It adds 38 tokens to every session and 605 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.

Related

Other skills, from other repositories

grade-and-fix-daedalus

How to grade a Daedalus run (or pasted agent transcript), root-cause the failure, and ship the fix to Daedalus CORE as a stacked PR — without modifying the prompt-vault sandbox (read-only grading). Covers recurring bug archetypes (Unicode punctuation patch mismatch, syntax-vs-type mislabel, emoji box misalignment…

bgill55/daedalus · 130 tokens

fix-typescript-build

How to fix a failing tsc/npm run build (type-check) run in a project, batching fixes into sprints to preserve context.

bgill55/daedalus · 38 tokens

rubber-duck

Adversarial "rubber duck" review that turns explaining-out-loud into a hallucination check. The main session is the PRESENTER (it did the work — a design doc, investigation, or analysis — and holds the real reasoning) and reconstructs the topic to a LISTENER — a spawned subagent pinned to a DIFFERENT-vendor model that…

kirodotdev/KiroCrew · 161 tokens

cvm-ai-doctor

A health-diagnosis workflow for servers, computers, virtual machines, and containers on Linux, macOS, or Windows.

TencentCloud/Octop · 60 tokens

ha-logs

A read-only troubleshooting skill for querying Hope Agent’s local SQLite databases, which store logs, conversations, and background-job status.

shiwenwen/hope-agent · 183 tokens

code-search

Search a codebase efficiently with ripgrep regular expressions, file globs, and git history search. Use to locate symbols, usages, and definitions instead of reading whole files.

agentscope-ai/agentscope-java · 38 tokens