Agent skill
crypto-api
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/crypto-api
SKILL.md
skills/crypto-api/coinbase-advanced-skill.md
name: "Coinbase Advanced Trade API" description: "Source for granular L2 Orderbook data."
Keys
- Access: Access keys using
.envfile. Do not view the keys. They may be accessed for the API by accessingCOINBASE_API_KEYandCOINBASE_SECRET_KEY. Do not modify the keys.
Websocket Feed
- Endpoint:
wss://advanced-trade-ws.coinbase.com - Channels:
level2: Full orderbook updates.market_trades: Real-time Time & Sales.
L2 Book Construction
- Snapshot: Receive initial state.
- Updates: Apply
l2updatemessages (quantity changes at specific price levels). - Pruning: Backend should maintain the full book for analysis, but slice
top_20for the Frontend to minimize bandwidth.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?