finclaw

Solid

AI-native quantitative finance toolkit for OpenClaw. Use when: querying stock/crypto prices, running backtests, scanning stocks (US + China A-shares + Crypto), generating trading strategies from natural language, detecting market regimes, or checking backtest plausibility. Triggers: stock quote, backtest, trading strategy, market analysis, RSI, MACD, portfolio, paper trading, regime detection, A-share scanner, crypto signals, DeFi yields. NOT for: general math, non-financial data analysis, or web scraping.

Testing & QA 42 stars 10 forks Updated 5 days ago AGPL-3.0

Install

View on GitHub

Quality Score: 81/100

Stars 20%
54
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# FinClaw ๐Ÿฆ€๐Ÿ“ˆ AI-native quantitative finance engine. Zero API keys needed for basic features. ## Install ```bash pip install finclaw-ai ``` ## Core Commands ### Quotes & Analysis ```bash finclaw quote AAPL # Stock quote finclaw quote BTC-USDT # Crypto quote finclaw analyze TSLA --indicators rsi,macd,bollinger finclaw chart AAPL --type candle ``` ### Backtesting ```bash finclaw backtest -t AAPL --strategy momentum --start 2023-01-01 finclaw strategy list # 20+ built-in strategies ``` ### AI Features ```bash finclaw generate-strategy "buy when RSI < 30 and MACD golden cross" finclaw copilot # Interactive AI assistant finclaw regime --symbol AAPL # Market regime detection (stable/volatile/crash) finclaw check-backtest --sharpe 3.5 --win-rate 0.85 # Overfitting detection ``` ### A-Share Scanner (China) ```bash finclaw scan-cn # Scan 322 A-share stocks finclaw scan-cn --top 10 # Top picks ``` ### Crypto ```bash finclaw crypto signals # BTC/ETH/SOL RSI signals finclaw defi scan # DeFi yield scanner finclaw defi recommend --budget 2000 ``` ### Paper Trading ```bash finclaw paper-report --init # Initialize $100K portfolio finclaw paper-report # Daily report ``` ### MCP Server (for AI agents) ```json { "mcpServers": { "finclaw": { "command": "finclaw", "args": ["mcp", "serve"] } } } ``` ## Key Differentiators - **First quant tool with M...

Details

Author
NeuZhou
Repository
NeuZhou/finclaw
Created
1 months ago
Last Updated
5 days ago
Language
Python
License
AGPL-3.0

Integrates with

Similar Skills

Semantically similar based on skill content โ€” not just same category

Data & Documents Solid

clawdfolio

Quantitative portfolio toolkit โ€” multi-broker aggregation (Longport, Moomoo/Futu), institutional risk analytics (Sharpe, Sortino, VaR, CVaR, Beta, RSI), options strategy lifecycle, 20+ finance workflows, and CSV/JSON export. Use when the user asks about portfolio analysis, risk metrics, stock quotes, DCA strategy, earnings, options, or financial data export.

11 Updated 2 weeks ago
YichengYang-Ethan
Data & Documents Solid

evclaw

Trading skill for executing live agent trades on Lighter (crypto perps) and Hyperliquid (HIP3 stocks). Use when user asks about trading, positions, signals, executing trades, live agent mode, cycle files, or managing EVClaw operations. Supports (1) Running live agent cycles via /live-agent, (2) Executing manual trades via /trade and /execute, (3) Viewing signals/positions, (4) Managing trading configuration, (5) Understanding signal types and decision logic, (6) Agent-driven incident response and triage.

36 Updated 2 weeks ago
Degenapetrader
AI & Automation Listed

openclawfice

Virtual office dashboard โ€” pixel-art NPCs for your OpenClaw agents. Install, manage, and interact with your retro AI office.

60 Updated 5 days ago
openclawfice
AI & Automation Solid

rival-search-mcp

Deep research and competitor analysis using RivalSearchMCP. 10 tools: web search (Yahoo/DuckDuckGo), social media (Reddit/HN/Dev.to), news aggregation, GitHub search, website mapping, content extraction with OCR, scientific papers (arXiv/PubMed), and AI research agent. No API keys required. Use when the user needs web research, competitive analysis, content discovery, or academic paper search.

66 Updated 3 weeks ago
damionrashford
Data & Documents Solid

clawcache-free

Smart LLM cost tracking and caching for Python

19 Updated 1 months ago
AbYousef739