Two Claude skills that guide new users through setting up and learning TradeBlocks — an MCP server that lets Claude analyze options trading strategies through normal conversation.
If you're brand new to TradeBlocks, follow these four steps:
1. Download the installation skill Click here to download: tradeblocks-install.zip
2. Install it in Claude Desktop
- Open Claude Desktop
- Click Customize in the left sidebar
- Click Skills
- Click the + button and select Upload a skill
- Select the zip file you just downloaded
3. Open a new chat and type:
/tradeblocks-install
4. Follow the guide Claude will walk you through everything — what TradeBlocks is, how to install it, how to get your data loaded, and how to launch the interactive tutorial when you're ready.
Walks a brand-new user through everything they need to get started:
- What TradeBlocks is and what it does
- Installing the TradeBlocks MCP (terminal or one-click installer)
- Verifying the connection
- Getting trading data loaded
- Launching the tutorial skill
Requirements: No MCP needed — this skill works before anything is installed.
Trigger: Type /tradeblocks-install in Claude, or say "I want to install TradeBlocks."
Download tradeblocks-install.zip
Walks a connected user through TradeBlocks' core analysis tools one at a time, using their real data:
list_blocks— see what data you haveget_statistics— overall performance summaryportfolio_health_check— full diagnosticstress_test— historical crash scenariosanalyze_edge_decay— is the strategy still working?get_correlation_matrix— are strategies truly independent?run_monte_carlo— simulating possible futurescompare_blocks— comparing portfolios side by sidewhat_if_scaling— what if I ran less (or more) of this?
Requirements: TradeBlocks MCP must be installed and connected, with at least one block of trade data loaded.
Trigger: Type /tradeblocks-tutorial in Claude, or say "I want to learn how to use TradeBlocks."
Download tradeblocks-tutorial.zip
- Download the
.zipfile for the skill you want - Click Customize in the left sidebar
- Click Skills
- Click the + button and select Upload a skill
- Select the zip file — it will appear in your
/slash command menu
Unzip the skill folder into ~/.claude/skills/:
unzip tradeblocks-install.zip -d ~/.claude/skills/
unzip tradeblocks-tutorial.zip -d ~/.claude/skills/TradeBlocks is an MCP server for analyzing options trading strategies through Claude. It reads your trade history (exported as CSV from Option Omega) and makes it available for analysis through plain conversation — no spreadsheets, no coding.
For installation help, use the tradeblocks-install skill above.
For more on TradeBlocks, visit the TradeBlocks GitHub repository.