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 agentmods add instructions/up2itnow0822/agent-wallet-sdk/agents-mdgit clone --depth 1 https://github.com/up2itnow0822/agent-wallet-sdkWrote 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/instructions/up2itnow0822/agent-wallet-sdk/agents-md)<a href="https://agentmods.dev/instructions/up2itnow0822/agent-wallet-sdk/agents-md"><img src="https://agentmods.dev/badge/instructions/up2itnow0822/agent-wallet-sdk/agents-md.svg" alt="Measured on agentmods" 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.00261 | $0.00261 |
| Opus 5 | $0.00130 | $0.00130 |
| Sonnet 5 | $0.00052 | $0.00052 |
| Haiku 4.5 | $0.00026 | $0.00026 |
Grade A, and why
agent-wallet-sdk AGENTS.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.
What it actually says
AGENTS.md -- Agent Wallet SDK
Purpose
- This repository provides the canonical non-custodial wallet SDK used by the AI Agent Economy payment trial.
- It owns spending policy, payment execution, receipts, and supported
integration surfaces for the
agentwallet-sdknpm package.
Ownership
- AI Agent Economy owns the SDK, package, documentation, and release evidence.
Local Contracts
- Preserve non-custodial key control and fail-closed spending policy behavior.
- Never use live funds, production credentials, or irreversible chain actions in default tests.
- Keep npm metadata, README install commands, GitHub releases, and package behavior consistent.
- Treat generated
dist/, coverage, and dependency folders as build outputs.
Work Guidance
- Make payment-safety and compatibility changes in small, reviewable slices.
- Keep public claims traceable to code, tests, or independently verified use.
- Preserve unrelated local changes by using isolated worktrees.
Verification
- Run
npm run build. - Run
npm test. - Run
npm run lintwhen source files change.
Child DOX Index
src/contains the TypeScript SDK implementation. Local contract:src/AGENTS.md.
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.
- 5d ago First seen · 39 lines · 261 tokens per session scan A 30d6433c098c
agent-wallet-sdk AGENTS.md is an instructions file published in the GitHub repository up2itnow0822/agent-wallet-sdk (10 stars, last pushed yesterday), licensed MIT. It adds 261 tokens to every session, about $0.0013 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-31.
Other instructions, from other repositories
headless-coder-sdk CLAUDE.md
Instructions for OhadAssulin/headless-coder-sdk, covering claude.md, build & development commands, internally runs: node ./scripts/run-workspaces.mjs build, internally runs: node ./scripts/run-workspaces.mjs test and build a single package.
piprail CLAUDE.md
Claude Code instructions for piprail/piprail, covering piprail — project guide, what this is, architecture (this is the whole product), repo layout and conventions (on top of the global guide).
piprail AGENTS.md
AGENTS.md instructions for piprail/piprail, covering agents.md, commands, project structure, api ground truth (get these right) and always.
agentpay-mcp AGENTS.md
AGENTS.md instructions for up2itnow0822/agentpay-mcp, covering agents.md -- agentpay mcp, purpose, ownership, local contracts and work guidance.
ts-sdks AGENTS.md
AGENTS.md instructions for Suigar-Gaming/ts-sdks, covering agents.md, common commands, setup and build, initial setup and generate bindings and build the package.
typescript AGENTS.md
AGENTS.md instructions for typeship-ax/typescript, covering typeship — agent context, ground rules, authentication, using the sdk and documentation.