From crypto-trading-desk
Reports current portfolio status, open trades, and performance stats using MCP tools for crypto trading analysis.
How this skill is triggered — by the user, by Claude, or both
Slash command
/crypto-trading-desk:portfolioThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show current portfolio state and performance.
Show current portfolio state and performance.
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:
Present the result. If any open trades are near SL/TP levels, highlight them.
npx claudepluginhub hugoguerrap/crypto-claude-desk --plugin crypto-trading-deskFetches a full portfolio snapshot including cross and isolated margin, positions with unrealized PnL %, resting orders, funding exposure, and optional daily/weekly realized PnL history.
Analyzes CDCX trading portfolios via CLI tools: fetches balances, positions with P&L, sub-accounts, fee rates, transaction history. Activates on balance, holdings, PnL queries or reports.
Starts a local web dashboard showing open positions, exposure, daily P&L, and recent trades from a paper-trading ledger. Invoke when the user asks to visualize their trading state.