📦 Backtest Poller — 回测监控

v1.0.0

后台守护进程,自适应轮询 QuantConnect 回测任务,实时跟踪权益曲线,提前止损最大回撤,自动下载结果并诊断异常,让量化策略迭代无人值守。

0· 165·0 当前·0 累计
下载技能包
最后更新
2026/4/21
0
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill appears to do what it says: it will run a local Python daemon that polls QuantConnect, may permanently delete backtests (early-stop), and will store state and downloaded results under state.json, poller.log, and results/. Before installing: 1) Only provide QC_USER_ID, QC_API_TOKEN, and QC_PROJECT_ID if you trust the code—these are live API credentials and the token can be used to delete backtests. 2) Consider creating or using a token with the minimum needed privileges, or test in a t...
详细分析 ▾
用途与能力
Name/description (monitor QuantConnect backtests) matches required env vars (QC_USER_ID, QC_API_TOKEN, QC_PROJECT_ID), required binary (python3), and the code which calls QuantConnect endpoints (read, delete, read orders). The ability to delete backtests and download results is coherent with the stated early-stop and auto-download features.
指令范围
SKILL.md and the CLI/poller code stay within the declared scope: they read/write state.json, poll QC API, optionally delete backtests, download results into results/, run a local diagnosis call, and emit macOS notifications. There are no instructions to read unrelated system files or to send data to third-party endpoints beyond quantconnect.com.
安装机制
No automated install spec is provided (skill is instruction/file-based). Source includes Python scripts and requirements.txt (requests, python-dotenv) which the user must install manually. This is not inherently risky, but users should note dependencies must be installed in their environment before use.
凭证需求
Only QuantConnect credentials and optional path env vars (STATE_FILE, LOG_FILE, RESULTS_DIR) are required. The primary credential is QC_API_TOKEN which is appropriate for an API client. The requested env vars are proportional to the functionality; no unrelated secrets are requested.
持久化与权限
The skill does not request always:true or other elevated platform privileges. It runs as a local background process (nohup) and persists state to state.json and results/ under the working directory or locations set via env vars. This behaviour matches the described daemon nature.
安全有层次,运行前请审查代码。

运行时依赖

🖥️ OSmacOS · Linux

版本

latestv1.0.02026/3/17

NULL

可疑

安装命令

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