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-depositsgit 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-deposits)<a href="https://agentmods.dev/skills/zkp2p/zkp2p-skills/peer-deposits"><img src="https://agentmods.dev/badge/skills/zkp2p/zkp2p-skills/peer-deposits/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-deposits"><img src="https://agentmods.dev/badge/skills/zkp2p/zkp2p-skills/peer-deposits.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.01028 |
| Opus 5 | $0.00017 | $0.00514 |
| Sonnet 5 | $0.00007 | $0.00206 |
| Haiku 4.5 | $0.00003 | $0.00103 |
Grade A, and why
peer-deposits 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 — 39 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Peer escrow deposits
Use this for direct creation and management of protocol escrow deposits. A maker deposits USDC into escrow, configures fiat payment methods, and receives buyer payments. This is inventory and payment operations with fill, access, and dispute constraints. Do not describe it as guaranteed yield, an interest-bearing deposit, or idle USDC earning automatically.
Design a deposit the maker can operate
Resolve the maker wallet, environment, USDC inventory, verified payees, offered currencies/platforms, minimum/maximum fill, and minimum acceptable fiat per USDC. Specify who monitors payments, whether seller automation is available, and who manages rates. Do not add unsupported corridors just to advertise liquidity.
Read the configured deployment and payee requirements with @zkp2p/[email protected]; reuse public SDK defaults rather than old hardcoded escrow/curator URLs. Use the checked preparation example for a single supported method with a previously registered payee hash. It does not register a payee or send funds.
- Verify each payee through the current curator identity flow. Keep raw account/session data out of logs. When passing
payeeDatato SDK preparation, registration can write external state; reusing a verifiedpayeeDetailsHashesentry avoids re-registration. Never fabricate a hash to bypass identity requirements. - Inspect live token balance, chain, escrow, and allowance. Prepare an amount-scoped approval if needed, directed to the actual escrow in the prepared deposit plan. Have the existing authorized signer simulate and confirm it; an approval alone creates no deposit.
- Prepare
client.prepareCreateDepositwith token amount and fill range in 6-decimal USDC units. Conversion rates are 18-decimal fiat per USDC integer strings.processorNames, payee hashes/data, and nested currency rates must line up by method index. A mismatch can attach the wrong payment destination. - Review the resulting deposit plan, then send through the maker wallet under the existing bounded authorization. Persist environment, escrow, on-chain numeric ID, full indexer ID returned by the service, and create receipt. Do not identify a deposit by numeric ID alone across escrow generations.
- Configure the intended access/protection policy and confirm it before advertising protected/restricted liquidity. An enabled whitelist with no groups can still be restrictive. Read live state to prove settings; do not infer public access or stake protection from an omitted field.
- Read the indexed deposit and actual on-chain availability after confirmation. Show configured currencies/rates, unlocked/locked balances, fill bounds, access, and automation status. A new deposit may not be immediately quotable while indexing catches up.
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.
- 2d ago First seen · 39 lines · 34 tokens per session scan A 7b4e56092ef4
peer-deposits is a skill published in the GitHub repository zkp2p/zkp2p-skills (2 stars, last pushed 3d ago), licensed MIT. It adds 34 tokens to every session and 1,028 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
bridge
Cross-chain token transfers using Wormhole and CCTP.
hyperliquid
Hyperliquid L1 perps DEX (69% market share).
mpp-agent
Pay HTTP 402 APIs via Machine Payments Protocol (MPP).
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…