Agent skill · Data & Analytics

longbridge-market-scanner

Comprehensive market scanner — combines real-time quotes, capital flow (large/medium/small order distribution), and candlestick data for multi-symbol technical analysis (MACD / RSI / Bollinger Bands computed from OHLCV). Supports batch multi-symbol scanning. Triggers: "行情扫描", "综合行情", "多标的扫描", "行情数据", "实时行情综合", "技术+资金综合", "行情指标", "行情監控", "行情掃描", "綜合行情", "多標的掃描", "技術+資金綜合", "market scanner", "comprehensive quote", "multi-stock scan", "real-time data", "market data query", "technical plus capital flow", "market overview", "batch quote", "technical indicators", "MACD RSI scan".

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill longbridge-market-scanner --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-market-scanner/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-market-scanner Comprehensive market scanner combining real-time quotes, capital flow (large/medium/small order breakdown), and OHLCV candlestick data to compute technical indicators (MACD / RSI / Bollinger Bands) for one or more symbols in a single pass. > **Response language**: match the user's input language — Simplified Chinese / Traditional Chinese / English. ## When to use Trigger when the user asks about: - Multi-symbol comprehensive scan — *"帮我扫描这10只股票的技术面和资金面"* - Combined technical + capital flow view — *"TSLA 技术指标加资金流向"* - Real-time multi-metric snapshot — *"综合行情数据"*, *"batch quote with capital flow"* - MACD / RSI / Bollinger Band status for a stock — *"NVDA RSI 现在多少"* For a single quote only, prefer `longbridge-quote`. For capital flow only, prefer `longbridge-capital-flow`. For candlestick charting, prefer `longbridge-kline`. ## Workflow 1. Extract all symbols from the prompt; normalise each to `<CODE>.<MARKET>`. 2. Run `longbridge quote` for real-time price/volume snapshot. 3. Run `longbridge capital` for intraday capital flow (large/medium/small net flow). 4. Run `longbridge kline` (daily, last 60 candles) to compute technical indicators: - **MACD**: 12/26

What's inside
Steps it walks through
  1. When to use
  2. Workflow
  3. CLI
  4. Output
  5. Error handling
  6. MCP fallback
  7. Related skills
  8. File layout
Ships with 1 file
  • metadata.json
Commands it runs
Real-time quote
longbridge quote <SYMBOL> --format json
Intraday capital flow (large / medium / small order net flow)
longbridge capital <SYMBOL> --format json
Daily candlestick data for technical indicator computation
longbridge kline <SYMBOL> --period day --count 60 --format json
More from claude-skill-registry
All skills →
About this skill
What does the longbridge-market-scanner skill do?

Comprehensive market scanner — combines real-time quotes, capital flow (large/medium/small order distribution), and candlestick data for multi-symbol technical analysis (MACD / RSI / Bollinger Bands computed from OHLCV). Supports batch multi-symbol scanning. Triggers: "行情扫描", "综合行情", "多标的扫描", "行情数据", "实时行情综合", "技术+资金综合", "行情指标", "行情監控", "行情掃描", "綜合行情", "多標的掃描", "技術+資金綜合", "market scanner", "comprehensive quote", "multi-stock scan", "real-time data", "market data query", "technical plus capital flow", "market overview", "batch quote", "technical indicators", "MACD RSI scan".

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill longbridge-market-scanner --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