FAQ
longbridge-skills is a Claude Code plugin with 13 hand-picked skills for data work, indexed on Flowy. Install it with the command on its page. It includes longbridge-content, longbridge-derivatives, longbridge-earnings. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
> /plugin marketplace add longbridge/skills> /plugin install longbridge@longbridge-skills
Repo: 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.
Pick whichever fits your workflow:
# npx — global install
npx skills add longbridge/skills -g
# bun
bunx skills add longbridge/skills -g
# Codex plugin marketplace
codex plugin marketplace add longbridge/skills
codex plugin add longbridge@longbridge-skills
# Claude Code plugin marketplace
/plugin marketplace add longbridge/skills
/plugin install longbridge@longbridge-skills
⚠️
npx skills addandnpx skills updatewill not remove the 127 old skills — they only add/refresh. Old skills will linger and compete with new triggers. Use the reinstall script instead:
# One-liner — wipes old longbridge-* skills, installs the new 13
curl -fsSL https://raw.githubusercontent.com/longbridge/skills/main/scripts/update.sh | bash
See Full reinstall below for details and dry-run option.
📖 Full guide with prerequisites / verification / FAQ → docs/install.md
# Update all skills
npx skills update -g
# Update a single skill
npx skills update longbridge-market-data -g
bunx skills update -g
bunx skills update longbridge-market-data -g
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):
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.
Once installed, talk to your AI assistant naturally. Examples:
The right skill is picked automatically based on your question, in the language you used.
| 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 | — news, filings, topics, SEC EDGAR analysis |
Click any name above to see what it can do.
Looking for something non-financial (quizzes, engagement/growth tools)? See longbridge/extras-skills.
You need one or both of these set up:
longbridge auth login.claude mcp add --transport http longbridge https://mcp.longbridge.com.Both authenticate with your Longbridge account. Pick "trade" permission during login if you want account-level skills (positions, orders, P&L).
This repo is also a Codex plugin. The plugin root is the repository root:
.codex-plugin/plugin.json declares the plugin and points Codex at ./skills/..agents/plugins/marketplace.json exposes the repo-local marketplace as longbridge-skills.For local testing from a checkout:
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.
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:
License: MIT.
.agents/
plugins/
marketplace.json
.claude-plugin/
marketplace.json
.codex-plugin/
plugin.json
.github/
workflows/
notify-skill-updated.yml
update-skills-json.yml
.gitignore
.mcp.json
assets/
logo.png
CLAUDE.md
docs/
architecture.md
install.md
index.json
LICENSE
openclaw.plugin.json
README.md
scripts/
build-skills-json.ts
update.sh
skills/
longbridge/
longbridge-content/
references/
filing.md
news.md
regulatory-kb.md
sec-filings.md
topic.md
SKILL.md
longbridge-derivatives/
references/
option.md
options-advanced.md
options-pnl.md
options-strategy.md
options-volatility.md
warrant.md
SKILL.md
longbridge-earnings/
commands/
earnings.md
references/
full-report.md
pre-earnings.md
valuation-methodologies.md
scripts/
collect.py
SKILL.md
longbridge-fundamentals/
references/
behavioral-finance.md
business-segments.md
company.md
compare.md
corp-action.md
corporate-events.md
corporate.md
dcf.md
dividend.md
executive.md
financial-report.md
financial-statement.md
industry-valuation.md
invest-relation.md
main-business-analysis.md
operating.md
smallcap-growth.md
valuation-methodology.md
valuation-rank.md
valuation.md
value-screen.md
SKILL.md
longbridge-intel/
references/
anomaly.md
ark-analysis.md
catalyst-radar.md
constituent.md
etf-analysis.md
etf-flow.md
event-opportunity.md
event-strategy.md
industry-overview.md
market-microstructure.md
morning-brief.md
rank.md
screener.md
sector-monitor.md
sector-rotation.md
supply-chain.md
top-movers.md
SKILL.md
longbridge-market-data/
references/
adr-premium.md
ah-premium.md
capital.md
depth.md
exchange-rate.md
fx-carry.md
intraday.md
ipo.md
kline.md
market-status.md
market-temp.md
participants.md
quote.md
security-list.md
subscriptions.md
trade-stats.md
trades.md
trading.md
SKILL.md
longbridge-portfolio/
references/
asset-allocation.md
assets.md
bank-cards.md
cash-flow.md
dca.md
fund-positions.md
margin-ratio.md
max-qty.md
order.md
performance-attribution.md
portfolio-diagnosis.md
portfolio-rebalance.md
portfolio.md
positions.md
profit-analysis.md
risk-analysis.md
risk-return.md
statement.md
tax-harvesting.md
SKILL.md
longbridge-quant/
references/
correlation.md
execution-model.md
factor-research.md
factor-screen.md
hedging.md
ml-strategy.md
multifactor.md
pairs-trading.md
quant-cli.md
quant-stats.md
seasonality.md
strategy-optimizer.md
volatility-strategy.md
SKILL.md
longbridge-research/
references/
company-profile.md
company-tearsheet.md
competitive-analysis.md
consensus.md
coverage-initiation.md
defi-yield.md
finance-calendar.md
financial-planning.md
forecast-eps.md
fund-holder.md
hkipo-analysis.md
industry-peers.md
industry-rank.md
insider-trades.md
institution-rating.md
investment-ideas.md
investment-proposal.md
investors.md
onchain.md
post-investment.md
shareholder.md
short-positions.md
short-trades.md
stock-research.md
thesis-tracker.md
SKILL.md
longbridge-technical/
references/
candlestick.md
chanlun.md
elliott-wave.md
elliott.md
harmonic.md
ichimoku.md
smc.md
technical.md
turtle-signal.md
SKILL.md
longbridge-value-investing/
references/
buffett-moat-analyzer.md
buffett-moat-stock-screener.md
graham-screener.md
graham-stock-analysis.md
SKILL.md
longbridge-watchlist/
references/
alert.md
sharelist.md
watchlist.md
SKILL.md
references/
cli/
overview.md
go-sdk/
content.md
overview.md
quote-context.md
trade-context.md
types.md
llm.md
mcp.md
python-sdk/
content-context.md
overview.md
quote-context.md
trade-context.md
types.md
rust-sdk/
content.md
overview.md
quote-context.md
trade-context.md
types.md
setup.md
SKILL.md
well-known-skills-index.json© 2026 Flowy · Free and open source
Built for Claude Code · Not affiliated with Anthropic
longbridge-content| 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 |