Agent skill · Business & Finance

longbridge-valuation-rank

Industry valuation rank time series for a single stock via Longbridge — tracks how a stock's PE / PB / PS / dividend-yield rank within its sector has changed over time (rank N of total M). Answers "is my stock becoming relatively cheaper or more expensive vs peers?" Complements longbridge-valuation (single-stock percentile history) and longbridge-industry-valuation (current sector snapshot). Triggers: "行业排名变化", "估值排名", "PE排名历史", "行业估值位置", "排名走势", "估值相对同业", "行業排名變化", "估值排名", "PE排名歷史", "行業估值位置", "排名走勢", "valuation rank", "industry rank history", "PE rank trend", "relative valuation rank", "secto

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill longbridge-valuation-rank --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-valuation-rank/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-valuation-rank Prompt-only skill. Fetches the **time series of a stock's valuation rank within its industry** — each data point shows where the stock sits among peers (e.g., rank 3 out of 28) for PE, PB, PS, and dividend yield. > **Response language**: match the user's input language — Simplified Chinese / Traditional Chinese / English. ## When to use - *"AAPL 在行业里 PE 排名怎么变化的"*, *"AAPL industry PE rank over time"*, *"AAPL 在行業裡 PE 排名怎麼變化"* - *"茅台估值相对同业是在改善还是恶化"*, *"is Maotai getting cheaper relative to peers"* - *"NVDA PB 行业排名走势"*, *"NVDA PB sector rank trend"*, *"NVDA PB 行業排名走勢"* - *"700.HK 股息率行业位置历史"*, *"700.HK dividend yield rank history"* For a current single-stock snapshot (not a trend) → `longbridge-valuation`. For today's full sector comparison → `longbridge-industry-valuation`. For multi-symbol comparison → `longbridge-peer-comparison`. ## CLI Run `longbridge valuation-rank --help` to verify exact flags. Common calls: ```bash # Past 1 year (default) — PE / PB / PS / dividend-yield ranks longbridge valuation-rank AAPL.US --format json # Custom date range longbridge valuation-rank AAPL.US --start 20250101 --end 20251231 --format json longbridge valuation-rank 700.

What's inside
Steps it walks through
  1. When to use
  2. CLI
  3. Workflow
  4. Output
  5. Error handling
  6. MCP fallback
  7. Related skills
  8. File layout
Ships with 1 file
  • metadata.json
Commands it runs
Past 1 year (default) — PE / PB / PS / dividend-yield ranks
longbridge valuation-rank AAPL.US --format json
Custom date range
longbridge valuation-rank AAPL.US --start 20250101 --end 20251231 --format json
longbridge valuation-rank 700.HK --start 20240101 --end 20251231 --format json
Help — always verify flags
longbridge valuation-rank --help
More from claude-skill-registry
All skills →
About this skill
What does the longbridge-valuation-rank skill do?

Industry valuation rank time series for a single stock via Longbridge — tracks how a stock's PE / PB / PS / dividend-yield rank within its sector has changed over time (rank N of total M). Answers "is my stock becoming relatively cheaper or more expensive vs peers?" Complements longbridge-valuation (single-stock percentile history) and longbridge-industry-valuation (current sector snapshot). Triggers: "行业排名变化", "估值排名", "PE排名历史", "行业估值位置", "排名走势", "估值相对同业", "行業排名變化", "估值排名", "PE排名歷史", "行業估值位置", "排名走勢", "valuation rank", "industry rank history", "PE rank trend", "relative valuation rank", "secto

How do I install it?

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