Agent skill · Business & Finance

longbridge-quote

Real-time quotes, static reference, and valuation indices for stocks listed in HK / US / A-share / Singapore via Longbridge Securities. Returns last price, change, volume, turnover, market cap, industry, PE/PB, turnover-rate, and other indicators. Triggers: "现在多少钱", "股价", "涨跌幅", "成交量", "市值", "市盈率", "PE", "PB", "换手率", "行业", "現在多少", "股價", "成交量", "市值", "市盈率", "stock price", "current price", "quote", "market cap", "PE ratio", "valuation", "NVDA price", "AAPL quote", "茅台市值", "腾讯股价", "700.HK", "600519.SH".

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill longbridge-quote --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-quote/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-quote Real-time quote, static info, and valuation indices for Longbridge-supported securities (HK / US / A-share / Singapore). > **Response language**: match the user's input language — Simplified Chinese / Traditional Chinese / English. ## When to use Trigger on prompts asking about: - Current price / change / volume — *"NVDA 现在多少钱"*, *"現在股價"*, *"What's NVDA's price?"* - Industry / market cap / floats / EPS / BPS — *"贵州茅台市值多少"*, *"茅台屬於什麼行業"*, *"AAPL EPS"* - Valuation indices (PE, PB, turnover rate, 5/10-day change, etc.) — *"NVDA 的 PE"*, *"700 換手率"*, *"AAPL volume ratio"* - Trading status of a single security — *"AAPL still trading?"*, *"美股开盘了吗"* For 2–5 symbol comparison defer to `longbridge-peer-comparison`. For historical valuation percentile, defer to `longbridge-valuation`. ## Symbol format `<CODE>.<MARKET>`. Normalise before calling: | Pattern | Market | Example | |---|---|---| | Uppercase ticker (US) | `.US` | `NVDA.US`, `AAPL.US` | | 4-digit numeric | `.HK` | `700.HK`, `9988.HK` | | 6-digit, starts `60` | `.SH` | `600519.SH` | | 6-digit, starts `00`/`30` | `.SZ` | `300750.SZ` | | Singapore ticker | `.SG` | `D05.SG` | | Chinese / English company name | use know

What's inside
Steps it walks through
  1. When to use
  2. Symbol format
  3. Subcommands
  4. Workflow
  5. CLI examples
  6. Output
  7. Error handling
  8. MCP fallback
  9. Related skills
  10. File layout
Ships with 1 file
  • metadata.json
Commands it runs
Always check available flags first:
longbridge <subcommand> --help
Then call with --format json — example structure (verify subcommand names and flags with --help):
longbridge <quote-subcommand>      NVDA.US --format json
longbridge <quote-subcommand>      NVDA.US 700.HK 600519.SH --format json   # multi-symbol
longbridge <static-subcommand>     600519.SH --format json
longbridge <calc-index-subcommand> NVDA.US --format json   # valuation indices; use --help for index field names
More from claude-skill-registry
All skills →
About this skill
What does the longbridge-quote skill do?

Real-time quotes, static reference, and valuation indices for stocks listed in HK / US / A-share / Singapore via Longbridge Securities. Returns last price, change, volume, turnover, market cap, industry, PE/PB, turnover-rate, and other indicators. Triggers: "现在多少钱", "股价", "涨跌幅", "成交量", "市值", "市盈率", "PE", "PB", "换手率", "行业", "現在多少", "股價", "成交量", "市值", "市盈率", "stock price", "current price", "quote", "market cap", "PE ratio", "valuation", "NVDA price", "AAPL quote", "茅台市值", "腾讯股价", "700.HK", "600519.SH".

How do I install it?

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