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.
127 skills covering market data, fundamentals, valuation, options, technical analysis, quantitative strategies, portfolio risk, research, cross-market analysis, community, IPO, and automation across HK / US / A-share / Singapore markets.
Pick whichever fits your workflow:
# Install everything globally (~/.claude/skills/)
npx skills add longbridge/skills -g
# Or just one skill, globally
npx skills add longbridge/skills -g --skill longbridge-quoteUse
-g(global) so the skills land in~/.claude/skills/and are reachable from any project. Without-g, the installer treats the current directory as a project and installs into<cwd>/.claude/skills/— which is fine for project-scoped skills but is a common surprise when you later runnpx skills removefrom a different directory.
bunx skills add longbridge/skills -g
bunx skills add longbridge/skills -g --skill longbridge-quote/plugin marketplace add longbridge/skills
/plugin install longbridge@longbridge-skills
📖 Full guide with prerequisites / verification / FAQ → docs/install.md
# Update all skills
npx skills update -g
# Update a single skill
npx skills update longbridge-quote -gbunx skills update -g
bunx skills update longbridge-quote -gOnce 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.
¹
longbridge-chanlunrequirespip install czsc²longbridge-smcrequirespip install smartmoneyconcepts(falls back to manual implementation if unavailable) ³longbridge-ml-strategyrequirespip install scikit-learn(usually pre-installed) ⁴longbridge-quant-statsrequirespip install statsmodels scipy arch⁵longbridge-quant(Pine Script runner) is a beta feature — requires account activation by Longbridge support ⁶longbridge-elliott-waverequirespip install pandas numpy(usually pre-installed); includesscripts/signal_engine.pyfor wave detection
Click any name above to see what it can do.
You need one or both of these set up:
- Longbridge CLI (for live quotes, your holdings, watchlist) — install longbridge-terminal, then run
longbridge auth login. - Longbridge MCP (for valuation / news / fundamentals / portfolio analysis) —
claude mcp add --transport http longbridge https://openapi.longbridge.com/mcp.
Both authenticate with your Longbridge account. Pick "trade" permission during login if you want account-level skills (positions, orders, P&L).
- 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.
- 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
License: MIT.