通过 Coinbase CDP SDK 自动管理加密钱包、账户与投资组合数据。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "Coinbase Automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/coinbase-automation/SKILL.md 2. 保存为 ~/.claude/skills/coinbase-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
Automate Coinbase operations including listing cryptocurrency wallets, paginating through wallet collections, and retrieving portfolio data.
Toolkit docs: composio.dev/toolkits/coinbase
This skill requires the Rube MCP server connected at https://rube.app/mcp.
Before executing any tools, ensure an active connection exists for the coinbase toolkit. If no connection is active, initiate one via RUBE_MANAGE_CONNECTIONS.
Retrieve all wallets from Coinbase with pagination support.
Tool: COINBASE_LIST_WALLETS
Key Parameters:
limit -- Results per page (1--100, default: 25)order -- Sort order: "asc" (ascending) or "desc" (descending, default)starting_after -- Cursor for forward pagination: ID of the last wallet from the previous pageending_before -- Cursor for backward pagination: ID of the first wallet from the previous pageExample (first page):
Tool: COINBASE_LIST_WALLETS
Arguments:
limit: 50
order: "desc"
Example (next page):
Tool: COINBASE_LIST_WALLETS
Arguments:
limit: 50
order: "desc"
starting_after: "wallet_abc123_last_id_from_prev_page"
To retrieve a complete wallet inventory, iterate through pages.
Steps:
COINBASE_LIST_WALLETS with desired limit and orderCOINBASE_LIST_WALLETS again with starting_after set to that last wallet IDRetrieve wallet data for portfolio analysis and reporting.
Steps:
COINBASE_LIST_WALLETS with limit: 100 to maximize per-page resultsPeriodically list wallets to detect new additions or changes.
Steps:
COINBASE_LIST_WALLETS with order: "desc" to get newest wallets first| Pitfall | Detail |
|---|---|
| Pagination required | Wallet lists are paginated. Always check for additional pages using cursor-based pagination (starting_after/ending_before). |
| Limit bounds | The limit parameter accepts 1--100. Values outside this range cause errors. Default is 25. |
| Cursor-based pagination | Uses wallet IDs as cursors, not page numbers. You must extract the last/first wallet ID from each response to navigate pages. |
| CDP SDK scope | This tool uses the Coinbase CDP SDK. Available operations depend on the API key permissions granted during connection setup. |
| Tool Slug | Description |
|---|---|
COINBASE_LIST_WALLETS | List cryptocurrency wallets with pagination |
Powered by Composio
为各类内容套用官方品牌色彩与字体,快速统一视觉风格与设计规范。
帮助用户创作海报、插画与静态视觉稿,并输出PNG或PDF文件
自动分析 Git 提交并生成面向用户的清晰更新日志与发布说明。
提取并分析竞品广告素材与文案,帮助优化你的广告策略与创意方向
通过 Rube MCP 自动化处理 2chat 任务,并先检索最新工具结构后执行
帮助用户构建基于 React 与 Tailwind 的复杂多组件网页交互原型
让 AI 用自然语言管理 Coinbase 钱包、交易资产并查询链上与 DeFi 数据
通过 Rube MCP 自动化执行 Coinranking 的加密货币数据查询与监控任务。
连接加密和券商账户,查看持仓、价格与健康状态
通过 Rube MCP 自动执行 CoinMarketCap 相关查询与数据处理任务
通过 Rube MCP 自动化 Coinmarketcal 查询与事件处理流程,提升加密日历信息获取效率
帮助用户执行跨链路由、合约解码、资产管理与安全检查等加密操作。