peer-quotes

peer-quotes is a skill for Claude Code, Codex from zkp2p/zkp2p-skills. It costs 34 tokens per session (805 once invoked), scanned A, original, MIT.

A read-only tool for requesting and comparing executable Peer quotes. A quote states what a particular buyer wallet can receive or pay for a specified amount, currency, token, and payment method.

In plain words
What is it for?
Use it to compare live quotes for a buyer, payment platform, amount, destination, and currency. It can also label wallet-free hypothetical comparisons as indicative rather than executable.
Why use it?
It separates a usable trade quote from a market summary or reference price. It also makes expiry, fees, wallet eligibility, and amount precision explicit instead of treating an indicative number as an executable order.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to compare live quotes for a buyer, payment platform, amount, destination, and currency. It can also label wallet-free hypothetical comparisons as indicative rather than executable.

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

Made for: Claude Code, 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 peer-quotes

README.md
[![agentmods](https://agentmods.dev/badge/skills/zkp2p/zkp2p-skills/peer-quotes/github.svg)](https://agentmods.dev/skills/zkp2p/zkp2p-skills/peer-quotes)
Your own site
<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.

agentmods 80×15 button for peer-quotes

Your own site · 80×15
<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>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 805 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00034 $0.00805
Opus 5 $0.00017 $0.00402
Sonnet 5 $0.00007 $0.00161
Haiku 4.5 $0.00003 $0.00081

Measured yesterday against content hash b5fa44026bf2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/quotes.ts), 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.

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.

skills/peer-quotes/SKILL.md · 42 lines

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.

  1. Construct Zkp2pClient with the host wallet/address account, chain 8453, and explicit runtimeEnv. A read-only wallet can have an address account; quoting does not need a private key.
  2. Request getQuote or getQuotesBestByPlatform for 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.
  3. 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.
  4. 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.
  5. 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.

Read the full file on GitHub · 42 lines

Files

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.

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. yesterday First seen · 42 lines · 34 tokens per session scan A b5fa44026bf2

Subscribe to this mod's changes

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.