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/researchnpx skills add dppdppd/rpm --skill researchgit clone --depth 1 https://github.com/dppdppd/rpmWrote 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/dppdppd/rpm/research)<a href="https://agentmods.dev/skills/dppdppd/rpm/research"><img src="https://agentmods.dev/badge/skills/dppdppd/rpm/research.svg" alt="Measured on agentmods" 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 | $0.00108 | $0.07716 |
| Opus 5 | $0.00054 | $0.03858 |
| Sonnet 5 | $0.00022 | $0.01543 |
| Haiku 4.5 | $0.00011 | $0.00772 |
Grade A, and why
research 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.
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.
allowed-tools: ["Read", "Write", "Bash(curl:*)", "Bash(mkdir:*)", "Agent", "WebSearch", "Glob", "Grep"] How it starts
The opening of the file, as written. The whole thing — 448 lines — stays where its author put it; the contents beside it link to each section on GitHub.
research — Multi-Agent Research Protocol
Exhaustive multi-agent research on any topic. Invoked as a skill (auto-triggered via description match), not a slash command.
Research escalation rule: During ANY rpm command, if you encounter
a question requiring external knowledge, pause and offer to invoke the
research skill before continuing.
Project Amendments
At the start of every invocation, check whether
docs/rpm/skills/research.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
research dimensions, require specific sources, or extend the output
format. They cannot remove or override plugin defaults — on
conflict, this SKILL.md wins.
rpm vs native /deep-research
Claude Code now ships a native bundled /deep-research Workflow. On CC you may
hand off to native when MAXIMUM verification depth matters and cost plus
CC-lock-in are acceptable (a future Tier-4 fast-path may wire this handoff
directly). Otherwise use rpm.
rpm's edge is portability (opencode and codex have no Workflow — this skill
runs on all three runtimes), durable artifacts (a navigable
docs/rpm/research/ tree vs in-conversation-only output), inline in-session
delivery, and cost governance (capped fan-out vs a deeper, far costlier
multi-step Workflow). rpm is explicitly not "more rigorous" than native — a
2026-05-30 bake-off found native matched/edged rpm on citation rigor. Keep the
fan-out protocol below stable; do not grow it to chase depth.
Offer gate (before Phase 0)
If the user asked for research generally (e.g. "research X", "look into X", "investigate X") — anything other than an explicit request for the full research protocol — STOP and offer a choice before running Phase 0:
QUESTION: Want a quick websearch + summary, or the full /rpm:research protocol (parallel agents, validation, saved report under docs/rpm/research/)? Reply
quickordeep.
What ships with it
1 file 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.
- 3d ago First seen · 448 lines · 108 tokens per session scan A 281bf6a00a05
research is a skill published in the GitHub repository dppdppd/rpm (3 stars, last pushed 5d ago), licensed MIT. It adds 108 tokens to every session and 7,716 once invoked, about $0.0005 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-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.