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 skills add zkp2p/zkp2p-skills --skill peer-rate-managersgit clone --depth 1 https://github.com/zkp2p/zkp2p-skillsWrote 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/zkp2p/zkp2p-skills/peer-rate-managers)<a href="https://agentmods.dev/skills/zkp2p/zkp2p-skills/peer-rate-managers"><img src="https://agentmods.dev/badge/skills/zkp2p/zkp2p-skills/peer-rate-managers/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.
<a href="https://agentmods.dev/skills/zkp2p/zkp2p-skills/peer-rate-managers"><img src="https://agentmods.dev/badge/skills/zkp2p/zkp2p-skills/peer-rate-managers.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00030 | $0.01091 |
| Opus 5 | $0.00015 | $0.00545 |
| Sonnet 5 | $0.00006 | $0.00218 |
| Haiku 4.5 | $0.00003 | $0.00109 |
Grade A, and why
peer-rate-managers 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 yesterday.
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 — 49 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Peer rate managers
A Peer vault is a rate manager for maker deposits. It is not an ERC-4626 pooled asset vault: delegation does not mint shares or transfer custody of the maker's USDC to the manager. Keep deposit ownership, delegate/controller authority, manager identity, and fee recipient distinct.
Read before changing a rate
Resolve environment, registry address, rateManagerId, authorized manager wallet, affected escrow/deposits, currency/method pairs, and requested pricing or fee policy. Read live configuration using @zkp2p/[email protected] and the relevant deployment's contract ABI. Never invent addresses from a marketing domain or copy a staging registry into production.
For an existing vault, read manager, fee recipient, current/max fee, configured rate pairs, and each target deposit's own floor and delegation. A requested percentage needs a declared unit conversion: rates and fees here use 18-decimal fixed-point values, not integer basis points passed directly to the contract.
Create or delegate
- Prepare
client.createRateManager.prepare({ config: { manager, feeRecipient, maxFee, fee, name, uri } })for the authorized configuration.maxFeeis the lifetime ceiling for that manager; select it deliberately and respect the deployed contract's cap. Do not choose example fee recipients or add an agent fee. - Simulate and submit through the configured signer; derive the new manager ID from the confirmed receipt, then read it back. A name/URI is metadata, not evidence of deployment.
- Set explicit rates for supported method/currency pairs before attaching deposits. Use protocol payment-method and currency hashes from the configured SDK/contracts, not a guessed encoding or fiat symbol address.
- Attach each deposit using the path that owns its delegation: direct
setRateManageror the existing controller'ssetDepositRateManager. These are different authority paths. Read current ownership/controller configuration first; verify escrow, registry, and manager ID after confirmation.
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.
- yesterday First seen · 49 lines · 30 tokens per session scan A 66ce3d67f985
peer-rate-managers is a skill published in the GitHub repository zkp2p/zkp2p-skills (2 stars, last pushed 2d ago), licensed MIT. It adds 30 tokens to every session and 1,091 once invoked, about $0.0002 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-09-10.
Other skills, from other repositories
mpp-agent
Pay HTTP 402 APIs via Machine Payments Protocol (MPP).
bridge
Cross-chain token transfers using Wormhole and CCTP.
hyperliquid
Hyperliquid L1 perps DEX (69% market share).
marginfi
MarginFi — Solana lending and borrowing.
crypto-market-rank
Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings…
trading-signal
Subscribe and retrieve on-chain Smart Money signals. Monitor trading activities of smart money addresses, including buy/sell signals, trigger price, current price, max gain, and exit rate. Use this skill when users are looking for investment opportunities — smart money signals can serve as valuable references for…