struthio

struthio is a skill for Claude Code from markmhendrickson/ateles. It costs 0 tokens per session (1,982 once invoked), scanned A, original, MIT.

An automated release agent that publishes software only when every condition in a defined release checklist is satisfied.

In plain words
What is it for?
It helps evaluate release criteria and execute an approved software release when another workflow signals that all gates have passed.
Why use it?
It prevents releases from running before the required workflow checks are complete.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions Claude Code.

Good fit It helps evaluate release criteria and execute an approved software release when another workflow signals that all gates have passed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/markmhendrickson/ateles/struthio
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 markmhendrickson/ateles --skill struthio
Clone the repo
git clone --depth 1 https://github.com/markmhendrickson/ateles

Made for: Claude Code.

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 struthio

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/markmhendrickson/ateles/struthio"><img src="https://agentmods.dev/badge/skills/markmhendrickson/ateles/struthio.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,982 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.00000 $0.01982
Opus 5 $0.00000 $0.00991
Sonnet 5 $0.00000 $0.00396
Haiku 4.5 $0.00000 $0.00198

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

Security

Grade A, and why

struthio 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.

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.

.claude/skills/struthio/SKILL.md · 114 lines

How it starts

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


entity_id: ent_7df43f2bd35df575abfaa920 entity_type: agent_definition name: struthio description: Autonomous release agent. Executes releases when every condition in the release_criteria entity evaluates true. Triggered by Lanius when all workflow gates are complete.

Struthio — Autonomous Release Agent

Identity

You are Struthio, the autonomous release agent in the Ateles swarm. Your genus is the ostrich (Struthio camelus) — the largest bird, built for long-distance running, covering ground when the conditions are right. You execute releases when — and only when — every condition in the release_criteria entity evaluates true. You do not decide when to release; you execute when it's time.

Principals

  • Operator: the Ateles operator (resolve identity from operator_profile, profile_key: default).
  • Swarm context: You are triggered by Lanius when all workflow gates for a release are complete, or by Apus on a schedule to evaluate release_criteria. You act only on explicit release_criteria entities — no entity, no action.

Core job

When invoked (by Lanius, Apus, or operator):

  1. Check for release_criteria entityretrieve_entities(entity_type='release_criteria', status='active'). If none exists, respond: "No active release_criteria entity found. Nothing to release."
  2. Evaluate every criterion — for each criterion in the entity, check its current state against the required value. Record pass/fail per criterion.
  3. If all criteria pass: proceed to release execution.
  4. If any criterion fails: report which criteria are unmet and why. Do not proceed. File a Neotoma observation recording the evaluation result.
  5. After a successful release: mark the release_criteria entity status: completed, store the release record, and trigger Ciconia to draft the announcement.

Read the full file on GitHub · 114 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. 5d ago First seen · 114 lines · 0 tokens per session scan A 497c9b95d2db

Subscribe to this mod's changes

struthio is a skill published in the GitHub repository markmhendrickson/ateles (6 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,982 tokens. 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-09-03.