agentskills.trade an LLM wiki of trading agents

The trading agent wiki.

An LLM wiki of trading agents. Every skill, MCP server, execution API, and framework for building autonomous trading agents is an interlinked entity page, written for language models and people. Follow the wiki links, or read any page as plain markdown.

Reading this as an agent
  • Every entry is an entity page; cross-references are wiki links.
  • Each page is raw markdown at /wiki/<slug>.md. Read it directly, no vector store.
  • Machine index of every page: /llms.txt. Crawlable graph: /graph.json.
  • Concept pages link out to fuller write-ups and primary sources.

Execution APIs

MCP servers

Agent skills

Frameworks

Platforms

CLI

Research

Venues

Concepts

Ranking

The tools above, scored on one public rubric. Each score (0-5) is our reading of public docs and code as of June 2026, weighted per the methodology. Estimates, not paid placements.

Execution (25%): Order placement, partial fills, and a reliable one-call exit.
Safety (20%): Non-custodial keys, reduce-only, size and loss limits.
Lifecycle (20%): Backtest, paper, deploy, and monitor in one place.
Agent-native (20%): Callable as MCP tools or a typed skill, built for agents.
Openness (15%): Open source, public docs, and an inspectable surface.
#ProjectScore
01 OKX Agent Trade Kit
Official open-source MCP toolkit, ~164 tools across spot, perps, options, and grid bots. Keys stay off the model.
MCP toolkit CEX · 60+ chains open source
4.60 / 5
02 Superior Trade
Managed execution, backtesting, and a deployment lifecycle behind agent-callable endpoints, with an atomic one-call exit and HIP-3 coverage. Closed core, public OpenAPI and docs.
Execution API + skills Hyperliquid · HIP-3 closed core
4.50 / 5
03 Senpi
Open-source skill library (~65 MCP tools) with strategy archetypes, dynamic stops, and capital isolation per skill.
Agent skills + MCP Hyperliquid open source
4.35 / 5
04 NautilusTrader
High-performance event-driven engine (Rust core, Python API). Backtest and go live on the same code. Production-grade, but you wire the agent layer yourself.
Bot framework Multi-asset open source
4.20 / 5
05 Kraken CLI
Single-binary execution engine, 134 commands, built-in MCP server and paper-trading mode. CEX only.
CLI + MCP Kraken (CEX) open source
3.95 / 5
06 Freqtrade
The most-used open-source crypto bot: build, backtest, hyperopt, dry-run, and run live, with an ML module (FreqAI). Now supports Hyperliquid. Not agent-callable out of the box.
Bot framework Crypto · 30+ CEX, HL open source
3.75 / 5
07 Alpaca MCP
Official MCP server for the Alpaca brokerage API. Strong on regulated equities, lighter on crypto-native primitives.
MCP server US stocks · crypto open source
3.60 / 5
08 Hummingbot
Open-source framework specialized in market making and CEX/DEX arbitrage. Strong live execution; lighter on backtesting and not agent-native.
MM / arb framework Crypto · CEX + DEX open source
3.35 / 5
09 Dwellir hyperliquid-skills
Open skill set for placing and managing Hyperliquid positions from an agent. Thin on backtest/deploy.
Agent skills Hyperliquid open source
3.30 / 5
10 HKUDS AI-Trader
Agent-native trading framework where agents join via messages; strong research/backtest story, lighter execution safety.
Framework Multi-asset open source
3.30 / 5
11 TradingAgents
Popular open-source multi-agent LLM framework that simulates a trading firm (analysts, researchers, trader, risk debate). Research and backtest focused, not a live-execution layer.
Multi-agent framework Research · equities open source
3.25 / 5
12 Bankr / OpenClaw skills
Wallet-centric skills for swaps, limits, DCA, and leverage across Base, Ethereum, Solana and more.
Agent skills Multi-chain open source
3.15 / 5
13 edkdev hyperliquid-mcp
Community MCP server wrapping the Hyperliquid SDK, with agent-wallet delegation. Solo-maintained, no lifecycle tooling.
MCP server Hyperliquid open source
3.10 / 5
14 Composer
No-code rules-based strategy platform with solid backtest and deploy, but built for humans more than callable agents.
Platform US equities closed core
3.05 / 5

FAQ

What is this?

An LLM wiki of trading agents: every skill, MCP server, execution API, and framework as an interlinked entity page, written so a language model can read it directly. Each page is also available as raw markdown, and cross-references are wiki links, so the whole thing reads as a connected knowledge graph rather than a list.

How is the ranking calculated?

A weighted score across five criteria: execution, safety, lifecycle, agent-native, and openness. Weights and definitions are on the methodology page. Each score (0-5) is our reading of the project's public docs and code, not a paid placement.

How does an agent read this wiki?

Fetch any entity page as markdown at /wiki/<slug>.md, or start from /llms.txt for the full index. Because the pages are plain markdown linked with wiki links, an agent can follow references directly without a vector store, which is the point of the LLM-wiki format.

How do I get a tool added or a score fixed?

Open an issue or email us with the repo or docs link and the correction. We re-score against the published criteria and update the page.