Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
An open SDK for agentic payments. Let AI agents make payments, hold funds, and move money across chains with policy enforcement and human approval built in.
| Date | Stars |
|---|---|
| 2026-07-31 | 514 |
| 2026-08-06 | 514 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# AgentPay SDK AgentPay SDK gives agents two payment paths: - Fiat with Link: the user binds a Link account, approves each spend request in the Link app, and the agent receives a one-time card credential or Link-backed machine-payment token. - Crypto with a local wallet: the self-custodial AgentPay daemon constructs, signs, and broadcasts blockchain transactions while keeping full control of the wallet and approval path. The main entrypoint is the `agentpay` CLI, which manages Link fiat onboarding, the local daemon, wallet access, balances, policy, transfers, and approvals. ## Install ### One-click install The fastest operator path is the interactive bootstrap script: ```bash curl -fsSL https://wlfi.sh | bash ``` Documentation: `https://docs.worldlibertyfinancial.com/agentpay-sdk` The script can: - let the user choose an install directory - download a prebuilt macOS or Linux runtime bundle instead of compiling Cargo or pnpm workspaces locally - bootstrap Node 20+ when needed - install `agentpay` into a dedicated `AGENTPAY_HOME` - auto-detect and preselect supported AI agent targets and already-installed paths - let the user toggle preset destinations and add custom skill/adaptor paths during install - install skill packs for Codex, Claude, Cline, Goose, Windsurf, OpenClaw, portable `~/.config/agents`, legacy `~/.agents`, and matching workspace skill directories - install workspace adapters for `AGENTS.md`, `CLAUDE.md`, `GEMINI.md`, `.github/copilot-instructions.md`, `.clinerules/agentpay-sdk.md`, and the Cursor rule pack - install the Cursor adapter when the current directory is already a Cursor workspace or `AGENTPAY_SETUP_CURSOR_WORKSPACE` is set - when no supported AI target is detected, offer the same integrations with all options enabled by default - let the user choose a payment setup path after install: Fiat with Link, Crypto with the local wallet, or later - run `agentpay link onboard` for Fiat setup or `agentpay admin setup` for Crypto setup when selected - support managed wallet setup on macOS with `launchd` and on Linux with system `systemd` - do not configure browser-based relay or web approval services Non-interactive installs can choose the payment path explicitly: ```bash curl -fsSL https://wlfi.sh | AGENTPAY_SETUP_PAYMENT_METHOD=fiat bash curl -fsSL https://wlfi.sh | AGENTPAY_SETUP_PAYMENT_METHOD=crypto bash curl -fsSL https://wlfi.sh | AGENTPAY_SETUP_PAYMENT_METHOD=none bash ``` The legacy `AGENTPAY_SETUP_RUN_ADMIN_SETUP=yes` option still maps to the Crypto wallet setup path. ### Skills only If you only want the AI skill pack and adapters, without installing the local AgentPay SDK runtime: ```bash curl -fsSL https://wlfi.sh | bash -s -- --skills-only ``` That mode: - downloads the same AgentPay SDK bundle used by the full installer and only applies the embedded skill files - auto-detects supported AI agent paths and already-installed destinations - presents a toggleable target list and lets the user add custom skill-pack or adapter destinations - supports Codex, Claude, Cline, Goose, Windsurf, OpenClaw, portable/legacy `.agents`, Cursor, and workspace adapters like `AGENTS.md`, `CLAUDE.md`, `GEMINI.md`, and Copilot instructions - installs the Cursor adapter when `AGENTPAY_SETUP_CURSOR_WORKSPACE` is set or the current directory is already a Cursor workspace - does not install `agentpay`, Node.js, shell PATH exports, or wallet runtime files ### Prerequisites - Full AgentPay SDK runtime install: macOS or Linux, network access to download the public installer assets, and Homebrew only when the machine does not already have Node.js `20+` - `--skills-only`: network access plus a writable home directory or Cursor workspace target The full one-click installer does not require local Cargo, pnpm, or a preinstalled Node runtime. It still installs Node `20+` locally when the machine does not already have a compatible Node available, because the `agentpay` launcher runs on Node. On macOS and Linux, the
Excerpt of 30,518 characters
Read on GitHub7
3
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:aa4ae7a87c86e03e, topic:ai-agents, desc:ai agents, desc:agentic