skills

mcp
Security Audit
Warn
Health Warn
  • License — License: MIT
  • No description — Repository has no description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 8 GitHub stars
Code Pass
  • Code scan — Scanned 11 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

README.md

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.

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.


Install

Pick whichever fits your workflow:

with 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 <cwd>/.claude/skills/ — which is fine for project-scoped skills but is a common surprise when you later run npx skills remove from a different directory.

with bun

bunx skills add longbridge/skills -g
bunx skills add longbridge/skills -g --skill longbridge-quote

inside Claude Code (plugin marketplace)

/plugin marketplace add longbridge/skills
/plugin install longbridge@longbridge-skills

📖 Full guide with prerequisites / verification / FAQ → docs/install.md


Update

npx

# Update all skills
npx skills update -g

# Update a single skill
npx skills update longbridge-quote -g

bun

bunx skills update -g
bunx skills update longbridge-quote -g

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 reference
Live market data longbridge-quote · longbridge-kline · longbridge-depth · longbridge-capital-flow · longbridge-market-temp · longbridge-derivatives · longbridge-security-list · longbridge-anomaly · longbridge-ah-premium · longbridge-constituent · longbridge-fx · longbridge-northbound-flow
Your account longbridge-positions · longbridge-orders · longbridge-watchlist · longbridge-watchlist-admin · longbridge-subscriptions · longbridge-statement · longbridge-alert · longbridge-dca · longbridge-profit-analysis · longbridge-ipo
Fundamentals & earnings longbridge-valuation · longbridge-fundamental · longbridge-peer-comparison · longbridge-financial-report · longbridge-financial-analysis · longbridge-financial-checkup · longbridge-consensus · longbridge-earnings-revision · longbridge-industry-valuation · longbridge-factor-screen · longbridge-operating · longbridge-valuation-rank · longbridge-analyst-estimates
Research & events longbridge-news · longbridge-calendar · longbridge-catalyst-radar · longbridge-earnings · longbridge-earnings-preview · longbridge-corporate · longbridge-flows · longbridge-corporate-events · longbridge-portfolio · longbridge-topic · longbridge-sharelist
Sector & market longbridge-sector-rotation · longbridge-sector-monitor · longbridge-market-microstructure
Technical analysis ⚠️ longbridge-candlestick · longbridge-technical · longbridge-ichimoku · longbridge-chanlun¹ · longbridge-elliott · longbridge-harmonic · longbridge-smc² · longbridge-elliott-wave
Options & derivatives longbridge-options-volatility · longbridge-options-pnl · longbridge-options-strategy · longbridge-options-advanced
Portfolio & risk longbridge-portfolio-diagnosis · longbridge-portfolio-rebalance · longbridge-asset-allocation · longbridge-risk-analysis · longbridge-tax-harvesting · longbridge-financial-planning · longbridge-risk-return
Value & screening longbridge-value-screen · longbridge-buffett-moat-analyzer · longbridge-buffett-moat-stock-screener · longbridge-graham-stock-analysis · longbridge-graham-screener · longbridge-ark-analysis · longbridge-dividend-screen · longbridge-smallcap-growth · longbridge-etf-analysis · longbridge-etf-flow
Deep research longbridge-stock-research · longbridge-coverage-initiation · longbridge-industry-overview · longbridge-morning-brief · longbridge-thesis-tracker · longbridge-investment-ideas · longbridge-competitive-analysis · longbridge-investment-proposal · longbridge-company-profile · longbridge-company-tearsheet
Quantitative strategies ⚠️ longbridge-volatility-strategy · longbridge-seasonality · longbridge-pairs-trading · longbridge-ml-strategy³ · longbridge-performance-attribution · longbridge-correlation · longbridge-multifactor · longbridge-factor-research · longbridge-quant
Frameworks & methodology ⚠️ longbridge-valuation-methodology · longbridge-dcf · longbridge-hedging · longbridge-behavioral-finance · longbridge-quant-stats⁴ · longbridge-regulatory-kb · longbridge-execution-model
Cross-market & data longbridge-adr-premium · longbridge-index-quote · longbridge-fx-carry · longbridge-sec-filings · longbridge-basicinfo · longbridge-ownership · longbridge-insresearch · longbridge-investors · longbridge-market-scanner · longbridge-sector-screener · longbridge-supply-chain · longbridge-tech-hype
Events & strategy longbridge-event-strategy · longbridge-event-opportunity · longbridge-strategy-optimizer · longbridge-post-investment · longbridge-finance-query · longbridge-business-query
Crypto / DeFi ⚠️ longbridge-defi-yield · longbridge-onchain — require Crypto account permission; DeFi protocol data via WebSearch

¹ longbridge-chanlun requires pip install czsc
² longbridge-smc requires pip install smartmoneyconcepts (falls back to manual implementation if unavailable)
³ longbridge-ml-strategy requires pip install scikit-learn (usually pre-installed)
longbridge-quant-stats requires pip install statsmodels scipy arch
longbridge-quant (Pine Script runner) is a beta feature — requires account activation by Longbridge support
longbridge-elliott-wave requires pip install pandas numpy (usually pre-installed); includes scripts/signal_engine.py for wave detection

Click any name above to see what it can do.


Prerequisites

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).


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

License: MIT.

Reviews (0)

No results found