ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

my_stock_longbridge_skill

长桥证券(Longbridge)OpenAPI 集成与交易管理技能

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/canonxu/my-stock-longbridge-skill
Or

my_stock_longbridge_skill

Purpose

Longbridge OpenAPI integration for automated stock management.

Setup

  1. Configure credentials via openclaw secrets configure.
  2. Ensure longbridge is installed (pip install -r requirements.txt).

Functions

  • trade: Execute, Modify, Cancel orders.
    • Supports Market Orders (MO) by default.
    • Supports Limit Orders (LO) when order_type=OrderType.LO and price is provided.
  • market: Real-time quotes.
  • account: Asset & Position tracking.
  • push: Real-time streaming handler.

Warning: Do not hardcode credentials.

Metadata

Author@canonxu
Stars4072
Views0
Updated2026-04-13
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-canonxu-my-stock-longbridge-skill": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.