HomeBrowseUpload
← Back to registry
// Skill profile

my_stock_longbridge_skill

name: my_stock_longbridge_skill

by canonxu · published 2026-04-01

API集成自动化任务
Total installs
0
Stars
★ 0
Last updated
2026-04
// Install command
$ claw add gh:canonxu/canonxu-my-stock-longbridge-skill
View on GitHub
// Full documentation

---

name: my_stock_longbridge_skill

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

version: 1.0.1

author: 老大

---

# 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._

    // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band