ibkr-readonly
Installation
SKILL.md
IBKR 只读查询技能
⚠️ 安全模式:此技能只能查询数据,无法执行任何交易操作。
架构
通过 IB Gateway (桌面版) + ib_insync (socket API) 直连,替代了之前不稳定的 Client Portal Gateway HTTP 方案。
| 组件 | 说明 |
|---|---|
| IB Gateway | IBKR 官方桌面应用,常驻后台,支持 Auto Restart |
| ib_insync | Python socket API 客户端,内置断线重连 |
| keepalive.py | 健康检查脚本,断线时发 Telegram 通知 |