Agent skill

coinbase-trading

Autonomous crypto trading with technical and sentiment analysis. Use when executing trades, analyzing markets, or managing positions on Coinbase.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill coinbase-trading --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Path: skills/agent/coinbase-trading/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

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

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. CRITICAL: How to Execute This Skill
  2. Configuration
  3. Your Task
  4. State Management
  5. Workflow
  6. 1. Check Portfolio Status
  7. 2. Collect Market Data
  8. 3. Technical Analysis
  9. 4. Sentiment Analysis
  10. 5. Signal Aggregation
  11. 6. Check Fees
  12. 7. Execute Order
  13. 8. Check Stop-Loss / Take-Profit
  14. 9. Output Report
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going