Agent skill · Data & Analytics

longbridge-ownership

Share structure and shareholder query — total shares, circulating shares, restricted shares, top-10 shareholders (circulating and total), major institutional holders, controlling shareholder / beneficial owner relationships. Shareholder count and pledge data are not available via Longbridge; check filings for those. Triggers: "股本结构", "前十大股东", "流通股东", "实控人", "股权结构", "主要持股人", "大股东", "股东查询", "股本結構", "前十大股東", "流通股東", "實控人", "股權結構", "主要持股人", "大股東", "shareholder structure", "major shareholders", "top 10 shareholders", "controlling shareholder", "share structure", "institutional holders", "beneficial

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill longbridge-ownership --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-ownership/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-ownership Share structure and shareholder query for Longbridge-covered securities — total/circulating/restricted shares, top-10 shareholders, major institutional holders, and controlling shareholder/beneficial owner relationships. > **Response language**: match the user's input language — Simplified Chinese / Traditional Chinese / English. ## When to use Trigger when the user asks about: - Share structure (total, circulating, restricted/locked-up) — *"腾讯总股本是多少"*, *"AAPL 流通股"* - Top-10 shareholders — *"苹果前十大股东"*, *"700.HK 大股东是谁"* - Controlling shareholder / actual controller — *"实控人是谁"*, *"谁控制这家公司"* - Institutional holder relationships — *"持有茅台的机构"*, *"AAPL 主要机构持股"* - Equity investment relationships — *"母公司/子公司持股"* For insider trade history (SEC Form 4), defer to `longbridge-flows`. For full executive / board profiles, defer to `longbridge-corporate`. For 13F institutional portfolios, defer to `longbridge-flows`. ## Workflow 1. Normalise the symbol to `<CODE>.<MARKET>`. 2. Run `longbridge static` to get total shares, circulating shares, and free float from static reference data. 3. Run `longbridge shareholder` for the top-10 shareholders list (circulating and total). 4.

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
Share structure (total shares, circulating shares)
longbridge static <SYMBOL> --format json
Top-10 shareholders
longbridge shareholder <SYMBOL> --format json
Equity investment relationships (parent / subsidiary / associate)
longbridge invest-relation <SYMBOL> --format json
More from claude-skill-registry
All skills →
About this skill
What does the longbridge-ownership skill do?

Share structure and shareholder query — total shares, circulating shares, restricted shares, top-10 shareholders (circulating and total), major institutional holders, controlling shareholder / beneficial owner relationships. Shareholder count and pledge data are not available via Longbridge; check filings for those. Triggers: "股本结构", "前十大股东", "流通股东", "实控人", "股权结构", "主要持股人", "大股东", "股东查询", "股本結構", "前十大股東", "流通股東", "實控人", "股權結構", "主要持股人", "大股東", "shareholder structure", "major shareholders", "top 10 shareholders", "controlling shareholder", "share structure", "institutional holders", "beneficial

How do I install it?

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