triage-labels

triage-labels is an agent for coding agents from open-software-network/os-clovy. It costs 0 tokens per session (248 once invoked), scanned A, original, MIT.

A mapping between five triage roles and the issue statuses or labels used by a project tracker. Triage means deciding what should happen to a reported issue.

In plain words
What is it for?
Use it when labeling or changing the status of issues as needing review, needing more information, ready for an agent, ready for a person, or not planned for action.
Why use it?
It prevents confusion when different tools use different names for the same issue-handling stages, such as waiting for information or being ready for work.

Agent

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.

agentmods
npx agentmods add agents/open-software-network/os-clovy/triage-labels
Clone the repo
git clone --depth 1 https://github.com/open-software-network/os-clovy

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 triage-labels

README.md
[![agentmods](https://agentmods.dev/badge/agents/open-software-network/os-clovy/triage-labels.svg)](https://agentmods.dev/agents/open-software-network/os-clovy/triage-labels)
Your own site
<a href="https://agentmods.dev/agents/open-software-network/os-clovy/triage-labels"><img src="https://agentmods.dev/badge/agents/open-software-network/os-clovy/triage-labels.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 248 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00248
Opus 5 $0.00000 $0.00124
Sonnet 5 $0.00000 $0.00050
Haiku 4.5 $0.00000 $0.00025

Measured 4d ago against content hash ba0582554e10, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

triage-labels 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 4d 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.

docs/agents/triage-labels.md · 18 lines

What it actually says

Triage Labels

The skills speak in terms of five canonical triage roles. os-platform Issues have both statuses and labels; this repo maps roles across both axes.

Role in mattpocock/skills In our tracker Meaning
needs-triage label needs-triage Maintainer needs to evaluate
needs-info label needs-info Waiting on reporter
ready-for-agent status todo + description enriched by os-task-prep (diagnosis, files, acceptance, verify) Fully specified, AFK-ready
ready-for-human label ready-for-human (status todo) Requires human implementation
wontfix status cancelled Will not be actioned

When a skill mentions a role (e.g. "apply the AFK-ready triage label"), use this table. Status changes go through the documented status endpoint (or issues take for todo → in_progress); label writes are undocumented — follow the probe-then-verify rule in issue-tracker.md.

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. 4d ago First seen · 18 lines · 0 tokens per session scan A ba0582554e10

Subscribe to this mod's changes

triage-labels is an agent published in the GitHub repository open-software-network/os-clovy (357 stars, last pushed 3d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 248 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-08-30.

Related

Other agents, from other repositories

demo-agents

We need a steady flow of demo videos — X/Twitter, Reddit, YouTube Shorts, blog posts, App Store-style screen recordings — and we'd like to scale that without scheduling Daniel to record every clip by hand. This doc maps the content-creation agent landscape, names the gap between "synthetic video hype" and "scripted…

moona3k/macparakeet · 0 tokens

qa-agents

Every quarter someone pitches an "AI does QA" tool. Most are web-first or mobile-first. MacParakeet is a menu-bar macOS app with a non-activating KeylessPanel overlay, global dictation hotkeys, and TCC-gated microphone/screen-recording flows. The general AI-QA frontier doesn't speak our shape yet. This doc tracks…

moona3k/macparakeet · 0 tokens

flow-verifier

Runs the VZT Flow end-to-end verification ladder (build, tests, TTS-transcribe checks, clean-test latency, paste-test, daemon socket checks, overlay states) and reports real measured numbers — never estimates. Use before claiming a change works, before a release, or when asked to verify VZT Flow.

vonzelle-vzt/vzt-flow · 68 tokens

flow-feature-builder

Implements VZT Flow features observing this repo's boundaries — additive edits, the gotcha list from CLAUDE.md, pull-rebase discipline in a shared worktree, never touching the user's running daily-driver app without relaunching it. Use for routine feature/bugfix work in this repo.

vonzelle-vzt/vzt-flow · 65 tokens

ai-systems-architect

Use as the cross-cutting AI/systems DESIGN authority to decide WHERE a seam goes across the Rust core, Angular FE, and brain — provider/model abstraction, agentic tool-use loop bounds, tool/ACI design, the egress-consent-redaction-ledger firewall, routing, context assembly, a new ingest source or consumption surface.…

murmur-io/murmur · 225 tokens

adversarial-verifier

Anti-false-positive verifier for Murmur. Use AFTER a change is written, to TRY TO BREAK it — run the real gates (cargo test --lib / ng build / ng lint), live-reproduce in a browser against the zoneless Angular app with a mocked Tauri IPC, and hunt for the failure modes this app has actually shipped (sealed-content…

murmur-io/murmur · 134 tokens