Token导航 LogoToken导航TokenDH.com
开发执行命令clawhub未标认证来源可访问clear审计通过

india-market-intelligence印度市场情报

Agent Skill

india-market-intelligence 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,034

周安装

129

GitHub Stars

1

下载量

1,063
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:india-market-intelligence(印度市场情报)
来源仓库:https://github.com/sshrungare/india-market-intelligence
安装命令:
openclaw skills install india-market-intelligence
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install india-market-intelligence

简介

以印度为重点的综合市场情报工具,可获取 NIFTY、SENSEX、全球指数、市场新闻、地缘政治事件和供应商的实时数据。

SKILL.md

name
india-market-intelligence
description
>-

Global Market Intelligence

This skill provides comprehensive market intelligence by fetching real-time global market data, financial news, geopolitical events, and delivering actionable insights for Indian and global stock markets.

Features

  • Global Market Indices: Real-time data for major indices (NIFTY, SENSEX, S&P 500, NASDAQ, Dow Jones, FTSE, Nikkei, Hang Seng, DAX, etc.)
  • Market News: Aggregated news from trusted sources (Yahoo Finance, Bloomberg, Moneycontrol, Financial Times)
  • Geopolitical Events: Monitoring of events that impact markets (elections, wars, trade policies, central bank decisions)
  • Market Analysis: AI-powered insights on Indian stock market and global outlook
  • Sector Analysis: Performance tracking across major sectors
  • Currency & Commodities: Track major forex pairs and commodities (Gold, Oil, etc.)

Commands

1) Complete Market Intelligence (all) ⭐⭐⭐ SUPER COMMAND

Execute ALL available commands in one go for complete market intelligence with advanced analytics.

uv run --script scripts/market_analysis.py all

This super command provides 9 comprehensive sections:

📊 Section 1: Global Market Overview

  • All major indices (US, Europe, Asia, India)
  • Commodities (Gold, Silver, Oil)
  • Currencies (USD/INR, EUR/USD)
  • Market sentiment indicators

🇮🇳 Section 2: Indian Market Analysis

  • NIFTY 50 & SENSEX performance with 30-day price charts
  • Top gainers/losers
  • Trend strength analysis (MA5, MA20, MA50)
  • Visual ASCII charts showing price movement

🎯 Section 3: Probability & Technical Analysis *(NEW!)*

  • Probability predictions (Bullish/Bearish percentages)
  • RSI (Relative Strength Index) with buy/sell signals
  • Momentum indicators
  • Volatility measurements
  • Technical signals for NIFTY, SENSEX, S&P 500

⚠️ Section 4: Risk Assessment Dashboard *(NEW!)*

  • Comprehensive risk score (1-10 scale)
  • Visual risk gauge with color coding
  • Risk factors identification
  • Trading recommendations based on risk level
  • Position sizing guidelines

📈 Section 5: Sector Performance

  • Indian sector analysis (IT, Banking, Pharma, Auto, etc.)
  • Sector rotation insights

🔗 Section 6: Intermarket Analysis

  • Stock-Bond correlations
  • Dollar strength impact
  • Commodity-Stock relationships

🌐 Section 7: Geopolitical Events & VIX

  • Central bank decisions
  • Political events
  • VIX fear index analysis

📰 Section 8: Market News

  • Top 5 Indian headlines
  • Top 5 Global headlines

💡 Section 9: Market Outlook & Decision Support *(NEW!)*

  • AI-generated market outlook
  • Trading Decision Matrix with specific actions
  • Strategic recommendations
  • Risk management guidelines
  • Entry/exit strategies
  • Report statistics summary

✨ Advanced Features:

  • ✅ ASCII price charts for visual analysis
  • ✅ Probability models (Bullish/Bearish %)
  • ✅ Risk scoring system (1-10 scale)
  • ✅ Technical indicators (RSI, Momentum, Volatility)
  • ✅ Trend strength calculation
  • ✅ Trading decision matrix
  • ✅ Position sizing recommendations
  • ✅ Stop loss calculations
  • ✅ Real-time risk assessment

⏱️ Execution time: ~20-25 seconds 📊 Best for: Daily morning routine, weekly analysis, complete market overview, trading decisions

💎 Output includes:

  • Color-coded tables and charts
  • Visual probability bars
  • Risk gauge visualization
  • Technical indicator summaries
  • Actionable trading signals
  • Comprehensive decision support

2) Global Market Overview (overview)

Get a snapshot of all major global indices, commodities, and currencies.

uv run --script scripts/market_analysis.py overview

Output includes:

  • Major global indices (US, Europe, Asia)
  • Key commodities (Gold, Silver, Crude Oil)
  • Major currency pairs
  • Market sentiment indicators

3) Indian Market Analysis (india)

Focused analysis on Indian stock market with NIFTY, SENSEX, and major Indian stocks.

uv run --script scripts/market_analysis.py india

Output includes:

  • NIFTY 50 & SENSEX performance
  • Top gainers/losers
  • Sector performance
  • FII/DII activity indicators
  • Market breadth

4) Market News (news)

Fetch latest market news from multiple trusted sources.

# All market news
uv run --script scripts/market_analysis.py news

# India-specific news
uv run --script scripts/market_analysis.py news --india

# Geopolitical news
uv run --script scripts/market_analysis.py news --geopolitical

# News for specific ticker
uv run --script scripts/market_analysis.py news --ticker AAPL

5) Geopolitical Events (geopolitical)

Monitor geopolitical events impacting markets.

uv run --script scripts/market_analysis.py geopolitical

Tracks:

  • Central bank decisions (Fed, ECB, RBI, BoJ)
  • Elections and political changes
  • Trade wars and tariffs
  • Conflicts and regional tensions
  • Economic sanctions

6) Comprehensive Report (report) ⭐

Generate a complete market intelligence report with analysis and predictions.

uv run --script scripts/market_analysis.py report

# Focus on specific region
uv run --script scripts/market_analysis.py report --region india
uv run --script scripts/market_analysis.py report --region us
uv run --script scripts/market_analysis.py report --region global

Output includes:

  • Global market summary
  • Indian market detailed analysis
  • Major news headlines
  • Geopolitical risk assessment
  • Market outlook and predictions
  • Trading recommendations

7) Sector Analysis (sectors)

Analyze performance across major sectors.

# Global sectors
uv run --script scripts/market_analysis.py sectors

# Indian sectors
uv run --script scripts/market_analysis.py sectors --india

8) Intermarket Analysis (intermarket)

Analyze correlations between different markets and asset classes.

uv run --script scripts/market_analysis.py intermarket

Analyzes:

  • Stock-Bond correlation
  • Dollar strength impact
  • Commodity-Stock relationships
  • Risk-on vs Risk-off sentiment

9) Custom Watchlist (watchlist)

Monitor a custom list of symbols.

uv run --script scripts/market_analysis.py watchlist AAPL MSFT GOOGL INFY.NS TCS.NS NSEI

Index Symbols Reference

Indian Indices

  • NSEI - NIFTY 50
  • NSEBANK - NIFTY Bank
  • BSESN - BSE SENSEX

US Indices

  • GSPC - S&P 500
  • DJI - Dow Jones Industrial Average
  • IXIC - NASDAQ Composite
  • RUT - Russell 2000

European Indices

  • FTSE - FTSE 100 (UK)
  • GDAXI - DAX (Germany)
  • FCHI - CAC 40 (France)

Asian Indices

  • N225 - Nikkei 225 (Japan)
  • HSI - Hang Seng (Hong Kong)
  • 000001.SS - Shanghai Composite
  • STI - Straits Times Index (Singapore)

Commodities

  • GC=F - Gold
  • SI=F - Silver
  • CL=F - Crude Oil WTI
  • BZ=F - Brent Crude

Currencies

  • USDINR=X - USD/INR
  • DX-Y.NYB - US Dollar Index
  • EURUSD=X - EUR/USD

Data Sources

The skill fetches data from:

  • Yahoo Finance: Market data, historical prices, real-time quotes
  • Financial News: Aggregated from public RSS feeds and APIs
  • Economic Calendars: Central bank meetings, earnings reports

Requirements

All dependencies are managed via PEP 723 inline script metadata:

  • yfinance - Market data
  • pandas - Data processing
  • rich - Beautiful terminal output
  • requests - News fetching
  • beautifulsoup4 - Web scraping
  • feedparser - RSS feed parsing

Notes

  • Data is fetched in real-time; market hours may affect availability
  • News aggregation respects rate limits and ToS of source websites
  • Geopolitical events are curated from reliable news sources
  • Analysis is AI-assisted and should not be considered financial advice

Disclaimer

⚠️ This tool is for informational purposes only. Not financial advice. Always do your own research and consult with qualified financial advisors before making investment decisions.


Hindi Note: यह टूल वैश्विक बाजार डेटा, समाचार और भू-राजनीतिक घटनाओं को एकत्रित करके भारतीय और वैश्विक शेयर बाजारों का व्यापक विश्लेषण प्रदान करता है।

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

87.88%
按下载量换算934

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install india-market-intelligence 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills