通过 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
通过 Rube MCP 自动执行 Boxhero 库存与表格任务,提升日常运营效率。
通过 Rube MCP 自动执行 Docuseal 文档签署与模板流程任务。
帮助团队创建新的 Claude 技能,并自动分享到 Slack 促进协作与发现。
通过 Rube MCP 自动执行 Plasmic 相关操作,提升页面与组件管理效率。
通过 Rube MCP 自动执行 Apex27 任务,并先检索最新工具 schema 再操作。
通过 Rube MCP 自动化 Demio 会议与报名管理,提升网络研讨会运营效率。
让 AI 用自然语言管理 Coinbase 钱包、交易资产并查询链上与 DeFi 数据
通过 Rube MCP 自动化执行 Coinranking 的加密货币数据查询与监控任务。
连接加密和券商账户,查看持仓、价格与健康状态
通过 Rube MCP 自动执行 CoinMarketCap 相关查询与数据处理任务
通过 Rube MCP 自动化 Coinmarketcal 查询与事件处理流程,提升加密日历信息获取效率
帮助用户执行跨链路由、合约解码、资产管理与安全检查等加密操作。