BeClaude

trading-tools

Community RegistryGeneralby jkoelker

Complete trading toolkit including 0DTE options strategies, technical indicators (ATR, RSI, SMA, etc.), portfolio-based position sizing, and systematic risk management. Integrates with Schwab for live trading.

First seen 4/17/2026

Summary

This skill provides a complete trading toolkit for implementing and backtesting options strategies, technical indicators, and risk management rules.

  • It integrates with Schwab for live trading, enabling developers to automate complex trading workflows directly from Claude Code.

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install trading-tools@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

Backtest a 0DTE iron condor strategy on SPX with custom strike selection and exit rules.
Calculate ATR, RSI, and SMA for a given ticker and generate buy/sell signals based on crossover conditions.
Determine optimal position size for a portfolio given risk tolerance and current volatility using ATR-based sizing.
Run a live paper trade of a multi-leg options strategy via Schwab integration.
Analyze historical performance of a portfolio with systematic risk management rules like trailing stops and max drawdown limits.

Usage Examples

1

/trading-tools backtest iron-condor SPX 0DTE --strike-width 10 --expiry today

2

Calculate RSI(14) and SMA(50,200) for AAPL and show crossover signals for the last 100 days.

3

Run live paper trade: sell 0DTE SPX iron condor with 10-point wings, 1 contract, using Schwab sandbox.

View source on GitHub
options0dteiron-condortechnical-indicatorsatrrsismaspx

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is trading-tools?

This skill provides a complete trading toolkit for implementing and backtesting options strategies, technical indicators, and risk management rules. It integrates with Schwab for live trading, enabling developers to automate complex trading workflows directly from Claude Code.

How to install trading-tools?

To install trading-tools: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install trading-tools@<marketplace>. Finally, /plugin in Claude Code.

What is trading-tools best for?

trading-tools is a plugin categorized under General. It is designed for: options, 0dte, iron-condor, technical-indicators, atr, rsi, sma, spx. Created by jkoelker.

What can I use trading-tools for?

trading-tools is useful for: Backtest a 0DTE iron condor strategy on SPX with custom strike selection and exit rules.; Calculate ATR, RSI, and SMA for a given ticker and generate buy/sell signals based on crossover conditions.; Determine optimal position size for a portfolio given risk tolerance and current volatility using ATR-based sizing.; Run a live paper trade of a multi-leg options strategy via Schwab integration.; Analyze historical performance of a portfolio with systematic risk management rules like trailing stops and max drawdown limits..