‹ 返回总目录
工具 最近更新08-03

agentic-wallet

| 2026-08-01 收录

☆ 收藏
🛒 📚 AI提效实战指南 · 图解Skill🛒 📱 大流量手机卡 · 低月租📣 加入推广 · 佣金80-300/张 ›

🛍️ 更多精选好物 ›

📊 公开数据一览

📦 榜单安装量2.2K
⭐ GitHub Stars122(fork 48)
🗓️ 最近推送2026-08-03
🌱 项目创建2026-02-09
💻 语言 / LicenseJavaScript · MIT
🐛 开放Issue23

📝 工具简介

通过npx命令安装的Coinbase钱包技能包,让AI代理管理加密钱包。

📖 怎么用

先装工具,在终端跑 `npx skills add coinbase/agentic-wallet-skills`,装完确认 Node 版本在 v22 以上(可用 `node ./scripts/bump-awal.js` 检查)。初始化就是让 Agent 通过 awal CLI 完成邮箱 OTP 登录认证。开始用直接对 Agent 说指令,比如“Sign-in to my wallet with me@email.com”登录,然后说“Send 10 USDC to barmstrong.eth”就能转账,查余额、交易、入金都有对应指令,照着参考文档操作就行。

📋 迷你测评

Coinbase钱包技能包,npx一键装。亮点是让代理管加密钱包,操作直接。没提支持哪些链或币种。

📄 README 要点

这是Coinbase出的一个钱包操作技能包,专门给AI代理用的。核心就是让AI能通过awal命令行工具完成各种钱包操作,比如邮箱验证码登录、查Base/Polygon/Solana上的余额、发送USDC或ETH这些代币、在Base或Polygon上做代币兑换、通过Coinbase Onramp充值,还能搜索和支付x402的付费API服务,甚至自己部署一个收费API服务器。安装很简单,用Vercel的Skills CLI就能装。适合需要让AI代理自动处理链上交易、支付或查询的场景,比如做自动化交易机器人或者需要AI帮忙管理加密资产的工具。

查看英文原文
Coinbase Agentic Wallet Skills Agent Skills for crypto wallet operations. These skills enable AI agents to authenticate, send USDC, trade tokens and more using the awal CLI. What it does A single skill — agentic wallet — that routes the agent to topic specific reference docs in ./skills/agentic wallet/references/ : Capability Reference Sign in via email OTP auth.md Check wallet balances across Base, Polygon, and Solana balance.md Send USDC / ETH / POL / SOL on Base, Polygon, or Solana send usdc.md Swap / trade tokens on Base or Polygon trade.md Add funds via Coinbase Onramp fund.md Search the x402 bazaar for paid API services x402 search.md Pay an x402 endpoint with automatic USDC payment x402 pay.md Build and deploy a paid API server (x402) x402 monetize.md Query onchain data on Base via the CDP SQL API query onchain.md Installation Install with Vercel's Skills CLI: [安装/使用命令见下方] Usage Skills are automatically available once installed. The agent will use them when relevant tasks are detected. Examples: [安装/使用命令见下方] [安装/使用命令见下方] Contributing To add a new capability: 1. Create a new markdown file in ./skills/agentic wallet/references/ 2. Add a row to the routing table in ./skills/agentic wallet/SKILL.md describing when the agent should read it 3. If the capability needs a new shell tool, add it to allowed tools in SKILL.md frontmatter See the Agent Skills specification for the complete format. Updating the awal version The awal CLI version is pinned in every code block in SKILL.md and the reference docs. When a new version is published to npm, run: [安装/使用命令见下方] This fetches the latest version from the npm registry and rewrites every awal@ reference under ./skills/ . License MIT

💬 评论(0)

交流使用体验、避坑建议;违规内容将被删除

💬 意见反馈 / 联系客服

数据来源:skills.sh 榜单 + GitHub 公开数据,非人工实测,仅供参考