Agent skill · Data & Analytics

longbridge-operating

Quarterly and annual operating data for listed companies via Longbridge Securities — revenue, net income, EPS, ROE, gross margin, and other KPIs broken down by reporting period. Complements longbridge-fundamental with period-by-period trend detail. Note: currently returns data for HK-listed stocks only; US and A-share symbols return empty results. Triggers: "经营数据", "运营指标", "分季度财务", "经营情况", "季度营收", "季度利润", "财务趋势", "经營數據", "運營指標", "分季度財務", "季度營收", "季度利潤", "operating data", "quarterly financials", "operating indicators", "quarterly revenue", "quarterly profit", "financial trend by period", "700.H

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill longbridge-operating --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-operating/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-operating Period-by-period operating and financial KPI breakdown for listed companies — quarterly or annual, sourced from Longbridge Securities. > **Response language**: match the user's input language — Simplified Chinese / Traditional Chinese / English. ## When to use - *"700.HK 分季度财务"*, *"腾讯季度营收趋势"*, *"Tencent quarterly revenue"* - *"看一下 2388.HK 各季度利润"*, *"700.HK annual operating data"* - *"港股季报数据"*, *"HK stock quarterly financials"* - **Not suitable**: US-listed (TSLA.US, NVDA.US) or A-share stocks — the `operating` endpoint returns empty for those markets; redirect to `longbridge-fundamental` instead. ## Workflow 1. Resolve symbol to `<CODE>.<MARKET>`. 2. Confirm it is an HK-listed stock (`.HK`). If not, warn the user that operating data is currently HK-only and suggest `longbridge-fundamental` for non-HK symbols. 3. Determine report filter from context: all periods (default), annual (`af`), or specific quarters (`q1`, `q2`, `q3`, `q4`, comma-separated). 4. Call `longbridge operating` with `--format json`. Run `--help` first if unsure about flags. 5. Present results as a period table sorted newest-first; highlight YoY and QoQ changes where computable. ## CLI Run `

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
All reporting periods (default)
longbridge operating 700.HK --format json
Annual reports only
longbridge operating 700.HK --report af --format json
Specific quarters
longbridge operating 700.HK --report q1,q3 --format json
Check available flags
longbridge operating --help
More from claude-skill-registry
All skills →
About this skill
What does the longbridge-operating skill do?

Quarterly and annual operating data for listed companies via Longbridge Securities — revenue, net income, EPS, ROE, gross margin, and other KPIs broken down by reporting period. Complements longbridge-fundamental with period-by-period trend detail. Note: currently returns data for HK-listed stocks only; US and A-share symbols return empty results. Triggers: "经营数据", "运营指标", "分季度财务", "经营情况", "季度营收", "季度利润", "财务趋势", "经營數據", "運營指標", "分季度財務", "季度營收", "季度利潤", "operating data", "quarterly financials", "operating indicators", "quarterly revenue", "quarterly profit", "financial trend by period", "700.H

How do I install it?

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