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 agentmods add skills/dppdppd/rpm/nextnpx skills add dppdppd/rpm --skill nextgit clone --depth 1 https://github.com/dppdppd/rpmWhat 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 | $0.00239 | $0.08343 |
| Opus 5 | $0.00120 | $0.04172 |
| Sonnet 5 | $0.00048 | $0.01669 |
| Haiku 4.5 | $0.00024 | $0.00834 |
Grade A, and why
next 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 689 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/next
Orchestrator that handles preflight maintenance, then tries to move the
backlog forward. With no argument a direct /next turn ends by
either starting the next obvious backlog action or asking the user to
clarify what should be next; a looped /next turn must not expect user
input, dispatches only unambiguous work, and otherwise idles until the
loop-exhausted guard stops it.
When given a count or scope (N, blocked, all, or a group
name), /next runs a bounded internal sequence instead: it works
several backlog items in one turn, skipping the heavy preflight between
steps (see Sequencing). How wide it runs — one worker at a time or a
fan-out batch — is the orchestrator's judgment call, sized to how
independent the selected work is (see Concurrency). It never waits for
user input mid-sequence. For an attended multi-step push,
reach for a sequence first — it is cheaper than an external loop (heavy
preflight only at the start and end, not every tick) and stays in one
turn. /loop /next still works and remains the right tool for genuinely
unattended or scheduled runs that span many turns; it benefits from the
same preflight cadence.
Project Amendments
At the start of every invocation, check whether
docs/rpm/skills/next.md exists in the consuming project. If it
does, read it and apply its contents as additional project-specific
instructions for this skill. Amendments may add preflight steps,
narrow dispatch criteria, add output requirements, or extend the
worker contract. They cannot remove or override plugin defaults —
on conflict, this SKILL.md wins.
Routing
Parse $ARGUMENTS into a first token and an optional second token:
-
empty → run one orchestrator step (the single-step flow below).
-
status→ run the status formatter and stop:!
bash ${CLAUDE_SKILL_DIR}/scripts/status.shRender the output verbatim. Do not interpret, summarize, or add commentary — the user wants the raw view.
-
integer
N(≥ 1) → run a sequence of up to N cycles (see Sequencing).N = 1is identical to the single-step flow. -
blocked→ run a sequence until a task needs the user, or no actionable task remains. -
all→ run a sequence until no actionable task remains, skipping tasks that need the user and continuing with the rest. -
anything else → treat the first token as a
* Parentgroup name indocs/rpm/future/tasks.org(match the heading text exactly, then case-insensitively). An optional second token scopes the run within that group:N,all, orblocked(default: drain the group until it has no actionable task or one needs the user). If no parent matches, print the usage block below and stop.
What ships with it
6 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.
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.
- 2d ago First seen · 689 lines · 239 tokens per session scan A 31d5b33da823
next is a skill published in the GitHub repository dppdppd/rpm (3 stars, last pushed 4d ago), licensed MIT. It adds 239 tokens to every session and 8,343 once invoked, about $0.0012 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-31.
Other skills, from other repositories
vobiz-audio-streams
Stream live call audio bidirectionally over WebSocket for AI voice agents, real-time transcription, and custom audio pipelines.
vobiz-partner-api
Vobiz Partner / reseller API - create customer sub-accounts, transfer balance, run KYC sessions (PAN+Aadhaar OTP, no documents), and query per-customer CDRs/transactions/numbers.
vobiz-plivo-migration
Migrate a Plivo voice integration to Vobiz - swap the client/auth and base URL, rename one XML verb, update the webhook signature header, and provision new Vobiz numbers (Plivo numbers cannot be ported). Plivo and Vobiz are near 1:1, so prefer minimal diffs.
vobiz-sub-accounts
Manage Vobiz sub-accounts for multi-team or multi-environment isolation - separate billing, credentials, and number pools under one parent account, including per-sub-account India KYC (PAN, GST, CIN, DigiLocker) and hosted KYC sessions.
vobiz-cdr
Query Vobiz Call Detail Records - list, search, retrieve by callid, fetch recent, and export CSV. 43 fields per CDR including quality metrics (MOS, jitter, packet loss) and hangup attribution.
vobiz-sip-trunking
Manage Vobiz SIP trunks, IP ACLs, SIP credentials, and origination URIs for BYOC and outbound routing.