From 95f043820d0953f92e971afeeb341c323d0f2539 Mon Sep 17 00:00:00 2001 From: Anfisa Date: Mon, 25 May 2026 11:23:00 +0300 Subject: [PATCH] add agentpay: payment layer for AI agents (external skill) --- sources.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/sources.yaml b/sources.yaml index 8fb2a01..7c7a09c 100644 --- a/sources.yaml +++ b/sources.yaml @@ -118,6 +118,34 @@ skills: license: Apache-2.0 homepage: https://github.com/numman-ali/n-skills + # ───────────────────────────────────────────────────────────────────────── + # agentpay - Payment layer for AI agents (synced from M1mino/agentpay) + # ───────────────────────────────────────────────────────────────────────── + + - name: agentpay + description: Payment layer for AI agents. Register, topup with USDC on Base, pay other agents in CREDIT (1 CREDIT = 1 USDC), and withdraw. Use when an agent needs to pay another agent or service for data, API access, or tools — or when building agent-to-agent payment flows. + source: + repo: M1mino/agentpay + ref: main + target: + category: tools + path: skills/tools/agentpay + author: + name: Anfisa + github: M1mino + license: MIT + homepage: https://github.com/M1mino/agentpay + sync: + include: + - SKILL.md + - README.md + exclude: + - "*.py" + - "*.txt" + - deploy/ + - tests/ + - venv/ + # ───────────────────────────────────────────────────────────────────────────── # Schema Reference # ─────────────────────────────────────────────────────────────────────────────