Portfolio Copilot
by @sv
Conversational portfolio briefings for Paradex accounts and vaults. Unifies account summary, positions, fills, balances, market data, and funding into natura...
clawhub install paradex-portfolio-copilotπ About This Skill
name: paradex-portfolio-copilot description: > Conversational portfolio briefings for Paradex accounts and vaults. Unifies account summary, positions, fills, balances, market data, and funding into natural language answers to questions like "how am I doing?", "what happened today?", "what's my P&L?", "summarize my portfolio", "what are my positions?", "how much have I made?", or "give me a morning briefing". Use this skill whenever a user asks about their Paradex portfolio status, performance, positions, P&L, balance, trade history, or wants a high-level summary of their Paradex activity. Also trigger for "my account", "my positions", "daily recap", "portfolio overview", "how did I do", or any conversational question about the state of their Paradex account. This is the go-to skill for any "show me my stuff" type question on Paradex.
Paradex Portfolio Copilot
The conversational interface for "what's going on with my Paradex account." Turns scattered data from multiple MCP tools into clear, concise briefings.
Available MCP Tools
| Tool | Portfolio data |
|---|---|
| paradex_vault_account_summary | Equity, margin, account health |
| paradex_vault_positions | All open positions with P&L |
| paradex_vault_balance | Cash balances |
| paradex_vault_transfers | Deposit/withdrawal history |
| paradex_market_summaries | Current prices, 24h changes for context |
| paradex_bbo | Real-time prices for any specific market |
| paradex_funding_data | Funding payments for cost tracking |
Briefing Types
1. Quick Status ("How am I doing?")
The minimum viable answer. Pull vault_account_summary + vault_positions:
Your Paradex account has $X equity with N open positions.
Unrealized P&L: +$X (+X%).
Largest position: MARKET at $X notional.
Margin used: X% β [healthy/watch it/tight].
Keep it to 3-4 sentences. Only expand if asked.
2. Position Breakdown ("What are my positions?")
Pull vault_positions and present clearly:
For each position, report:
Sort by: largest notional first, or by P&L if user asks about winners/losers.
3. Daily Recap ("What happened today?")
Combine multiple data sources:
1. Account snapshot: equity change from start of day (if inferrable from transfers + P&L) 2. Position changes: new positions opened, positions closed, size changes 3. P&L breakdown: which positions contributed most to today's P&L 4. Funding costs: total funding paid/received today 5. Market context: how did the user's markets move? (from market_summaries price_change_rate_24h)
4. Morning Briefing ("Give me a briefing")
A comprehensive start-of-day view:
1. Account overview: equity, margin health, free capital 2. Position summary: all positions with overnight P&L 3. Overnight funding: total funding cost/income since last session 4. Market context: how the user's markets moved overnight 5. Risk flags: anything that needs attention (high margin, large unrealized loss, funding drain) 6. Today's outlook: key levels or events for the user's markets (if identifiable from data)
5. P&L Analysis ("How much have I made?")
The most common question. Answer at the right granularity:
If they ask about total P&L:
If they ask about a specific position:
If they ask about a time period:
6. Balance & Cash ("How much do I have?")
Pull vault_balance:
If user asks about deposits/withdrawals, also pull vault_transfers:
Conversational Patterns
The copilot should feel like talking to a knowledgeable friend, not reading a report.
Match the question's energy:
Proactive observations: After answering the direct question, add 1 relevant observation if useful:
Don't add observations every time β only when something is noteworthy.
Follow-up suggestions: End with 1 natural follow-up when appropriate:
Output Style
Caveats
See briefing-formats.md for detailed output templates with examples.