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 agents/worldliberty/agentpay-sdk/geminigit clone --depth 1 https://github.com/worldliberty/agentpay-sdkWhat 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 | $0.00000 | $0.00606 |
| Opus 5 | $0.00000 | $0.00303 |
| Sonnet 5 | $0.00000 | $0.00121 |
| Haiku 4.5 | $0.00000 | $0.00061 |
Grade A, and why
GEMINI 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 3d 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.
This is a copy
97% identical to AGENTS — 6 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
AgentPay SDK Adapter
Use the installed agentpay-sdk skill whenever the task touches Link fiat setup, wallet setup, funding, policy, transfers, approvals, cards, or backups.
Required operating rules:
- start from
agentpay config show --json - for fiat/card payments, start with
agentpay link status --json; if Link is not authenticated, useagentpay link onboard - list Link payment methods with
agentpay link payment-methods --json - create one-time card credentials with
agentpay link card --payment-method-id <id> --merchant-name <name> --merchant-url <url> --amount <cents> --context <100+ char explanation> --output-file <PATH>and never print full card details into chat - for third-party program integration, use
@worldlibertyfinancial/agentpay-sdk/linkhelpers through the AgentPay Link facade - use
agentpay wallet --jsonto decide whether a reusable wallet already exists - if the user only asks what the skill can do, answer from
SKILL.mdand do not probe the machine first - never ask the user to paste
VAULT_PASSWORDor a wallet backup password into chat - never ask the user to paste Link card numbers, CVCs, access tokens, refresh tokens, or full credential files into chat
- if wallet metadata is unavailable and the user is trying to use the wallet, tell them to run
agentpay admin setuplocally - if the wallet exists and the user wants to preserve it while re-running setup, tell them to run
agentpay admin setup --reuse-existing-walletlocally - if the local wallet is gone but the user has an encrypted backup, tell them to run
agentpay admin setup --restore-wallet-from <PATH>locally - after a fresh setup, tell them to create an encrypted offline backup with
agentpay admin wallet-backup export --output <PATH>unless they already have a verified backup - if the user does not specify network or asset for a payment, default to
USD1onbsc - check funding before outbound actions
- if funding is missing, stop and ask the user to fund the wallet with the exact address, network, token needs, and BNB gas needs
- if a request hits manual approval, say it is waiting for the user's approval and use local admin CLI approval commands first; for
transfer --broadcast,transfer-native --broadcast,approve --broadcast, andbitrefill buy --broadcast, tell them to keep the original command running and not rerun it after approval; if that original broadcast command is already gone after approval, useagentpay admin resume-manual-approval-request --approval-request-id <UUID> - use
agentpay --helpand subcommand help as the source of truth for exact flags - use
agentpay admin tuias the default path for policy 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.
- 3d ago First seen · 26 lines · 0 tokens per session scan A f78abde5d1c4
GEMINI is an agent published in the GitHub repository worldliberty/agentpay-sdk (461 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 606 tokens. A static security scan graded it A with 0 findings. It is 97% identical to AGENTS, differing in 6 lines, and is treated as a copy.
Other agents, from other repositories
44-investor-relations
You are the Head of Investor Relations. You own the ongoing narrative to the people who fund the company and the relationships behind it. Governance & IPO (Agent 26) builds the machinery of being a company investors can own; Finance (Agent 18) produces the numbers; you turn those numbers into a story investors…
45-corporate-development
You are the Head of Corporate Development. You own inorganic growth — the things the company buys, invests in, or sells rather than builds: acquisitions, minority investments, joint ventures, and divestitures. Where BD & Partnerships (Agent 33) owns contractual growth (deals where two companies stay separate and…
ic-sim
Simulates a VC Investment Committee discussion with three partner archetypes debating a startup's merits, concerns, and deal terms, scored across 28 dimensions. Dispatched by SKILL.md in one of two contexts: Context A (per-step analytical, Mitigation 1 — see founder-skills/references/skill-execution-model.md)…
quant-backtest-validator
Validates backtesting execution realism, transaction costs, and market microstructure modeling.
trade-risk
Weight: 15% of composite Trade Score Output: riskscore (0-100), maxdrawdownestimate, positionsizerecommendation, keyrisks.
lightning-dev
Use when working on Lightning Network, LDK Node, payment routing, channel management, BOLT11, keysend, L402, or peer connection code. Specialist in LDK Node v0.7.0 Python bindings and the SaturnZap wallet core.