Reference for "Analysis" values available to strategies (real-time projection data).
Design a LivTorgEx trading strategy and deploy it as a bot group. Use when the user asks to create, update, or deploy a trading strategy or bot group.
LivTorgEx condition, value, and action syntax reference. Use when building strategy filters, entry conditions, or action logic.
LivTorgEx indicator reference. Use when building strategy filters or conditions and you need the correct indicator type, properties, or period format.
LivTorgEx bot spawn initialization reference — enter_price, enter_direction, enter_amount, auto_max_amount_leverage (Auto Invest / PnL compounding), changes, and professional.filters. Use when configuring how and when a bot enters a position, including auto-invest / reinvest-profit setups.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin that lets your AI agent design and deploy trading bot group strategies directly to a LivTorgEx server.
This repository now documents two ways to create strategy implementations:
Repository layout:
When you ask Claude to create a strategy, it will:
BotGroupSetting JSONInstall from GitHub:
copilot plugin install LivTorgEx/strategy-skill
Install from local path:
copilot plugin install ~/dev/strategy-skill
Update / reinstall:
copilot plugin uninstall livtorgex-strategy-skill
copilot plugin install ~/dev/strategy-skill
You can also ask Copilot directly: "reinstall strategy-skill" and it will run the commands above.
Install from GitHub:
claude plugin marketplace add LivTorgEx/strategy-skill
claude plugin install livtorgex-strategy-skill@LivTorgEx/strategy-skill
Install from local path:
claude plugin marketplace add /path/to/strategy-skill
claude plugin install livtorgex-strategy-skill@strategy-skill
Add to your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"livtorgex": {
"source": {
"source": "github",
"repo": "LivTorgEx/strategy-skill"
}
}
},
"enabledPlugins": {
"livtorgex-strategy-skill@livtorgex": true
}
}
Set these environment variables (add to your shell profile or .env):
export LIVTORGEX_MCP_URL="https://skill.api.livtorgex.com"
export LIVTORGEX_MCP_TOKEN="lt_..." # get from Account → Setup → AI Connections
Just describe your strategy:
"Create a long-only bot group called 'RSI Scalper' that enters when RSI(14) is below 30 and Supertrend is pointing up on the 1h chart. TP 3%, SL 1.5%, leverage 20x, margin 100 USDT."
Claude will build the JSON and deploy it.
| Skill | Description |
|---|---|
create-strategy | Full workflow: fetch context → build JSON → validate → deploy |
strategy-indicators | All 24 indicator types with correct fields and properties |
strategy-conditions | Filter, value, and action syntax reference |
strategy-on-actions | on_analysis, on_indicators, on_actions patterns and variables |
npx claudepluginhub livtorgex/strategy-skill --plugin livtorgex-strategy-skillMemory compression system for Claude Code - persist context across sessions
Editorial "Web Designer" bundle for Claude Code from Antigravity Awesome Skills.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth