📦 IBKR Autonomous Trader — 自主纸面交易

v1.0.0

连接 Interactive Brokers 的完全自主纸面交易研究智能体,可执行下单、管理仓位、实时行情订阅与策略回测,零风险验证投资思路。

0· 78·0 当前·0 累计
player-1011 头像by @player-1011 (Player-1011)
下载技能包
最后更新
2026/4/9
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This package appears coherent for paper trading with IBKR, but review and take these precautions before use: 1) Run only in paper mode initially — the code can perform live trades if you flip the live flag; confirm live trading requires an explicit 'CONFIRM' prompt but test with no live enabled. 2) Install required Python packages (note: feedparser is used by news_engine but not listed in SKILL.md's pip list). 3) Inspect and control the self-improvement flow: it writes to memory/strategies.json ...
详细分析 ▾
用途与能力
Name/description match the code and files: strategy, execution, risk, news, decision, and performance modules all align with an Interactive Brokers paper-trading agent. No unrelated cloud credentials or unrelated binaries are requested.
指令范围
SKILL.md and scripts stay within trading scope (connect to local TWS/IB Gateway, fetch market data, generate signals, place orders, fetch Google News RSS). Two concerns: (1) SKILL.md instructs the agent to 'Always use this skill for trading-related tasks' which is an overly broad trigger instruction and increases invocation frequency; (2) the skill includes an automatic 'self-improvement' loop that updates strategy parameters/weights (writes to memory/strategies.json), which can change runtime behavior over time and should be reviewed/controlled.
安装机制
No install spec that downloads remote archives; skill is delivered as source files and expects Python packages to be installed (pip). No evidence of downloads from untrusted URLs or extract/install steps.
凭证需求
The skill requests no environment variables or external API keys — it connects to a locally-running TWS/IB Gateway (127.0.0.1:7497 for paper), which is appropriate. Note: news fetching uses network access to Google News RSS (expected). Also: SKILL.md / code show minor naming mismatches (SKILL.md refers to 'ENABLE_LIVE_TRADING' while config uses 'enable_live_trading'), and feedparser is used by news_engine but not listed in the SKILL.md 'pip' compatibility line, so an extra dependency must be installed.
持久化与权限
always:false (good). The skill writes logs and persistent JSON files under its directory (memory/*.json, logs/*) and updates strategies.json as part of learning — expected for a trading agent but worth noting because it persistently modifies local state and can autonomously tune weights over time. It does not appear to modify other skills or system-wide agent configs.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/8

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install ibkr-auto-trade
镜像加速npx clawhub@latest install ibkr-auto-trade --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库