workflow-agent-kit

workflow-agent-kit is a skill for Codex from LazyAGI/LazyMind. It costs 99 tokens per session (2,209 once invoked), scanned A, original, Apache-2.0.

A toolkit for managing public Workflows, which are structured, repeatable sequences of agent tasks, together with their inputs and versioned outputs.

In plain words
What is it for?
Use it to convert skills into workflows, select and run workflows, make step decisions, attach input resources, and manage output artifacts.
Why use it?
It provides rules for discovering, validating, publishing, starting, pausing, resuming, and recovering workflows while keeping their public state authoritative.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions subagents.

Good fit Use it to convert skills into workflows, select and run workflows, make…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lazyagi/lazymind/workflow-agent-kit
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 LazyAGI/LazyMind --skill workflow-agent-kit
Clone the repo
git clone --depth 1 https://github.com/LazyAGI/LazyMind

Made for: 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 workflow-agent-kit

README.md
[![agentmods](https://agentmods.dev/badge/skills/lazyagi/lazymind/workflow-agent-kit.svg)](https://agentmods.dev/skills/lazyagi/lazymind/workflow-agent-kit)
Your own site
<a href="https://agentmods.dev/skills/lazyagi/lazymind/workflow-agent-kit"><img src="https://agentmods.dev/badge/skills/lazyagi/lazymind/workflow-agent-kit.svg" alt="Measured on agentmods" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,209 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.00099 $0.02209
Opus 5 $0.00049 $0.01104
Sonnet 5 $0.00020 $0.00442
Haiku 4.5 $0.00010 $0.00221

Measured yesterday against content hash 64631f1603da, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

workflow-agent-kit 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 yesterday.

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/workflow-agent-kit/SKILL.md · 187 lines

How it starts

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

Workflow Agent Kit

Use only the public Workflow tools. Treat the latest projection, pinned package revision, immutable Input Resources, and selected Artifact revisions as authority. Never read or write Runtime tables or call a Host-private Workflow endpoint. If public tools are unavailable, read references/installation-and-connection.md.

Model boundary

Perform interpretation, drafting, repair, and review in the already-active Agent. Infrastructure tools must never call a model. They may only read, validate, store, compile, publish, or transition exact data supplied by the Agent.

The sole permitted nested model path is an accepted Workflow step executed as an explicit SubAgent by the framework Supervisor. Read references/model-execution-boundary.md before execution or authoring.

Choose the procedure

  • For discovery or selection, follow Discover a Workflow below.
  • For inspecting or changing an existing deployed Workflow, read references/existing-workflow-authoring.md and references/installation-and-connection.md completely.
  • For converting a Skill, read references/skill-to-workflow.md and references/workflow-format.md completely.
  • For starting or advancing a run, read references/lifecycle.md, references/decision-policy.md, and references/execution-policy.md.
  • For attachments or outputs, read references/artifact-policy.md.
  • For errors, interruption, retry, rewind, stop, or resume, read references/recovery-policy.md.
  • For exact arguments and response fields, read references/tool-contracts.md.

Discover a Workflow

When the Host exposes a trigger_<workflow>_workflow tool, its definition is a catalog-bound selection hint. Call the matching trigger directly instead of list_workflows; it reads the exact public package and pinned revision. An explicit user selection permits only its matching trigger. The trigger pins the revision, performs preparation, creates the Session when inputs are sufficient, and returns the authoritative projection, reachable_steps, ready_steps, and blocked_steps. It never advances a step.

Read the full file on GitHub · 187 lines

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. yesterday Changed · +27 lines · +28 tokens per session 64631f1603da
  2. 7d ago First seen · 160 lines · 71 tokens per session scan A 2e4d67800102

Subscribe to this mod's changes

workflow-agent-kit is a skill published in the GitHub repository LazyAGI/LazyMind (75 stars, last pushed 2d ago), licensed Apache-2.0. It adds 99 tokens to every session and 2,209 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-30.