gitwtfhub

wtf is ai-openclaw-cli?

wikidjon/ai-openclaw-cli — explained in plain English

Analysis updated 2026-05-18

136TypeScriptAudience · developerComplexity · 3/5LicenseSetup · easy

TL;DR

A CLI and MCP server that turns one natural-language prompt into a full quant research, strategy, and backtesting workflow inside AI agents like Claude Code and Cursor.

Mindmap

mindmap
  root((OpenFinClaw))
    What it does
      Research to strategy to backtest
      60 plus analysis skills
      Community strategy leaderboard
    Tech stack
      TypeScript
      MCP protocol
      npm package
    Use cases
      Backtesting trading strategies
      Stock and crypto research
      Forking community strategies
    Audience
      Quant traders
      Developers using AI agents

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Ask an AI agent to research a stock and backtest a trading strategy in one prompt

REASON 2

Browse and fork community-published trading strategies ranked by backtested performance

REASON 3

Connect quant research and backtesting tools into Claude Code, Cursor, or other MCP-compatible agents

What's in the stack?

TypeScriptNode.jsMCP

How it stacks up

wikidjon/ai-openclaw-cliamet2901/asterdex-trading-botbonny1220/solana-trading-bot
Stars136136136
LanguageTypeScriptTypeScriptTypeScript
Setup difficultyeasymoderatemoderate
Complexity3/54/54/5
Audiencedevelopergeneralgeneral

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · easy Time to first run · 5min

Requires an OpenFinClaw API key (fch_ prefix) obtained during the install wizard.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

Wtf does this do

OpenFinClaw is a command-line tool and MCP server that turns a single natural-language prompt into a full quantitative trading research workflow: researching an idea, generating a trading strategy, backtesting it against historical data, and optionally paper trading it, all from inside an AI coding assistant such as Claude Code or Cursor. MCP, short for Model Context Protocol, is the standard that lets an AI agent call outside tools, this project uses it to plug its research and backtesting capabilities into more than twenty different AI platforms. The tool includes over sixty built-in analysis skills spanning technical, fundamental, sentiment, risk, timing, and factor-based approaches, and covers five markets including US stocks, Chinese A-shares, Hong Kong stocks, crypto, and forex. A user can type a plain request, such as asking for RSI divergence signals on a stock or a momentum strategy backtested over two years, and the agent streams back research, a strategy definition, and backtest performance metrics. There is also a browser-based playground that requires no installation or API key for trying it out first. Installation is done through a Node package manager command that runs an interactive setup wizard: it writes MCP configuration files for detected AI agents, saves an API key locally, and registers a skill file so Claude Code and Cursor automatically recognize quant-related requests. The command-line interface groups its commands into a research assistant, a strategy management set, and system utilities like an installer, a doctor diagnostic check, and an update command. A community feature lets users browse a leaderboard of published trading strategies ranked by backtested performance, fork any strategy to their own machine to modify it, then publish their version back for independent server-side verification, so results are not self-reported. The project is written in TypeScript, distributed as an npm package, and released under the MIT license.

Yoink these prompts

Prompt 1
Explain how to install OpenFinClaw and connect it to Claude Code using MCP
Prompt 2
Walk me through running a research to backtest workflow with the deepagent command
Prompt 3
How does forking and publishing a strategy to the leaderboard work in OpenFinClaw
Prompt 4
What markets and analysis skills does OpenFinClaw support out of the box

Frequently asked questions

wtf is ai-openclaw-cli?

A CLI and MCP server that turns one natural-language prompt into a full quant research, strategy, and backtesting workflow inside AI agents like Claude Code and Cursor.

What language is ai-openclaw-cli written in?

Mainly TypeScript. The stack also includes TypeScript, Node.js, MCP.

What license does ai-openclaw-cli use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is ai-openclaw-cli to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is ai-openclaw-cli for?

Mainly developer.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.