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 skills add LazyAGI/LazyMind --skill workflow-agent-kitgit clone --depth 1 https://github.com/LazyAGI/LazyMindWrote 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/lazyagi/lazymind/workflow-agent-kit)<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>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.00099 | $0.02209 |
| Opus 5 | $0.00049 | $0.01104 |
| Sonnet 5 | $0.00020 | $0.00442 |
| Haiku 4.5 | $0.00010 | $0.00221 |
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.
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.mdandreferences/installation-and-connection.mdcompletely. - For converting a Skill, read
references/skill-to-workflow.mdandreferences/workflow-format.mdcompletely. - For starting or advancing a run, read
references/lifecycle.md,references/decision-policy.md, andreferences/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.
What ships with it
19 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.
- adapters/codex.md 364 B
- adapters/lazymind.md 839 B
- agents/openai.yaml 282 B
- profiles/codex.yaml 695 B
- profiles/default.yaml 655 B
- profiles/lazymind.yaml 830 B
- references/artifact-and-authoring.md 1.3 KB
- references/artifact-policy.md 1.3 KB
- references/decision-policy.md 1.9 KB
- references/execution-policy.md 1.0 KB
- references/existing-workflow-authoring.md 5.4 KB
- references/installation-and-connection.md 2.2 KB
- references/lifecycle.md 1.6 KB
- references/model-execution-boundary.md 2.1 KB
- references/recovery-policy.md 640 B
- references/skill-to-workflow.md 4.7 KB
- references/source-to-policy-mapping.md 2.9 KB
- references/tool-contracts.md 7.1 KB
- references/workflow-format.md 5.6 KB
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.
- yesterday Changed · +27 lines · +28 tokens per session 64631f1603da
- 7d ago First seen · 160 lines · 71 tokens per session scan A 2e4d67800102
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.
Other skills, from other repositories
tencent-meeting-mcp
A Tencent Meeting assistant for scheduling meetings and working with participants, recordings, transcripts, and AI-generated meeting notes.
github
Interact with GitHub using the gh CLI. Use gh issue, gh pr, gh run, and gh api for issues, PRs, CI runs, and advanced queries.
issue-triage
Triage Paperclip inbox issues that are stale, blocked, in-review, or assigned-but-not-progressing, and decide a single next action per issue (resume, reassign, unblock, escalate, or close).
linear
Search, read, create, and update the user's Linear issues, projects, and comments through per-user OAuth.
multi-agent
A process for coordinating multiple coding agents by splitting work among scouts, workers, reviewers, and repair agents. Each agent has a defined role and task.
remote-compute-modal
Run GPU jobs on the user's own Modal account via host.compute.create('byoc:modal', ...). Covers the create→submit→waitfornotification flow, the computeprovider kernel for env setup, image/volume resolution, and the two approval cards. Load once you've decided to dispatch to Modal.