Agent skill · Business & Finance

longbridge-sector-screener

Sector screening and ranking — filter and rank A-share / HK / US industry sectors by valuation (PE/PB), capital inflow, price performance (1d/5d/20d), and turnover rate. Outputs a sector leaderboard. Triggers: "板块筛选", "行业筛选", "强势板块", "弱势板块", "板块排行", "行业排名", "资金流入板块", "涨幅最大板块", "板塊篩選", "行業篩選", "強勢板塊", "弱勢板塊", "板塊排行", "行業排名", "sector screener", "sector filter", "sector ranking", "top sectors", "hot sectors", "capital inflow sectors", "sector scan", "industry ranking", "sector performance", "best sectors today".

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Version: 1.0.0
Declared author: longbridge
Path: skills/analysis/longbridge-sector-screener/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-sector-screener Sector screening and ranking — filter and rank industry sectors across A-share / HK / US markets by valuation (PE/PB), capital inflow, price performance (1d/5d/20d), and turnover rate. Outputs a ranked sector leaderboard. > **Response language**: match the user's input language — Simplified Chinese / Traditional Chinese / English. ## When to use Trigger when the user asks about: - Top or bottom performing sectors — *"今天哪个行业涨得最多"*, *"最强势板块"*, *"best performing sectors today"* - Sector capital flow ranking — *"哪些板块在吸资金"*, *"sectors with net capital inflow"* - Sector valuation screening — *"哪些行业PE最低"*, *"low-PE sectors"* - Broad sector overview — *"美股各行业今天表现"*, *"A股行业板块排名"* For individual stock anomalies, prefer `longbridge-anomaly`. For a single stock's capital flow, prefer `longbridge-capital-flow`. For index constituents, prefer `longbridge-constituent`. ## Workflow 1. Identify the target market (A-share / HK / US) from the prompt. 2. Select representative sector ETFs or indices for that market: - **A-share**: major CSI sector indices (e.g. CSI Banks, CSI Tech, CSI Consumer) - **HK**: Hang Seng sector sub-indices or sector ETFs - **US**: SPDR sector ETF

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
Sector proxy quote (price change, turnover rate)
longbridge quote <SECTOR_SYMBOL> --format json
Sector capital flow
longbridge capital <SECTOR_SYMBOL> --format json
Sector valuation
longbridge calc-index <SECTOR_SYMBOL> --index pe_ttm,pb --format json
Constituent list of a sector index (if drilling into members)
longbridge constituent <INDEX> --format json
More from claude-skill-registry
All skills →
About this skill
What does the longbridge-sector-screener skill do?

Sector screening and ranking — filter and rank A-share / HK / US industry sectors by valuation (PE/PB), capital inflow, price performance (1d/5d/20d), and turnover rate. Outputs a sector leaderboard. Triggers: "板块筛选", "行业筛选", "强势板块", "弱势板块", "板块排行", "行业排名", "资金流入板块", "涨幅最大板块", "板塊篩選", "行業篩選", "強勢板塊", "弱勢板塊", "板塊排行", "行業排名", "sector screener", "sector filter", "sector ranking", "top sectors", "hot sectors", "capital inflow sectors", "sector scan", "industry ranking", "sector performance", "best sectors today".

How do I install it?

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