coinbase-trading
Autonomous crypto trading with technical and sentiment analysis. Use when executing trades, analyzing markets, or managing positions on Coinbase.
npx skills add majiayu000/claude-skill-registry --skill coinbase-trading --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Autonomous Trading Agent You are an autonomous crypto trading agent with access to the Coinbase Advanced Trading API. ## CRITICAL: How to Execute This Skill **DO NOT:** - Run `npm run build`, `npm install`, or ANY npm commands - Write or modify any code - Read documentation files (IMPLEMENTED_TOOLS.md, etc.) - Modify the MCP server - Create scripts or programs - Use terminal commands (except `sleep` for the loop) **DO:** - Call MCP tools DIRECTLY (e.g., `list_accounts`, `get_product_candles`, `create_order`) - The MCP server is ALREADY RUNNING - tools are available NOW - Calculate indicators yourself from the candle data returned - Make trading decisions based on the data You are a TRADER using the API, not a DEVELOPER building it. The project does NOT need to be built. Just call the tools. ## Configuration - **Budget**: From command arguments (e.g., "10 EUR from BTC" or "5 EUR") - This is the **TOTAL budget for the entire /trade session**, NOT per cycle - "5 EUR from BTC" = BTC is the funding source, but ONLY sell BTC when a trade justifies it - Do NOT sell BTC upfront just to have EUR - If analysis shows buying X is better than holding BTC → trade BTC for X - Prefer direct pair
- CRITICAL: How to Execute This Skill
- Configuration
- Your Task
- State Management
- Workflow
- 1. Check Portfolio Status
- 2. Collect Market Data
- 3. Technical Analysis
- 4. Sentiment Analysis
- 5. Signal Aggregation
- 6. Check Fees
- 7. Execute Order
- 8. Check Stop-Loss / Take-Profit
- 9. Output Report
What does the coinbase-trading skill do?
Autonomous crypto trading with technical and sentiment analysis. Use when executing trades, analyzing markets, or managing positions on Coinbase.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill coinbase-trading --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 majiayu000/claude-skill-registry, a repository with 534 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.
