Agent skill · Data & Analytics

Coinbase Automation

Coinbase Automation: list and manage cryptocurrency wallets, accounts, and portfolio data via Coinbase CDP SDK

ComposioHQgithub.com/ComposioHQGitHub ↗
claude-codecodexcursor
Install
npx skills add ComposioHQ/awesome-claude-skills --skill coinbase-automation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: composio-skills/coinbase-automation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 71,763 · +585 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Coinbase Automation 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) --- ## Setup 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`. --- ## Core Workflows ### 1. List All Wallets 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 page - `ending_before` -- Cursor for backward pagination: ID of the first wallet from the previous page **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_aft

What's inside
Steps it walks through
  1. Setup
  2. Core Workflows
  3. 1. List All Wallets
  4. 2. Paginate Through All Wallets
  5. 3. Audit Wallet Portfolio
  6. 4. Monitor Wallet Changes
  7. Known Pitfalls
  8. Quick Reference
More from awesome-claude-skills
All skills →
About this skill
What does the Coinbase Automation skill do?

Coinbase Automation: list and manage cryptocurrency wallets, accounts, and portfolio data via Coinbase CDP SDK

How do I install it?

Run `npx skills add ComposioHQ/awesome-claude-skills --skill coinbase-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ComposioHQ/awesome-claude-skills, a repository with 71,763 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going