agentpay-sdk CLAUDE.md

agentpay-sdk CLAUDE.md is an instructions file for coding agents from worldliberty/agentpay-sdk. It costs 1,312 tokens per session, scanned A, original, MIT.

Repository instructions for the World Liberty AgentPay SDK, covering its TypeScript and Rust packages, build commands, tests, deployment commands, and architecture.

In plain words
What is it for?
Use them to build the SDK, run type checks and tests, lint code, install Rust binaries, or deploy its relay service.
Why use it?
They give an AI assistant the project’s expected commands and checks, reducing the risk of using the wrong build, test, or deployment process.

Instructions file

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.

agentmods
npx agentmods add instructions/worldliberty/agentpay-sdk/claude-md
Clone the repo
git clone --depth 1 https://github.com/worldliberty/agentpay-sdk

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 agentpay-sdk CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/worldliberty/agentpay-sdk/claude-md.svg)](https://agentmods.dev/instructions/worldliberty/agentpay-sdk/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/worldliberty/agentpay-sdk/claude-md"><img src="https://agentmods.dev/badge/instructions/worldliberty/agentpay-sdk/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,312 This file is loaded in full into every session.
When invoked 1,312 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.01312 $0.01312
Opus 5 $0.00656 $0.00656
Sonnet 5 $0.00262 $0.00262
Haiku 4.5 $0.00131 $0.00131

Measured 5d ago against content hash e467441d3a50, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

agentpay-sdk CLAUDE.md 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 5d 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.

CLAUDE.md · 122 lines

How it starts

The opening of the file, as written. The whole thing — 122 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Build & Development Commands

# Install dependencies (also builds Rust binaries via postinstall)
pnpm install

# Build everything (Turbo + tsup CLI bundle)
npm run build

# Full check (cargo test compile + turbo typecheck)
npm run check

# TypeScript type checking
npm run typecheck

# Lint (Biome)
npm run lint
npm run lint:fix          # auto-fix

# Run all TypeScript integration tests
npm run test:ts

# Run a single TypeScript test
node --experimental-strip-types --test test/<file>.test.mjs

# Run Rust tests
cargo test --workspace

# Run a single Rust crate's tests
cargo test -p vault-domain

# Build/install Rust binaries to ~/.agentpay/bin
npm run install:rust-binaries

# Package-specific commands (vitest)
pnpm --filter @worldlibertyfinancial/agent-relay test:unit
pnpm --filter @worldlibertyfinancial/agent-web test:unit

# Relay deployment
pnpm --filter @worldlibertyfinancial/agent-relay deploy:local
pnpm --filter @worldlibertyfinancial/agent-relay deploy:development
pnpm --filter @worldlibertyfinancial/agent-relay deploy:production

Architecture

This is a monorepo for a macOS signing CLI built around a self-custodial local daemon. The system has two language layers: Rust handles cryptography, policy evaluation, and daemon operations; TypeScript handles CLI orchestration, configuration, and web interfaces.

How the layers interact (daemon mode)

The TypeScript CLI (src/cli.ts) is the user-facing entry point (agentpay). It spawns Rust binaries (vault-cli-admin, vault-cli-agent, vault-cli-daemon) as child processes for security-critical operations. The Rust daemon runs persistently and communicates via Unix domain sockets (or macOS XPC). The relay server bridges external requests to the daemon, and the web UI provides a manual approval console.

TypeScript CLI (src/cli.ts)
    │ spawns Rust binaries
    ▼
Rust CLIs (vault-cli-*)
    │ Unix socket / XPC
    ▼
Daemon (vault-daemon) ← Relay (apps/relay, tRPC/Hono) ← Web UI (apps/web, Next.js)

Read the full file on GitHub · 122 lines

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. 5d ago First seen · 122 lines · 1,312 tokens per session scan A e467441d3a50

Subscribe to this mod's changes

agentpay-sdk CLAUDE.md is an instructions file published in the GitHub repository worldliberty/agentpay-sdk (460 stars, last pushed 2mo ago), licensed MIT. It adds 1,312 tokens to every session, about $0.0066 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-08-30.