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 aretw0/agents-lab --skill pi-workflows-sovereigngit clone --depth 1 https://github.com/aretw0/agents-labWrote 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/aretw0/agents-lab/pi-workflows-sovereign)<a href="https://agentmods.dev/skills/aretw0/agents-lab/pi-workflows-sovereign"><img src="https://agentmods.dev/badge/skills/aretw0/agents-lab/pi-workflows-sovereign/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.
<a href="https://agentmods.dev/skills/aretw0/agents-lab/pi-workflows-sovereign"><img src="https://agentmods.dev/badge/skills/aretw0/agents-lab/pi-workflows-sovereign.svg" alt="Reviewed on agentmods" width="80" 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.00076 | $0.00334 |
| Opus 5 | $0.00038 | $0.00167 |
| Sonnet 5 | $0.00015 | $0.00067 |
| Haiku 4.5 | $0.00008 | $0.00033 |
Grade A, and why
pi-workflows-sovereign 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 9d 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.
What it actually says
pi-workflows-sovereign (form)
A first-party replacement for the workflows surface of @davidorex/pi-workflows,
with no @mariozechner/@davidorex dependency.
Supported subset
name(required),description?,version?input?— JSON-schema object (interactivesourceignored at the form level)steps— mapping of<id>to exactly one ofblock|command|agent, with optionaloutput: { format: json | text }- references:
${{ input.<key> }},${{ steps.<id>.output | <filter> }}
Tools
workflow_list— discover.workflows/*.workflow.yaml(+~/.pi/agent/workflows/).workflow_validate <name>— shape + DAG validation (cycles, dangling/unknown refs, executor-count, output.format).
Not yet (SP2/SP3)
Running workflows, ${{...}} evaluation, workflow_agents, checkpoint/resume,
input source resolution, output-schema validation.
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.
- 9d ago First seen · 30 lines · 76 tokens per session scan A 0e56940a8416
pi-workflows-sovereign is a skill published in the GitHub repository aretw0/agents-lab (11 stars, last pushed 2mo ago), licensed MIT. It adds 76 tokens to every session and 334 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
codex-claude-worker
Translate natural-language user requests into bounded Claude Code worker tasks while Codex or ChatGPT remains the supervisor. Use when the user gives an ordinary prompt and wants Codex to clarify scope, choose a safe work boundary, generate a worker prompt, approve or defer worker execution, read run summaries and…
taiyi-design
A technical-design guide for planning software changes before implementation. It produces a DESIGN.md document comparing at least two approaches and recording the chosen structure and trade-offs.
taiyi-plan
A TaiyiForge planning step that turns a README, product requirements document, or technical plan into a list of separate project changes. Each change includes a suggested work profile, dependencies, and priority.
taiyi-dev
A software-development stage that implements planned tasks using test-driven development, or TDD: write a failing test, make it pass, then improve the code. It checks the task plan, dependencies, file boundaries, and required completion evidence.
taiyi-change
A TaiyiForge workflow stage for writing a change proposal in CHANGE.md, with checks for scope, risks, success criteria, and related project documents.
taiyi-integration
A project workflow skill for closing a TaiyiForge change and recording it in a CHANGELOG.md file. It checks review results, tests, and the state of the working tree before archiving the change.