From opentradex-trade
Open a local web dashboard showing open positions, exposure, daily P&L, and recent trades. Invoke when the user says "dashboard", "open dashboard", "show my book", "pnl screen", or asks to visualise their paper-trading state. Runs a zero-dependency HTTP server on 127.0.0.1 and prints the URL.
How 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.
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.npx claudepluginhub deonmenezes/opentradex-harness --plugin opentradex-tradeCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.