analyze
Run a comprehensive multi-agent crypto analysis with phased execution. Usage: /analyze BTC or /analyze ETH SOL
View current portfolio status, open trades, and performance stats. Usage: /portfolio
$ npx -y skills add hugoguerrap/crypto-claude-desk --skill portfolio --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/portfolioContext preview
The summary Claude sees to decide when to auto-load this skill.
View current portfolio status, open trades, and performance stats. Usage: /portfolio
name: portfolio description: View current portfolio status, open trades, and performance stats. Usage: /portfolio user-invocable: true
Show current portfolio state and performance.
1. Delegate using the Task tool with `subagent_type: general-purpose` and `model: opus`:
"You are the portfolio-manager agent. Read agents/portfolio-manager.md for your full analysis framework. Call get_portfolio_state() from crypto-learning-db MCP to get balances and open trades. Call get_trade_stats() for closed trade summary. For each open trade, verify current price using get_exchange_prices(symbol=...) from crypto-exchange MCP. Present a clear portfolio status report showing:
Do NOT make any changes or decisions — this is a read-only status check. Do NOT use the Edit tool."
2. Present the result. If any open trades are near SL/TP levels, highlight them.
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…
First-time setup for Crypto Trading Desk. Detects your environment, installs dependencies, and verifies everything works. Run this once after installing the…