Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Coinbase Automation: list and manage cryptocurrency wallets, accounts, and portfolio data via Coinbase CDP SDK
.claude/skills/composiohq-coinbase-automation/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-12 | ✗→✓ | ▲ Improved | -15% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -6% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 18% | 0% |
| case-16 | ✗→✓ | ▲ Improved | -46% | 0% |
| case-19 | ✗→✓ | ▲ Improved | -27% | 0% |
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
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-12 | fail→pass | 15,433 | 8,797 | -43% | 1 | 1 | 0% | 2,997 | 2,554 | -15% | 0 | 0 | — |
case-01 | fail→fail | 6,261 | 3,494 | -44% | 1 | 1 | 0% | 1,097 | 993 | -9% | 0 | 0 | — |
case-02 | fail→fail | 3,156 | 3,778 | +20% | 1 | 1 | 0% | 526 | 976 | +86% | 0 | 0 | — |
case-03 | fail→fail | 11,722 | 2,536 | -78% | 1 | 1 | 0% | 1,701 | 1,185 | -30% | 0 | 0 | — |
case-04 | pass→pass | 5,331 | 4,975 | -7% | 1 | 1 | 0% | 933 | 1,788 | +92% | 0 | 0 | — |
case-05 | pass→pass | 4,846 | 3,845 | -21% | 1 | 1 | 0% | 949 | 1,592 | +68% | 0 | 0 | — |
case-06 | fail→pass | 7,870 | 2,899 | -63% | 1 | 1 | 0% | 1,506 | 1,420 | -6% | 0 | 0 | — |
case-07 | pass→pass | 9,505 | 3,365 | -65% | 1 | 1 | 0% | 1,874 | 1,541 | -18% | 0 | 0 | — |
case-08 | pass→pass | 7,985 | 1,498 | -81% | 1 | 1 | 0% | 1,406 | 1,077 | -23% | 0 | 0 | — |
case-09 | pass→pass | 4,125 | 1,309 | -68% | 1 | 1 | 0% | 670 | 1,001 | +49% | 0 | 0 | — |
case-10 | fail→pass | 7,188 | 2,981 | -59% | 1 | 1 | 0% | 1,225 | 1,444 | +18% | 0 | 0 | — |
case-11 | pass→pass | 15,164 | 6,705 | -56% | 1 | 1 | 0% | 2,853 | 1,984 | -30% | 0 | 0 | — |
case-13 | pass→pass | 7,860 | 2,084 | -73% | 1 | 1 | 0% | 1,361 | 1,190 | -13% | 0 | 0 | — |
case-14 | pass→pass | 5,602 | 1,764 | -69% | 1 | 1 | 0% | 1,007 | 1,123 | +12% | 0 | 0 | — |
case-15 | pass→pass | 5,057 | 1,525 | -70% | 1 | 1 | 0% | 901 | 1,038 | +15% | 0 | 0 | — |
case-16 | fail→pass | 9,622 | 1,255 | -87% | 1 | 1 | 0% | 1,860 | 1,009 | -46% | 0 | 0 | — |
case-22 | pass→fail | 4,760 | 7,517 | +58% | 1 | 1 | 0% | 784 | 1,485 | +89% | 0 | 0 | — |
case-17 | pass→pass | 11,676 | 7,997 | -32% | 1 | 1 | 0% | 1,937 | 2,186 | +13% | 0 | 0 | — |
case-18 | pass→pass | 13,138 | 5,681 | -57% | 1 | 1 | 0% | 2,521 | 1,934 | -23% | 0 | 0 | — |
case-19 | fail→pass | 6,772 | 1,249 | -82% | 1 | 1 | 0% | 1,368 | 1,003 | -27% | 0 | 0 | — |
case-20 | pass→pass | 4,198 | 15,237 | +263% | 1 | 1 | 0% | 713 | 2,407 | +238% | 0 | 0 | — |
case-21 | pass→pass | 2,836 | 7,860 | +177% | 1 | 1 | 0% | 412 | 1,794 | +335% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 19 counted toward the lift figure. The other 3 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +18 percentage points is the difference between those two pass rates over the 19 comparable cases. 1 case got worse with the skill loaded, and it is included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.