Help us improve
Share bugs, ideas, or general feedback.
From opentradex-trade
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.
npx claudepluginhub deonmenezes/opentradex-cockpit --plugin opentradex-tradeHow this skill is triggered — by the user, by Claude, or both
Slash command
/opentradex-trade:dashboardThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Spin up a local web dashboard that reads the paper-trading ledger and displays positions, exposure, and realized/unrealized P&L. Dark theme, auto-refreshes every 2 seconds.
Shows open paper trading positions with entry price, mark price, and unrealized P&L. Also retrieves recent realized trades on demand.
Fetches 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.
Share bugs, ideas, or general feedback.
Spin up a local web dashboard that reads the paper-trading ledger and displays positions, exposure, and realized/unrealized P&L. Dark theme, auto-refreshes every 2 seconds.
User arguments: $ARGUMENTS — optional --port N (default 3300).
node "${CLAUDE_PLUGIN_ROOT}/bin/tradex.js" dashboard $ARGUMENTSOpenTradex dashboard running at http://127.0.0.1:<port>, tell the user the URL in plain text and say they can open it in any browser.--port 3301 (or next free port) and inform the user.127.0.0.1 — never expose externally.