Agent skill

longbridge-index-quote

Major index real-time quotes via Longbridge Securities — Shanghai Composite, CSI 300, ChiNext, Hang Seng, NASDAQ, S&P 500, Dow Jones and more; supports price, change, volume, historical trend. Triggers: "上证指数", "沪深300", "创业板指", "恒生指数", "纳斯达克", "标普500", "道琼斯", "指数行情", "指数点位", "上證指數", "滬深300", "創業板指", "恒生指數", "納斯達克", "標普500", "道瓊斯", "指數行情", "Shanghai Composite", "CSI 300", "Hang Seng Index", "NASDAQ", "S&P 500", "Dow Jones", "index quote", "market index".

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill longbridge-index-quote --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Version: 1.0.0
Declared author: longbridge
Path: skills/analysis/longbridge-index-quote/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# longbridge-index-quote Real-time and historical quotes for major global stock indices. > **Response language**: match the user's input language — Simplified Chinese / Traditional Chinese / English. ## When to use Trigger on prompts asking about: - Index level / change / volume — *"上证今天涨了多少"*, *"恒生指数现在多少点"*, *"S&P 500 today"* - Historical index trend — *"沪深300近一个月走势"*, *"Dow Jones 6-month chart"* - Multiple index comparison — *"美股三大指数今天表现"*, *"US indices today"* For index constituent stocks defer to `longbridge-constituent`. For individual stock quotes defer to `longbridge-quote`. ## Index symbol reference | Index | Symbol | 简体名称 | 繁體名稱 | |-------|--------|---------|---------| | Shanghai Composite | 000001.SH | 上证指数 | 上證指數 | | CSI 300 | 000300.SH | 沪深300 | 滬深300 | | ChiNext | 399006.SZ | 创业板指 | 創業板指 | | CSI 500 | 000905.SH | 中证500 | 中證500 | | Hang Seng Index | HSI.HK | 恒生指数 | 恒生指數 | | Hang Seng Tech | HSTECH.HK | 恒生科技 | 恒生科技 | | NASDAQ Composite | .IXIC.US | 纳斯达克综合 | 納斯達克綜合 | | S&P 500 | .SPX.US | 标普500 | 標普500 | | Dow Jones | .DJI.US | 道琼斯 | 道瓊斯 | | Russell 2000 | .RUT.US | 罗素2000 | 羅素2000 | | VIX | .VIX.US | 恐慌指数 | 恐慌指數 | | Nikkei 225 | NI225.JP | 日经225 | 日經225 | > If unsure of

What's inside
Steps it walks through
  1. When to use
  2. Index symbol reference
  3. Workflow
  4. CLI
  5. Output
  6. Error handling
  7. MCP fallback
  8. Related skills
  9. File layout
Ships with 1 file
  • metadata.json
Commands it runs
Real-time index quote
longbridge quote <INDEX_SYMBOL> --format json
Historical daily OHLCV
longbridge kline <INDEX_SYMBOL> --period day --count 60 --format json
Intraday minute chart (today)
longbridge kline <INDEX_SYMBOL> --period minute --format json
More from claude-skill-registry
All skills →
About this skill
What does the longbridge-index-quote skill do?

Major index real-time quotes via Longbridge Securities — Shanghai Composite, CSI 300, ChiNext, Hang Seng, NASDAQ, S&P 500, Dow Jones and more; supports price, change, volume, historical trend. Triggers: "上证指数", "沪深300", "创业板指", "恒生指数", "纳斯达克", "标普500", "道琼斯", "指数行情", "指数点位", "上證指數", "滬深300", "創業板指", "恒生指數", "納斯達克", "標普500", "道瓊斯", "指數行情", "Shanghai Composite", "CSI 300", "Hang Seng Index", "NASDAQ", "S&P 500", "Dow Jones", "index quote", "market index".

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill longbridge-index-quote --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going