Agent skill

longbridge-orders

Read-only account orders, executions, and cash flow — today's or historical orders (filterable by symbol / date), single-order detail with status history, today/historical fills, and cash flow (deposits, withdrawals, dividends, settlements). Requires longbridge login. Read-only — no order placement here. Triggers: "今天我下了哪些单", "我的订单", "历史成交", "上个月成交", "出入金", "分红记录", "资金流水", "結算記錄", "我的訂單", "歷史成交", "上個月", "出入金記錄", "分紅", "資金流水", "today's orders", "order history", "executions", "fills", "cash flow", "deposits and withdrawals", "dividend record", "settlement".

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill longbridge-orders --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Version: 1.0.0
Declared author: longbridge
Path: skills/analysis/longbridge-orders/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# longbridge-orders Read-only orders / executions / cash flow. The `order` parent command also has buy / sell / cancel / replace sub-subcommands — **this skill does not place trades**; those belong to a future trading skill that is designed but intentionally not shipped in this release. > **Response language**: match the user's input language — Simplified Chinese / Traditional Chinese / English. > > **Privacy**: orders, fills, and cash-flow data are private account state. Only return details in direct conversation. ## Subcommands > `order` is a parent command with several sub-subcommands. Run `longbridge order --help` to see the full list and current flags. | CLI command | Returns | |---|---| | `longbridge order --format json` | Today's orders (default mode). | | `longbridge order --history --start --end [--symbol] --format json` | Historical orders, filtered. | | `longbridge order detail <ORDER_ID> --format json` | Full single-order detail (status history, fees). | | `longbridge order executions --format json` | Today's fills (default). | | `longbridge order executions --history --start --end [--symbol] --format json` | Historical fills. | | `longbridge cash-flow [--start --end] -

What's inside
Steps it walks through
  1. Subcommands
  2. Time-window inference
  3. When to use
  4. CLI
  5. Output
  6. OAuth scope
  7. Error handling
  8. MCP fallback
  9. Related skills
  10. File layout
Ships with 1 file
  • metadata.json
Commands it runs
longbridge order                                                                       --format json
longbridge order --history --start 2025-01-01 --end 2025-04-01 --symbol TSLA.US        --format json
longbridge order detail 20240101-123456789                                             --format json
longbridge order executions                                                            --format json
longbridge order executions --history --start 2025-01-01 --end 2025-04-01              --format json
longbridge cash-flow --start 2025-04-01 --end 2025-04-30                               --format json
More from claude-skill-registry
All skills →
About this skill
What does the longbridge-orders skill do?

Read-only account orders, executions, and cash flow — today's or historical orders (filterable by symbol / date), single-order detail with status history, today/historical fills, and cash flow (deposits, withdrawals, dividends, settlements). Requires longbridge login. Read-only — no order placement here. Triggers: "今天我下了哪些单", "我的订单", "历史成交", "上个月成交", "出入金", "分红记录", "资金流水", "結算記錄", "我的訂單", "歷史成交", "上個月", "出入金記錄", "分紅", "資金流水", "today's orders", "order history", "executions", "fills", "cash flow", "deposits and withdrawals", "dividend record", "settlement".

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill longbridge-orders --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going