skills

作者 longbridge已验证

AI skill: skills

8
Stars
6
Forks
Python
语言
2026/8/24
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/longbridge/skills

快速入门

使用 skills 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

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.

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.


Install

Pick whichever fits your workflow:

Fresh install (never installed Longbridge skills before)

# 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

Upgrading from v1.x (had the old 127-skill version)

⚠️ npx skills add and npx skills update will 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

npx

# Update all skills
npx skills update -g

# Update a single skill
npx skills update longbridge-market-data -g

bun

bunx skills update -g
bunx skills update longbridge-market-data -g

Full reinstall (use this after a release that renames or consolidates skills)

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.


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

GroupSkills
Foundationlongbridge — Longbridge CLI / Python SDK / Rust SDK / MCP integration
Market Datalongbridge-market-data — quotes, K-line, depth, capital flow, IPO, exchange rates
Technical Analysislongbridge-technical — Ichimoku, candlestick, SMC, Chan Theory, Elliott Wave, Turtle Trading
Derivativeslongbridge-derivatives — options chain, Greeks, IV, HK warrants
Fundamentalslongbridge-fundamentals — financial statements, valuation, company info, DCF
Researchlongbridge-research — analyst ratings, consensus, insider trades, investment frameworks
Portfoliolongbridge-portfolio — positions, P&L, orders, DCA, risk analysis, rebalancing
Quantlongbridge-quant — pairs trading, multi-factor, ML strategies, statistical methods
Watchlistlongbridge-watchlist — watchlist groups, price alerts, community lists
Contentlongbridge-content — news, filings, topics, SEC EDGAR analysis
Intellongbridge-intel — screener, rankings, anomalies, sector rotation, morning brief, ETF flow
Earningslongbridge-earnings — post-earnings analysis: summary card + full Markdown report
Value Investinglongbridge-value-investing — Graham NCAV/net-net + Buffett moat analysis

Click any name above to see what it can do.

Looking for something non-financial (quizzes, engagement/growth tools)? See longbridge/extras-skills.


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 analysis-tier features in fundamentals / research / portfolio / intel) — 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).


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

Codex plugin development

This repo is also a Codex plugin. The plugin root is the repository root:

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.

Maintainer rule: skill names are immutable

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:

  • Prefer adding/editing content under the existing slug rather than renaming it.
  • If a new slug is genuinely unavoidable, treat it as a breaking change: call it out in the release notes and tell users to run the full reinstall (above), which is the only way to clear the orphaned old slugs.

License: MIT.


Longbridge - Featured on AI Agents Directory

常见问题

What is skills?

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.

Is skills safe to use?

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.

How do I install skills?

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

What programming language is skills written in?

skills is primarily written in Python. It is open-source under longbridge on GitHub, so you can review or fork the full source.

Are there alternatives to skills?

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.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情