← 返回 Skills 市场
Qc Deep Feature Forensics
作者
tltby12341
· GitHub ↗
· v1.0.0
· MIT-0
152
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install qc-deep-feature-forensics
功能描述
12-dimensional technical feature attribution engine — compares winner vs loser trade entry conditions using RSI, Bollinger, MACD, volume surge, gap, and more...
安全使用建议
This skill appears coherent and implements what it claims, but before running: (1) install dependencies inside a virtualenv/container to limit pip risk; (2) review the orders CSV you supply (it will be read and used as the sole input) and ensure it contains only the data you intend to analyze; (3) be aware the script will write a yfinance_cache/ folder beside your orders CSV and output files (feature CSV and feature_diagnosis.md); (4) the script requires internet on first run to fetch Yahoo data — if you need offline runs, pre-populate the cache; (5) if you handle sensitive trading/account data, inspect the full script locally (the included Python file appears to log only basic status messages) and run in an isolated environment. Overall the behavior is proportionate to the stated purpose.
功能分析
Type: OpenClaw Skill
Name: qc-deep-feature-forensics
Version: 1.0.0
The skill bundle is a legitimate financial analysis tool designed to perform technical feature attribution on trading records. The Python script (deep_forensics.py) reconstructs trades from a CSV, fetches historical market data via the yfinance library, and calculates standard technical indicators (RSI, MACD, Bollinger Bands) to compare winning and losing entries. There is no evidence of data exfiltration, malicious execution, or prompt injection; the network activity is limited to Yahoo Finance, and file operations are restricted to reading the input CSV and managing a local cache directory (yfinance_cache).
能力评估
Purpose & Capability
Name/description (12-dimensional feature attribution for winner vs loser trade entries) matches the code and SKILL.md. The script reads an orders CSV, reconstructs closed trades, downloads OHLCV from Yahoo via yfinance, computes indicators, and writes feature and report files. Required binaries (python3, pip3) and the listed pip dependencies are appropriate for the task.
Instruction Scope
Runtime instructions are narrow: install the listed Python packages, run `python3 deep_forensics.py <orders.csv>`. The code only reads the provided orders CSV, writes outputs and a per-ticker cache directory next to the CSV, and makes network calls to Yahoo Finance via yfinance. There are no instructions to read unrelated system files, environment variables, or to post data to unknown endpoints.
Install Mechanism
There is no packaged installer; SKILL.md instructs doing `pip3 install pandas numpy yfinance` and a requirements.txt is included. This is a normal approach for a Python script, but pip installs run arbitrary package code from PyPI — recommend using a virtual environment or isolated environment when installing. No downloads from unknown URLs or archive extraction are present.
Credentials
The skill requests no environment variables, credentials, or config paths. Its network use is limited to yfinance (Yahoo Finance) for historical data, which is consistent with the functionality. No unrelated secrets are requested or accessed.
Persistence & Privilege
The skill does not request always:true and is user-invocable only. It writes a local cache directory (yfinance_cache) and output CSV/markdown next to the orders CSV — typical and proportionate for caching. It does not modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qc-deep-feature-forensics - 安装完成后,直接呼叫该 Skill 的名称或使用
/qc-deep-feature-forensics触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of qc-deep-feature-forensics — a 12-dimensional technical feature attribution engine for quantitative trading.
- Compares entry conditions of winning vs losing trades using 12 key market features (e.g., RSI, Bollinger, MACD, volume, gap).
- Produces a report with winner/loser feature comparison, what-if filter analysis, and the statistical profile of ideal winning entries.
- Supports batch order reconstruction, historical data download with per-ticker caching, and full feature matrix export.
- Includes robust caching, diagnostic outputs, and best-practice usage notes.
- Requires Python 3, pip3, and Python packages: pandas, numpy, yfinance.
元数据
常见问题
Qc Deep Feature Forensics 是什么?
12-dimensional technical feature attribution engine — compares winner vs loser trade entry conditions using RSI, Bollinger, MACD, volume surge, gap, and more... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 152 次。
如何安装 Qc Deep Feature Forensics?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qc-deep-feature-forensics」即可一键安装,无需额外配置。
Qc Deep Feature Forensics 是免费的吗?
是的,Qc Deep Feature Forensics 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Qc Deep Feature Forensics 支持哪些平台?
Qc Deep Feature Forensics 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Qc Deep Feature Forensics?
由 tltby12341(@tltby12341)开发并维护,当前版本 v1.0.0。
推荐 Skills