ably-automation
Automate Ably tasks via Rube MCP (Composio). Always search tools first for current schemas.
Coinbase Automation: list and manage cryptocurrency wallets, accounts, and portfolio data via Coinbase CDP SDK
$ npx -y skills add openteams-lab/openteams --skill coinbase-automation --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/coinbase-automationContext preview
The summary Claude sees to decide when to auto-load this skill.
Coinbase Automation: list and manage cryptocurrency wallets, accounts, and portfolio data via Coinbase CDP SDK
name: Coinbase Automation description: "Coinbase Automation: list and manage cryptocurrency wallets, accounts, and portfolio data via Coinbase CDP SDK" requires: mcp: [rube]
Automate Coinbase operations including listing cryptocurrency wallets, paginating through wallet collections, and retrieving portfolio data.
**Toolkit docs:** [composio.dev/toolkits/coinbase](https://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:**
**Example (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:** 1. Call `COINBASE_LIST_WALLETS` with desired `limit` and `order` 2. If the response contains more results, note the ID of the last wallet returned 3. Call `COINBASE_LIST_WALLETS` again with `starting_after` set to that last wallet ID 4. Repeat until no more results are returned
---
Retrieve wallet data for portfolio analysis and reporting.
**Steps:** 1. Call `COINBASE_LIST_WALLETS` with `limit: 100` to maximize per-page results 2. Collect wallet balances and metadata from each page 3. Aggregate data across all pages for a complete portfolio view
---
Periodically list wallets to detect new additions or changes.
**Steps:** 1. Call `COINBASE_LIST_WALLETS` with `order: "desc"` to get newest wallets first 2. Compare against previously stored wallet IDs to identify new entries 3. Schedule periodic checks for continuous monitoring
---
| 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](https://composio.dev)*
Plan, Build, and Ship — with a team of AI agents instead of one
Repo: openteams-lab/openteams
Automate Ably tasks via Rube MCP (Composio). Always search tools first for current schemas.
Automate Abstract tasks via Rube MCP (Composio). Always search tools first for current schemas.
Automate Abuselpdb tasks via Rube MCP (Composio). Always search tools first for current schemas.
Automate Abyssale tasks via Rube MCP (Composio). Always search tools first for current schemas.
Automate Accelo tasks via Rube MCP (Composio). Always search tools first for current schemas.
Automate Accredible Certificates tasks via Rube MCP (Composio). Always search tools first for current schemas.