Back to Registry
View Author Profile
Official Verified
my_stock_longbridge_skill
长桥证券(Longbridge)OpenAPI 集成与交易管理技能
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/canonxu/my-stock-longbridge-skillOr
my_stock_longbridge_skill
Purpose
Longbridge OpenAPI integration for automated stock management.
Setup
- Configure credentials via
openclaw secrets configure. - Ensure
longbridgeis 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.LOandpriceis provided.
market: Real-time quotes.account: Asset & Position tracking.push: Real-time streaming handler.
Warning: Do not hardcode credentials.
Metadata
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.
Related Skills
my_stock_decide_execute_skill
当且仅当用户明确要求“交易决策并执行”或提到“my_stock_decide_execute_skill”时触发。这是一个严格流程控制的编排型交易执行技能,强制按照“决策 -> 交易挂单 -> 日志记录”三步顺序执行,且每步都要求显式输出结果并由用户确认或自动串联。
canonxu 4072
My Stock Analysis Skill
Skill by canonxu
canonxu 4072
my_stock_decide_skill
当且仅当用户提供持仓列表(图片或文字),并明确要求“交易决策”时触发。根据宏观形势分数动态调控T1/T2/T3的仓位比例(总上限90%),为当前持仓及观察仓标的输出明确操作方向、情绪、价格和详尽操作原因。
canonxu 4072
My Skill Clawhub Skill
Skill by canonxu
canonxu 4072
my_stock_report_mgnt_skill
当且仅当用户明确提到“分析报告多维表”或“my_stock_report_mgnt_skill”时触发。专门用于美股分析报告结论在钉钉多维表(dingtalk-ai-table)中的结构化归档(新增)与检索(查询)。
canonxu 4072