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-quotesgit 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-quotes)<a href="https://agentmods.dev/skills/zkp2p/zkp2p-skills/peer-quotes"><img src="https://agentmods.dev/badge/skills/zkp2p/zkp2p-skills/peer-quotes/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-quotes"><img src="https://agentmods.dev/badge/skills/zkp2p/zkp2p-skills/peer-quotes.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.00034 | $0.00805 |
| Opus 5 | $0.00017 | $0.00402 |
| Sonnet 5 | $0.00007 | $0.00161 |
| Haiku 4.5 | $0.00003 | $0.00081 |
Grade A, and why
peer-quotes 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 — 42 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Peer quotes
Answer “what will I receive?” with live quotes for the actual trade. A market summary, oracle price, and executable quote answer different questions. Peer rates are generally fiat units per USDC; a higher maker rate costs a buyer more fiat. Invert only when explicitly displaying the other direction and label the units.
Build one comparable request
Resolve buyer wallet, recipient, exact input or output, fiat currency, payment platforms, destination chain/token, and environment. If the user asks for a hypothetical market comparison without a wallet, label it indicative; do not claim execution eligibility.
Use @zkp2p/[email protected]. The checked example requests exact-fiat Base USDC quotes with eligible mode. It deliberately rejects excess decimal precision rather than silently rounding a spending instruction. Use the consuming project's package manager to install SDK and viem.
- Construct
Zkp2pClientwith the host wallet/address account, chain8453, and explicitruntimeEnv. A read-only wallet can have an address account; quoting does not need a private key. - Request
getQuoteorgetQuotesBestByPlatformfor the same amount, token, wallet, and destination. Exact-fiat input is a 6-decimal integer string; exact-token input uses that token's decimals. Keep monetary strings/bigints until formatting. - Require a successful response; preserve the full quote envelope including expiry. An empty result means no matching liquidity, not zero fees or a zero price. Do not convert nearby suggestions into the requested quote.
- Compare net token output and all fees on that common basis. Show rail, fiat spend, output, quote time/expiry, and relevant restrictions. Distinguish the deposit's conversion rate from a fee-adjusted effective price.
- Immediately before a subsequent signal, refresh expired quotes and re-check the selected buyer and destination. Signaling is a separate wallet action; a successful quote reserves nothing.
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 · 42 lines · 34 tokens per session scan A b5fa44026bf2
peer-quotes is a skill published in the GitHub repository zkp2p/zkp2p-skills (2 stars, last pushed 2d ago), licensed MIT. It adds 34 tokens to every session and 805 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…