OpenClaw Skill Server for Indian Market Analysis and Trading

OpenClaw Integration for Indian Market Analysis
OpenClawRadar has released an open-source trading terminal for Indian markets wired up as an OpenClaw skill server. Any OpenClaw agent can now pull Indian stock market data and run full analysis over HTTP without local installation.
How It Works
Users can type /analyze RELIANCE in Telegram and receive a full structured analysis with a trade plan in 3-4 minutes. The system uses seven specialist agents working in parallel:
- Technical (RSI, MACD, EMAs, Bollinger, ATR, pivot levels)
- Fundamental (PE, ROE, ROCE pulled from Screener.in)
- Options (Greeks, OI buildup, IV skew)
- News and Macro (reads current headlines and connects them to the stock)
- Sentiment (FII/DII flows, market breadth)
- Sector Rotation
- Risk Manager
Each agent returns a verdict and confidence score. Scores go into a weighted composite that flags disagreements explicitly rather than averaging into vague calls.
The system then runs a five-round debate: Bull argues, Bear argues, Bull rebuts, Bear rebuts, and a Facilitator summarizes. A Fund Manager agent reads the transcript and writes a final verdict with a trade plan including entry price, stop-loss, targets, and position sizing across three risk profiles (aggressive, neutral, conservative) calibrated to your capital.
The pipeline uses 8 LLM calls in standard mode and 11 in deep mode.
API Access
The same pipeline is available as an OpenClaw skill:
curl -X POST http://localhost:8765/skills/analyze -H "Content-Type: application/json" -d '{"symbol": "RELIANCE"}'This takes 30 to 90 seconds and returns the scorecard, debate summary, verdict, and all three trade plans.
OpenClaw Integration Benefits
The skill server publishes a discovery manifest at /.well-known/openclaw.json. Any OpenClaw agent fetches this once, reads the input schemas, and knows what it can call without hardcoding.
This enables agent chaining: one agent can monitor a watchlist and call quote every few minutes, then call analyze when something moves, check macro conditions with another agent, and push a Telegram message with the full picture.
Currently 17 skills are live: quotes, options chain, FII/DII flows, earnings calendar, macro snapshot, bulk and block deals, morning brief, backtesting, pairs analysis, session-aware chat, and price and technical alerts with webhook callbacks.
Current Limitations and Future Plans
Broker support is currently limited to Fyers only, which has a free developer API with real-time WebSocket data. Zerodha, Angel One, Upstox, and Groww are in progress. The broker interface uses a clean abstract class where adding a new broker mostly involves mapping their SDK to the system's data models.
Upcoming features include trading directly from Telegram and OpenClaw agents via a /trade RELIANCE command that shows the trade plan with Confirm/Cancel buttons. OpenClaw agents will be able to call analyze, read the plan, and call execute without buttons.
Future development includes custom strategy creation in plain English: users describe what they want, the system interviews about parameters, writes Python code, backtests on NSE history, and saves the strategy. A wealth management layer will watch entire portfolios rather than individual stocks.
📖 Read the full source: r/openclaw
👀 See Also

Learning-Kit: A Claude Code Plugin for Codebase Onboarding and Exploration
Learning-kit is a free Claude Code plugin that analyzes repositories to generate structured learning plans and interactive tutorials. It helps developers understand unfamiliar codebases before making changes, with configurable enforcement modes and progress tracking.

Native macOS MCP Server for Full OS Control
A native macOS server provides 24 tools for pixel-accurate clicks, key combos, drag-and-drop, app management, multi-display support, and clipboard access. It's open source and works with Claude Code, Cursor, or any MCP client.

Kanwas: Open-source shared context board for teams and AI agents
Kanwas is an open-source multiplayer workspace where teams and AI agents share documents, evidence, and decisions on a canvas with live streaming tool calls. Self-hosted via Docker, it's git-backed with Yjs and BlockNote.

Open-source Claude Code skill diagnoses AI adoption roadblocks
An MIT-licensed Claude Code skill analyzes where companies get stuck with AI adoption—tooling, culture, or measurement—and builds 90-day plans with named owners. Based on interviews with 100+ founders and board members.