GEMINI

Rules for using the AgentPay SDK, a software toolkit for setting up payments, wallets, cards, transfers, and approvals.

In plain words
What is it for?
They guide checks for payment and wallet setup, funding, payment methods, one-time card credentials, transfers, policies, approvals, and backups.
Why use it?
They prevent unsafe payment operations, incorrect commands, and exposure of card details, passwords, or access tokens.

Agent

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 agents/worldliberty/agentpay-sdk/gemini
Clone the repo
git clone --depth 1 https://github.com/worldliberty/agentpay-sdk
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 606 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 97% copy Near-identical to another mod 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.00000 $0.00606
Opus 5 $0.00000 $0.00303
Sonnet 5 $0.00000 $0.00121
Haiku 4.5 $0.00000 $0.00061

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

Security

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.

Origin

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.

skills/agentpay-sdk/agents/GEMINI.md · 26 lines

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, use agentpay 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/link helpers through the AgentPay Link facade
  • use agentpay wallet --json to decide whether a reusable wallet already exists
  • if the user only asks what the skill can do, answer from SKILL.md and do not probe the machine first
  • never ask the user to paste VAULT_PASSWORD or 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 setup locally
  • if the wallet exists and the user wants to preserve it while re-running setup, tell them to run agentpay admin setup --reuse-existing-wallet locally
  • 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 USD1 on bsc
  • 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, and bitrefill 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, use agentpay admin resume-manual-approval-request --approval-request-id <UUID>
  • use agentpay --help and subcommand help as the source of truth for exact flags
  • use agentpay admin tui as the default path for policy changes
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. 3d ago First seen · 26 lines · 0 tokens per session scan A f78abde5d1c4

Subscribe to this mod's changes

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.

Related

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…

ankitjha67/product-architect · 0 tokens

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…

ankitjha67/product-architect · 0 tokens

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)…

lool-ventures/founder-skills · 247 tokens

quant-backtest-validator

Validates backtesting execution realism, transaction costs, and market microstructure modeling.

stefan-jansen/claude-code-toolkit · 15 tokens

trade-risk

Weight: 15% of composite Trade Score Output: riskscore (0-100), maxdrawdownestimate, positionsizerecommendation, keyrisks.

zubair-trabzada/ai-trading-claude · 0 tokens

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.

lqwdtech/SaturnZap · 52 tokens