prun

prun is a skill for Codex from yzhao062/anywhere-agents. It costs 121 tokens per session (7,063 once invoked), scanned A, original, Apache-2.0.

A task-runner that splits a larger job into independent units and sends them to separate workers in parallel. A coordinator assigns the work, reviews the results, and combines the changes.

In plain words
What is it for?
Use it for parallel code changes, analysis, research, or other independent task units, with Codex workers preferred and Sonnet workers used for specific needs.
Why use it?
It reduces waiting time for work that can be done independently. It also keeps coordination separate from the workers doing the tasks.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: reads .claude/ paths; mentions subagents; mentions Codex.

Good fit Use it for parallel code changes, analysis, research, or other independent task units, with Codex workers preferred and Sonnet workers used for specific needs.

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

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 prun

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/yzhao062/anywhere-agents/prun"><img src="https://agentmods.dev/badge/skills/yzhao062/anywhere-agents/prun.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 121 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,063 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00121 $0.07063
Opus 5 $0.00060 $0.03531
Sonnet 5 $0.00024 $0.01413
Haiku 4.5 $0.00012 $0.00706

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

Security

Grade A, and why

prun scanned grade A with 1 finding 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 3d ago.

The scan reads SKILL.md. This mod also ships 12 executable files (scripts/dispatch-task.ps1, scripts/dispatch-task.sh, scripts/gather.ps1, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

A Codex web-fetch unit can use curl. Report the HTTP status per URL so a cloud-vs-local block shows
packages/pypi/anywhere_agents/composer/skills/prun/SKILL.md · 451 lines

How it starts

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

prun (parallel run)

Overview

prun fans a task out into independent units that run in parallel on separate-quota or in-session workers, while the Claude session only coordinates. Workers are Codex (codex exec, a separate abundant account, frontier model) and Sonnet subagents (inside the Claude session). Codex is the prioritized default: its quota is separate from the Claude plan and its current model (gpt-6 tier) is strong on hard reasoning and code, so most units go to Codex. Sonnet is reserved for units that need something the Claude session uniquely provides (see the Executors rule). The coordinator decomposes the task, dispatches the units, gathers their results, reviews their diffs, and integrates. It never runs a unit itself.

The orchestrator picks the executor per unit; when in doubt, Codex. A Codex unit runs through the separately authenticated Codex/OpenAI account, so the worker run does not draw on the Claude plan at all. A Sonnet unit and the Claude coordinator both consume the current Claude account's quota; the exact split across models and weekly buckets depends on the plan and on active promotions and shifts over time, so check Settings > Usage before relying on any model-specific split. Codex is the default because its worker run is outside the Claude plan; keep Sonnet units targeted because they draw Claude-side quota.

Relationship to the native Workflow tool

The native Workflow tool fans a task out across Claude subagents under a deterministic script, with structured output, judge panels, and resume. A Workflow run counts against the Anthropic plan's usage and rate limits, and its agents use the session model unless the script routes a stage to a different Claude model.

prun has a different quota shape. A Codex unit is dispatched by a shell call to codex exec, so the worker run uses the separate Codex/OpenAI account. A Sonnet unit and the coordinating session both draw the current Claude account's quota, so reserve Sonnet for units that need the Claude session's own tools. The coordinating session also spends a small Anthropic amount while it decomposes, dispatches, reads results, and integrates.

Read the full file on GitHub · 451 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. 3d ago Changed ad9f6998463b
  2. 9d ago First seen · 451 lines · 121 tokens per session scan A dbe59ffbcd1c

Subscribe to this mod's changes

prun is a skill published in the GitHub repository yzhao062/anywhere-agents (244 stars, last pushed 2d ago), licensed Apache-2.0. It adds 121 tokens to every session and 7,063 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

detecting-dependency-confusion

Detect and prevent public-over-private name resolution in npm, PyPI, and Maven.

adriannoes/awesome-agentic-ai · 24 tokens

detecting-typosquatting-packages-in-npm-pypi

Detects typosquatting attacks in npm and PyPI package registries by analyzing package name similarity using Levenshtein distance and other string metrics, examining publish date heuristics to identify recently created packages mimicking established ones, and flagging download count anomalies where suspicious packages…

adriannoes/awesome-agentic-ai · 132 tokens

detecting-typosquatting-packages

Flag misspelled, brandjacked, and typosquatted package names across npm, PyPI, and crates.io before installation using edit-distance, keyboard-proximity, and known-target corpus matching with typomania, OSSGadget, and pypi-scan.

adriannoes/awesome-agentic-ai · 66 tokens

bumblebee

Run Bumblebee supply-chain inventory and exposure scans on macOS/Linux to detect compromised packages, extensions, and MCP host configs.

aboalrejal-ai/skills · 29 tokens

ship-safe-red-team

Run a multi-agent red team scan — 29 specialized security agents scan for 80+ attack classes including injection, auth bypass, SSRF, supply chain, Supabase RLS, MCP security, agentic AI, RAG poisoning, PII compliance, and more. Use when the user wants a deep security analysis beyond just secrets.

asamassekou10/ship-safe · 73 tokens

ship-safe-baseline

Manage your security baseline — accept current findings as known debt, then only report new regressions on future scans. Use when the user wants to adopt security scanning incrementally or suppress existing findings.

asamassekou10/ship-safe · 43 tokens