Agent skill

longbridge-smc

聪明钱概念(SMC / ICT)信号引擎——识别 BOS(结构突破)、ChoCH(特性变化)、FVG(公允价值缺口)、订单块(Order Block)、流动性抓取,判断机构资金方向。依赖 smartmoneyconcepts 库。Triggers: "聪明钱", "SMC", "ICT", "订单块", "BOS", "ChoCH", "FVG", "结构突破", "流动性抓取", "机构资金", "Order Block", "公允价值缺口", "聰明錢", "訂單塊", "結構突破", "流動性抓取", "機構資金", "smart money", "ICT trading", "order block", "BOS break of structure", "ChoCH change of character", "fair value gap", "FVG", "liquidity grab".

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill longbridge-smc --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-smc/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-smc 聪明钱概念(Smart Money Concepts / ICT)信号引擎:识别 BOS(Break of Structure 结构突破)、ChoCH(Change of Character 特性变化)、FVG(Fair Value Gap 公允价值缺口)、Order Block(订单块)、流动性抓取,综合判断机构资金偏向(多头/空头结构)。 ## Requirements > ⚠️ **额外依赖 / Extra dependency required** > > 此 skill 优先使用第三方 Python 库 **smartmoneyconcepts**,使用前建议安装: > > ```bash > pip install smartmoneyconcepts > ``` > > 若未安装,LLM 自动回退到手动 Python 实现 BOS / ChoCH / FVG / Order Block 基础逻辑。 > This skill prefers the **smartmoneyconcepts** library: `pip install smartmoneyconcepts`. Falls back to manual implementation if unavailable. > **Response language**: match the user's input language — > Simplified Chinese / Traditional Chinese / English. ## When to use - 用户询问 SMC/ICT 分析:*"AAPL 的订单块在哪里"*、*"TSLA 有没有 BOS"*、*"700.HK FVG 分析"* - 判断结构突破(BOS)或特性变化(ChoCH)信号 - 定位公允价值缺口(FVG)和订单块作为潜在支撑/阻力区域 - 用户提到"聪明钱"、"机构资金"、"流动性抓取"、"ICT"等关键词 ## Workflow 1. 提取标的代码,标准化为 `<CODE>.<MARKET>` 格式。 2. 获取 OHLCV 数据(日线为主,建议同时拉 1 小时线用于多周期确认): ```bash # 日线(主要结构判断) longbridge kline <SYMBOL> --period day --count 200 --format json # 1小时线(辅助精确入场区域,可选) longbridge kline <SYMBOL> --period 60m --count 400 --format json ``` 3. 尝试使用 smartmoneyconcepts 库分析: ```python from smartmoneyconcepts imp

What's inside
Steps it walks through
  1. Requirements
  2. When to use
  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
pip install smartmoneyconcepts
longbridge kline <SYMBOL> --period day --count 200 --format json
longbridge kline <SYMBOL> --period 60m --count 400 --format json
longbridge kline AAPL.US --period day --count 200 --format json
longbridge kline 700.HK --period 60m --count 400 --format json
More from claude-skill-registry
All skills →
About this skill
What does the longbridge-smc skill do?

聪明钱概念(SMC / ICT)信号引擎——识别 BOS(结构突破)、ChoCH(特性变化)、FVG(公允价值缺口)、订单块(Order Block)、流动性抓取,判断机构资金方向。依赖 smartmoneyconcepts 库。Triggers: "聪明钱", "SMC", "ICT", "订单块", "BOS", "ChoCH", "FVG", "结构突破", "流动性抓取", "机构资金", "Order Block", "公允价值缺口", "聰明錢", "訂單塊", "結構突破", "流動性抓取", "機構資金", "smart money", "ICT trading", "order block", "BOS break of structure", "ChoCH change of character", "fair value gap", "FVG", "liquidity grab".

How do I install it?

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