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 Chinese, English.

Published by @sickn33 and contributors·from sickn33/antigravity-awesome-skills·0 agent reads / 30d·0 saves·

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.

Bundled with this artifact

2 files

Reference files that ship alongside this artifact. Agents pull these in only when the task needs them.

More on the bench

SKILL0

Xlsx

Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like "the xlsx in my downloads") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.

software-engineering+2
0
SKILL0

Fsi Strip Profile

Creates professional investment banking strip profiles (company profiles) for pitch books, deal materials, and client presentations. Generates 1-4 information-dense slides with quadrant layouts, charts, and tables.

finance+1
0
SKILL0

Earnings Preview Single

Generate a concise 4-5 page equity research earnings preview for a single company. Analyzes the most recent earnings transcript, competitor landscape, valuation, and recent news to produce a professional HTML report.

finance+1
0