Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
# ─────────────────────────────────────────────────────────────────────────────
Expand Down