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. 125 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
Add this skill
npx mdskills install longbridge/longbridge-adr-premiumComprehensive cross-market ADR pricing analysis with clear workflow, multilingual support, and detailed error handling
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.
125 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:
npx (one line, no setup)# Install everything globally (~/.claude/skills/)
npx skills add longbridge/skills -g
# Or just one skill, globally
npx skills add longbridge/skills -g --skill longbridge-quote
Use
-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/.claude/skills/— which is fine for project-scoped skills but is a common surprise when you later runnpx skills removefrom a different directory.
bunbunx 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 -g
bunx skills update -g
bunx skills update longbridge-quote -g
Once installed, talk to your AI assistant naturally. Examples:
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 auth login.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).
License: MIT.
Install via CLI
npx mdskills install longbridge/longbridge-adr-premiumlongbridge skills is a free, open-source AI agent skill. 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. 125 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
Install longbridge skills with a single command:
npx mdskills install longbridge/longbridge-adr-premiumThis downloads the skill files into your project and your AI agent picks them up automatically.
longbridge skills works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.