Agent skill

longbridge-anomaly

Market anomaly scanner and price-by-volume distribution via Longbridge Securities — `anomaly` lists unusual price/volume movements across a market (HK / US / CN / SG) or for a specific symbol; `trade-stats` returns a single stock's intraday price-volume profile (where volume sat in the day's range). Read-only. Triggers: "异动", "今天哪些股票异动", "市场异动榜", "成交分布", "价格分布", "筹码分布", "今日筹码", "成交密集区", "盘中异动", "拉升", "跳水", "閃崩", "異動", "今天哪些股票異動", "市場異動榜", "成交分佈", "價格分佈", "籌碼分佈", "今日籌碼", "成交密集區", "盤中異動", "拉昇", "跳水", "anomaly", "unusual movements", "intraday alerts", "volume spike", "price spike", "price by volu

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Version: 1.0.0
Declared author: longbridge
Path: skills/analysis/longbridge-anomaly/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-anomaly Two complementary intraday lenses: market-wide unusual movements (`anomaly`) and a single stock's price-by-volume distribution (`trade-stats`). > **Response language**: match the user's input language — Simplified Chinese / Traditional Chinese / English. ## When to use - *"今天港股有什么异动"*, *"US anomaly today"*, *"市场异动榜"* → `anomaly --market <MKT>` - *"TSLA 今天有没有异动"*, *"700.HK 异动"* → `anomaly --market <MKT> --symbol <SYMBOL>` - *"AAPL 今日筹码分布"*, *"成交密集区"*, *"price by volume"*, *"volume profile"* → `trade-stats <SYMBOL>` - *"X 拉升的位置在哪"*, *"成交都堆在哪个价位"* → `trade-stats` For tick-by-tick trade ribbon → `longbridge-depth` (`trades`). For intraday capital flow (large/medium/small orders) → `longbridge-capital-flow`. For market-level mood → `longbridge-market-temp`. ## Subcommands > Run `longbridge anomaly --help` and `longbridge trade-stats --help` if unsure of current flags. The CLI's built-in help is the canonical source. | CLI command | Returns | |---|---| | `longbridge anomaly --market <HK\|US\|CN\|SG> --format json` | List of unusual movements in that market (default `HK`, `--count` up to 100, default 50). | | `longbridge anomaly --market <MKT> --symbol <SYMBOL> --form

What's inside
Steps it walks through
  1. When to use
  2. Subcommands
  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
Market-wide anomaly board
longbridge anomaly --market HK                                --format json
longbridge anomaly --market US --count 100                    --format json
Single-symbol anomaly
longbridge anomaly --market US --symbol TSLA.US               --format json
Price-by-volume distribution
longbridge trade-stats 700.HK                                 --format json
longbridge trade-stats AAPL.US                                --format json
More from claude-skill-registry
All skills →
About this skill
What does the longbridge-anomaly skill do?

Market anomaly scanner and price-by-volume distribution via Longbridge Securities — `anomaly` lists unusual price/volume movements across a market (HK / US / CN / SG) or for a specific symbol; `trade-stats` returns a single stock's intraday price-volume profile (where volume sat in the day's range). Read-only. Triggers: "异动", "今天哪些股票异动", "市场异动榜", "成交分布", "价格分布", "筹码分布", "今日筹码", "成交密集区", "盘中异动", "拉升", "跳水", "閃崩", "異動", "今天哪些股票異動", "市場異動榜", "成交分佈", "價格分佈", "籌碼分佈", "今日籌碼", "成交密集區", "盤中異動", "拉昇", "跳水", "anomaly", "unusual movements", "intraday alerts", "volume spike", "price spike", "price by volu

How do I install it?

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