Skip to content
Skillv1.0.0

longbridge

125+ agent skills for Longbridge Securities — real-time quotes, charts, fundamentals, portfolio analysis, options, and more for HK/US/A-share/SG markets. Trilingual: Simplified Chinese, Traditional Ch

by sickn33(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from sickn33/agentic-awesome-skills (skills/longbridge/SKILL.md). Install upstream with npx skills add sickn33/agentic-awesome-skills --skill longbridge. Copyright stays with the author (MIT).

Longbridge

Overview

Longbridge is the official skill collection for Longbridge Securities, covering 125+ agent skills across real-time market data, chart analysis, company fundamentals, portfolio management, options, sector screening, and more. Supports HK, US, A-share (SH/SZ), and SG markets. All skills are trilingual (Simplified Chinese / Traditional Chinese / English).

Source repository: github.com/longbridge/skills (~840 stars, MIT)

When to Use This Skill

  • Use when the user asks about stock prices, charts, or market data for HK/US/A-share/SG markets
  • Use when the user wants company fundamentals, earnings, or analyst ratings
  • Use when the user asks about their portfolio, positions, or account P&L via Longbridge
  • Use when the user wants options analysis, sector rankings, capital flow, or news
  • Use when the user asks in Chinese (Simplified or Traditional) or English about any securities topic

How It Works

Step 1: Discover the Right Subcommand

longbridge --help

List all available subcommands. Never hard-code subcommand names — the CLI evolves.

Step 2: Check Subcommand Options

longbridge <subcommand> --help

Confirm flags and output format before calling.

Step 3: Call with JSON Output

longbridge <subcommand> --format json

Parse the structured output and render in the user's language (detect from input).

Authentication

longbridge auth login          # Basic market data (read-only)
longbridge auth login --trade  # Portfolio and account features

Install

# Claude Code plugin marketplace
/plugin marketplace add longbridge/skills

# Or via npx
npx skills add https://github.com/longbridge/skills

MCP Fallback

If the longbridge CLI binary is not installed, fall back to MCP tools. Inspect available MCP tools at runtime — do not hard-code MCP tool names as they change with server versions.

Limitations

  • Portfolio and account features require login with Trade scope.
  • Real-time data is subject to Longbridge data subscription (delayed data available without subscription).
  • Crypto symbols use .HAS suffix on the Longbridge platform.
  • This skill does not place orders — read-only by default unless using the account write scope.

Security & Safety Notes

  • All market data queries are read-only (no side effects).
  • Watchlist mutations and order-related features follow a preview + confirm two-step protocol.
  • Credentials are handled by the Longbridge auth system; this skill does not store or transmit tokens.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/sickn33-agentic-awesome-skills-longbridge/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

sickn33-agentic-awesome-skills-longbridge.ocm.jsonjson
{
  "ocm": "1",
  "id": "sickn33-agentic-awesome-skills-longbridge",
  "kind": "skill",
  "name": "longbridge",
  "description": "125+ agent skills for Longbridge Securities — real-time quotes, charts, fundamentals, portfolio analysis, options, and more for HK/US/A-share/SG markets. Trilingual: Simplified Chinese, Traditional Chinese, English.",
  "publisher": "sickn33",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "finance",
      "math"
    ],
    "tags": [
      "skill-md",
      "finance",
      "stocks",
      "trading",
      "portfolio",
      "market-data",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "125+ agent skills for Longbridge Securities — real-time quotes, charts, fundamentals, portfolio analysis, options, and more for HK/US/A-share/SG markets. Trilingual: Simplified Chinese, Traditional Chinese, English."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/sickn33/agentic-awesome-skills",
      "path": "skills/longbridge/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/sickn33/agentic-awesome-skills/blob/HEAD/skills/longbridge/SKILL.md",
      "key": "sickn33/agentic-awesome-skills/skills/longbridge/SKILL.md"
    },
    "license": "MIT"
  },
  "instructions": "# Longbridge\n\n## Overview\n\nLongbridge is the official skill collection for Longbridge Securities, covering 125+ agent skills across real-time market data, chart analysis, company fundamentals, portfolio management, options, sector screening, and more. Supports HK, US, A-share (SH/SZ), and SG markets. All skills are trilingual (Simplified Chinese / Traditional Chinese / English).\n\nSource repository: [github.com/longbridge/skills](https://github.com/longbridge/skills) (~840 stars, MIT)\n\n## When to Use This Skill\n\n- Use when the user asks about stock prices, charts, or market data for HK/US/A-sha",
  "cost": {
    "context_tokens": 650
  }
}

Fetch it by URL: GET /api/v1/registry/sickn33-agentic-awesome-skills-longbridge/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.