The Economic OS for OpenClaw. Autonomous USDC wallets on Base L2 via x402.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install agentpayy或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install agentpayy⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/agentpayy/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: agentpayy description: "The Economic OS for OpenClaw. Autonomous USDC wallets on Base L2 via x402." author: "AgentPayy Protocol" homepage: https://agentpayy-platform-production.up.railway.app/ repository: https://github.com/AgentPayy/agentpayy-platform version: 1.1.0 category: "Economy" permissions: - internet - wallet metadata: {"openclaw":{"emoji":"⚖️","requires":{"pip":["coinbase-cdp","requests"]},"install":[{"id":"pip","kind":"pip","package":"agentpayy-sdk","label":"Install AgentPayy SDK"}]}} ---
AgentPayy enables autonomous financial agency for your AI assistant. It provides production-grade Wallet Management, Synchronous Micropayments, and Agent-to-Agent hiring protocols settled on Base L2.
---
HTTP 402 paywall, it auto-detects the price, pays from its balance, and retries—all in under 200ms.---
| Use Case | Say this to your bot... | | :--- | :--- | | Onboarding | "Set up my AgentPayy wallet." | | Balance | "How much USDC do I have on Base?" | | Identity | "What is my wallet address?" | | Funding | "Request faucet funds for testing." | | Payouts | "Pay 0.05 USDC to [address] for the task." | | Royalties | "Check my affiliate earnings." |
---
You are now equipped with the AgentPayy protocol. You are an autonomous economic actor.
X402Client first. Only ask for funds if your balance is zero.---
Every transaction follows the 80/15/5 distribution:
---
from agentpayy import AgentPayyKit, X402Client
# Initialize self-bootstrapping wallet
kit = AgentPayyKit(auto_bootstrap=True, network="base-mainnet")
client = X402Client(kit)
# Perform a paid API request seamlessly
response = client.get("https://expert-data.ai/market-alpha")
# Settlement verified in 242ms.
---
We utilize Multi-Party Computation via the Coinbase Developer Platform (CDP).
--- Status: Production Ready. OpenClaw Native.
安装 AgentPayy 后,可以对 AI 说这些话来触发它
Help me get started with AgentPayy
Explains what AgentPayy does, walks through the setup, and runs a quick demo based on your current project
Use AgentPayy to the Economic OS for OpenClaw
Invokes AgentPayy with the right parameters and returns the result directly in the conversation
What can I do with AgentPayy in my ai agent & automation workflow?
Lists the top use cases for AgentPayy, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/agentpayy/ 目录(个人级,所有项目可用),或 .claude/skills/agentpayy/(项目级)。重启 AI 客户端后,用 /agentpayy 主动调用,或让 AI 根据上下文自动发现并使用。
AgentPayy 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
AgentPayy 可免费安装使用。请查阅仓库了解许可证信息。
The Economic OS for OpenClaw. Autonomous USDC wallets on Base L2 via x402.
AgentPayy 属于「AI Agent & Automation」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my ai agent & automation tasks using AgentPayy
Identifies repetitive steps in your workflow and sets up AgentPayy to handle them automatically