by longbridge
# Add to your Claude Code skills
git clone https://github.com/longbridge/skillsLast scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T17:05:33.755Z",
"npmAuditRan": true,
"pipAuditRan": true
}skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by longbridge. It has 8 GitHub stars.
Yes. skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/longbridge/skills" and add it to your Claude Code skills directory (see the Installation section above).
skills is primarily written in Python. It is open-source under longbridge on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh skills against similar tools.
No comments yet. Be the first to share your thoughts!
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<cwd>/.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.