peer-rate-managers

peer-rate-managers is a skill for Claude Code, Codex from zkp2p/zkp2p-skills. It costs 30 tokens per session (1,091 once invoked), scanned A, original, MIT.

A Peer pricing manager for setting rates and fees for maker deposits. It can be assigned control over deposit pricing without taking ownership of the maker's USDC or issuing pooled-asset shares.

In plain words
What is it for?
Use it to create or configure a pricing vault, set currency and payment-method rates and fees, and assign or remove a deposit's rate-manager delegation.
Why use it?
It separates pricing authority, deposit ownership, manager identity, and fee collection, avoiding the mistaken assumption that a pricing manager is an investment fund. It also requires current configuration to be read before rates change.

Skill for Claude CodeCodex

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

Good fit Use it to create or configure a pricing vault, set currency and payment-method rates and fees, and assign or remove a deposit's rate-manager delegation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zkp2p/zkp2p-skills/peer-rate-managers
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-rate-managers
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-rate-managers

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

agentmods 80×15 button for peer-rate-managers

Your own site · 80×15
<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>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,091 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.00030 $0.01091
Opus 5 $0.00015 $0.00545
Sonnet 5 $0.00006 $0.00218
Haiku 4.5 $0.00003 $0.00109

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

Security

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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/rates.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-rate-managers/SKILL.md · 49 lines

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

  1. Prepare client.createRateManager.prepare({ config: { manager, feeRecipient, maxFee, fee, name, uri } }) for the authorized configuration. maxFee is 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.
  2. 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.
  3. 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.
  4. Attach each deposit using the path that owns its delegation: direct setRateManager or the existing controller's setDepositRateManager. These are different authority paths. Read current ownership/controller configuration first; verify escrow, registry, and manager ID after confirmation.

Read the full file on GitHub · 49 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 · 49 lines · 30 tokens per session scan A 66ce3d67f985

Subscribe to this mod's changes

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.