analyze
Run a comprehensive multi-agent crypto analysis with phased execution. Usage: /analyze BTC or /analyze ETH SOL
Quick single-agent market check. Usage: /quick BTC or /quick ETH
$ npx -y skills add hugoguerrap/crypto-claude-desk --skill quick --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/quickContext preview
The summary Claude sees to decide when to auto-load this skill.
Quick single-agent market check. Usage: /quick BTC or /quick ETH
name: quick description: Quick single-agent market check. Usage: /quick BTC or /quick ETH user-invocable: true
Get a fast snapshot of $ARGUMENTS using a single agent. No team needed.
1. Delegate using the Task tool with `subagent_type: general-purpose` and `model: haiku`:
"You are the market-monitor agent. Quick market snapshot for $ARGUMENTS. Use these MCP tools (call them in parallel):
Also run a WebSearch for '{SYMBOL} crypto news today' to catch any breaking events. Be concise — this is a quick check, not a full analysis. Do NOT use the Edit tool."
2. Present the result directly to the user. Keep it brief.
If the agent detects any of these, suggest running `/analyze $ARGUMENTS`:
I used to spend weeks building multi-agent systems with LangGraph, CrewAI, and AutoGen. Hundreds of lines of Python orchestration code, custom state machines, fragile message passing between agents.
Repo: hugoguerrap/crypto-claude-desk
Run a comprehensive multi-agent crypto analysis with phased execution. Usage: /analyze BTC or /analyze ETH SOL
Close an open trade and run post-mortem analysis. Usage: /close-trade trade_001 or /close-trade trade_001 at 98500
Extend the system by creating new MCP servers, agents, or skills. Usage: /create a DeFi protocol tracker or /create an agent for macro analysis
Autonomous monitoring loop. Checks open trades against SL/TP levels, closes trades that hit targets, evaluates expired predictions, and generates periodic…
View current portfolio status, open trades, and performance stats. Usage: /portfolio
First-time setup for Crypto Trading Desk. Detects your environment, installs dependencies, and verifies everything works. Run this once after installing the…