Labsco
longbridge logo

Longbridge

โ˜… 34

from longbridge

13 consolidated agent skills for Longbridge Securities โ€” market data, fundamentals, portfolio, quant for HK/US/A-share/SGhttps://github.com/longbridge/skills

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeNeeds API keys

Longbridge Skills

Make your AI assistant fluent in Longbridge โ€” ask about stock prices, your portfolio, news, and valuations in plain English, ไธญๆ–‡, or ็น้ซ”, and get answers backed by real Longbridge data.

13 skills covering market data, technical analysis, derivatives, fundamentals, research, portfolio & account, quantitative strategies, watchlist, content, market intelligence, earnings, and value investing across HK / US / A-share / Singapore markets.

Update

npx

Copy & paste โ€” that's it
# Update all skills
npx skills update -g

# Update a single skill
npx skills update longbridge-market-data -g

bun

Copy & paste โ€” that's it
bunx skills update -g
bunx skills update longbridge-market-data -g

Full reinstall (use this after a release that renames or consolidates skills)

npx skills update only refreshes skills whose name is unchanged. It does not remove skills that were renamed/removed, and does not add brand-new names โ€” so after a consolidation release you can be left with stale orphan skills plus missing new ones, and their triggers fight each other. To wipe everything Longbridge-related and reinstall the current set cleanly:

One-liner (no clone needed, requires git):

Copy & paste โ€” that's it
curl -fsSL https://raw.githubusercontent.com/longbridge/skills/main/scripts/update.sh | bash

# preview without changing anything:
curl -fsSL https://raw.githubusercontent.com/longbridge/skills/main/scripts/update.sh | bash -s -- --dry-run

It pulls the latest skills and wipes every old longbridge / longbridge-* entry (directories and dangling symlinks) from each detected agent directory โ€” ~/.claude, ~/.agents, ~/.gemini, ~/.opencode โ€” before installing the current set fresh.

Restart any open agent session afterwards so it re-scans the skills directory.

What you can ask

Once installed, talk to your AI assistant naturally. Examples:

  • "NVDA ็Žฐๅœจๅคšๅฐ‘้’ฑ" / "What's NVDA's price?" / "700.HK ๅ ฑๅƒน"

  • "ๆˆ‘็š„ๆŒไป“่กจ็Žฐๅฆ‚ไฝ•" / "How is my portfolio doing this month?"

  • "่ดตๅทž่Œ…ๅฐไผฐๅ€ผ่ดตไธ่ดต" / "Is GOOG expensive vs history?"

  • "NVDA AMD ๅ“ชไธชๅขž้€Ÿๅฟซ" / "Compare AAPL vs MSFT vs GOOG"

  • "ไปŠๅคฉๆœ‰ไป€ไนˆ่ฆๅ…ณๆณจ็š„" / "Give me my morning briefing"

  • "็‰นๆ–ฏๆ‹‰ๆœ€่ฟ‘ๆ€Žไนˆไบ†" / "Recent news on TSLA"

The right skill is picked automatically based on your question, in the language you used.

What's inside

Group Skills Foundation longbridge โ€” Longbridge CLI / Python SDK / Rust SDK / MCP integration Market Data longbridge-market-data โ€” quotes, K-line, depth, capital flow, IPO, exchange rates Technical Analysis longbridge-technical โ€” Ichimoku, candlestick, SMC, Chan Theory, Elliott Wave, Turtle Trading Derivatives longbridge-derivatives โ€” options chain, Greeks, IV, HK warrants Fundamentals longbridge-fundamentals โ€” financial statements, valuation, company info, DCF Research longbridge-research โ€” analyst ratings, consensus, insider trades, investment frameworks Portfolio longbridge-portfolio โ€” positions, P&L, orders, DCA, risk analysis, rebalancing Quant longbridge-quant โ€” pairs trading, multi-factor, ML strategies, statistical methods Watchlist longbridge-watchlist โ€” watchlist groups, price alerts, community lists Content longbridge-content โ€” news, filings, topics, SEC EDGAR analysis Intel longbridge-intel โ€” screener, rankings, anomalies, sector rotation, morning brief, ETF flow Earnings longbridge-earnings โ€” post-earnings analysis: summary card + full Markdown report Value Investing longbridge-value-investing โ€” Graham NCAV/net-net + Buffett moat analysis

Click any name above to see what it can do.

Notes

  • No investment advice. Skills surface data, never recommend buy/sell.

  • Your data stays yours. Account values are private and only shown to you.

  • Languages: ask in ็ฎ€ไฝ“ไธญๆ–‡ / ็น้ซ”ไธญๆ–‡ / English โ€” answers come back in the same language.

For developers

  • CLAUDE.md โ€” repo-level instructions for Claude Code when developing inside this repo

  • docs/architecture.md โ€” how the multilingual triggers + CLI/MCP routing work under the hood

  • docs/install.md โ€” every install path, verification, troubleshooting

Codex plugin development

This repo is also a Codex plugin. The plugin root is the repository root:

For local testing from a checkout:

Copy & paste โ€” that's it
codex plugin marketplace add .
codex plugin add longbridge@longbridge-skills

Restart Codex or open a new thread after reinstalling so the updated skills are reloaded.

Maintainer rule: skill names are immutable

Once a skill is published, its name / directory slug must never change. Installers match skills by slug, so renaming one does not upgrade the old install โ€” it orphans it: the old skill lingers on every user's machine (stale, and competing for the same triggers) while the new name is never picked up by npx skills update at all.

When a skill needs reorganizing:

  • Prefer adding/editing content under the existing slug rather than renaming it.

  • If a new slug is genuinely unavoidable, treat it as a breaking change: call it out in the release notes and tell users to run the full reinstall (above), which is the only way to clear the orphaned old slugs.

License: MIT.