ai-trading skills

252 tagged ai-trading, measured the same way as everything else here.

Browse within: claude-trading 56trading-agent 56trading-agent-vn 56bitcoin 51algo-trading 47algorithmic-trading 47cube 47crypto 35bankrbot 33crypto-trading 33openclaw 33skill-forge 33option-trading 28options-trading 28

ib-pmcc-advisor

01

staskh/trading_skills

Skill Claude CodeCodex

Analyze PMCC (Poor Man's Covered Call / diagonal spread) positions from IB portfolio. For each diagonal spread, reports short leg risk (delta, IV, assignment probability), daily P&L projections, top-3 roll candidates, and a side-by-side comparison table. Requires TWS or IB Gateway running locally.

350 23d ago A 71 tokens original MIT

ib-stop-loss

02

staskh/trading_skills

Skill Claude CodeCodex

Downside stop-loss management for PMCC, naked LEAPS, and stock positions in IB. Computes stop prices, detects alerts, and places conditional combo orders. Dry-run by default. Requires TWS or IB Gateway running locally.

350 23d ago A 50 tokens original MIT

ib-trailing-stop

03

staskh/trading_skills

Skill Claude CodeCodex

Server-side trailing stop management for stocks and naked LEAPS in IB. Places native TRAIL orders that auto-ratchet the stop as price climbs. Dry-run by default. Requires TWS or IB Gateway running locally.

350 23d ago A 49 tokens original MIT

analyze-issue

04

EthanAlgoX/LLM-TradeBot

Skill Claude CodeCodex

A GitHub Issue review workflow that checks whether a reported problem is real, important, and within the repository’s responsibility.

316 +1 15d ago A 0 tokens original MIT

analyze-pr

05

EthanAlgoX/LLM-TradeBot

Skill Claude CodeCodex

A guide for reviewing GitHub pull requests, which are proposed code changes awaiting review. It checks the change's purpose, description, supporting test evidence, risks, and readiness to merge.

316 +1 15d ago A 0 tokens original MIT

fix-issue

06

EthanAlgoX/LLM-TradeBot

Skill Claude CodeCodex

A guide for implementing a fix for a reported GitHub issue, which is a tracked problem or requested change in a software project.

316 +1 15d ago A 0 tokens original MIT

portfolio-manager

07

BaggaT236/AI-Trading-Skills

Skill Claude CodeCodex

Comprehensive portfolio analysis using Alpaca MCP Server integration to fetch holdings and positions, then analyze asset allocation, risk metrics, individual stock positions, diversification, and generate rebalancing recommendations. Use when user requests portfolio review, position analysis, risk assessment…

121 2mo ago A 66 tokens original MIT

scenario-analyzer

08

BaggaT236/AI-Trading-Skills

Skill Claude CodeCodex

Skill that analyzes 18-month scenarios from a news headline. Runs the primary analysis with the scenario-analyst agent and obtains a second opinion with the strategy-reviewer agent. Generates a comprehensive English report covering 1st/2nd/3rd-order impacts, recommended stocks, and a critical review. Example…

121 2mo ago A 104 tokens original MIT

theme-detector

09

BaggaT236/AI-Trading-Skills

Skill Claude CodeCodex

Detect and analyze trending market themes across sectors. Use when user asks about current market themes, trending sectors, sector rotation, thematic investing, what themes are hot or cold, or wants to identify bullish and bearish market narratives with lifecycle analysis.

121 2mo ago A 51 tokens original MIT

okx-cex-bot

10

dex-original/okx-agent-trade-kit

Skill Claude CodeCodex

A guide for managing Grid and DCA Martingale trading bots on OKX. Grid bots place trades across price levels, while DCA Martingale bots adjust investments as prices move; these bots run on OKX's servers.

98 3mo ago A 112 tokens copy · 95% MIT

okx-cex-market

11

dex-original/okx-agent-trade-kit

Skill Claude CodeCodex

Use this skill when the user asks for: price of any asset, ticker, order book, candles, OHLCV, funding rate, open interest, OI change scanner, market screener (top movers, high-volume, newly listed), mark price, index price, recent trades, instrument list, stock tokens, metals prices (gold, XAU, XAG), commodities…

98 3mo ago A 194 tokens copy · 91% MIT

okx-cex-portfolio

12

dex-original/okx-agent-trade-kit

Skill Claude CodeCodex

This skill should be used when the user asks about 'account balance', 'how much USDT do I have', 'my funding account', 'show my positions', 'open positions', 'position P&L', 'unrealized PnL', 'closed positions', 'position history', 'realized PnL', 'account bills', 'transaction history', 'trading fees', 'fee tier'…

98 3mo ago A 222 tokens copy · 91% MIT

metaskillbase

13

leionion/ClawForge

Skill Claude CodeCodex

Decompose human demands into atomic meta skills using OpenClaw Skill Forge Cutter. Run standalone skills (memorybackup, strategybacktest) or orchestrate OpenClaw skills.

90 4mo ago A 40 tokens original Apache-2.0

memory-backup

14

leionion/ClawForge

Skill Claude CodeCodex

Creates scheduled tar.gz backups of agent memory or chat history, lists existing backup snapshots, and restores from a previous backup point with automatic retention policy. Use when the user asks to back up, export, save, snapshot, or restore chat history, conversation logs, agent memory, or session data.

90 4mo ago A 63 tokens original Apache-2.0

strategy-backtest

15

leionion/ClawForge

Skill Claude CodeCodex

Runs SMA crossover backtests on historical OHLCV/candlestick data, calculating total return, Sharpe ratio, max drawdown, win rate, and trade log. Supports CSV files and JSON input with automatic AKShare/hhxg column normalization. Use when the user asks to backtest a trading strategy, evaluate strategy performance on…

90 4mo ago A 92 tokens original Apache-2.0

agent-keys

16

ShurikenTrade/shuriken-skills

Skill Claude CodeCodex

Part of shuriken-skills

Use when a user asks how to authenticate as an agent, create or rotate API credentials, or understand the lifecycle of agent keys on Shuriken.

90 3mo ago A 34 tokens original MIT

api-integration

17

ShurikenTrade/shuriken-skills

Skill Claude CodeCodex

Part of shuriken-skills

Use when a user wants to integrate with or develop against the Shuriken API or SDK — covers proficiency assessment, path routing (quickstart / raw API / SDK), and tells you which deepening reference tool to reach for (OpenAPI for HTTP endpoints, the stream catalog for WebSockets, platform docs as fallback).

90 3mo ago A 68 tokens original MIT

scoping

18

ShurikenTrade/shuriken-skills

Skill Claude CodeCodex

Part of shuriken-skills

Use when a user asks what an agent key can do, how Shuriken permissions work, or which scopes they need for a given integration.

90 3mo ago A 32 tokens original MIT

quant-mathematician

21

DaviddTech/ai-trading-agent

Skill Claude CodeCodex

You are a world-class applied mathematician, statistical researcher, and quantitative strategy architect.

53 +1 3mo ago A 0 tokens original MIT

learn-from-losses

22

FerroxLabs/tvcontrol

Skill Claude CodeCodex

Post-trade review — pull losing trades from the strategy tester, screenshot each entry in context, and cluster common failure patterns. Use when the user asks "why am I losing?", "review my losses", or "what's wrong with my strategy?".

37 6d ago A 55 tokens

FerroxLabs/tvcontrol

Skill Claude CodeCodex

Migrate Pine Script v4 / v5 source to v6 — analyze, apply migration rules, compile-check, iterate until clean. Use when the user hands over an older script or asks to "upgrade to v6" / "port this Pine code".

37 6d ago A 59 tokens

strategy-ab-test

24

FerroxLabs/tvcontrol

Skill Claude CodeCodex

Head-to-head strategy comparison — snapshot state, sweep params on strategy A, restore, sweep strategy B, then compare metrics side-by-side. Use when the user asks "which strategy is better?" or "A/B test these two".

37 6d ago A 51 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: