← Back to Skills Marketplace
Qc Deep Feature Forensics
by
tltby12341
· GitHub ↗
· v1.0.0
· MIT-0
152
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install qc-deep-feature-forensics
Description
12-dimensional technical feature attribution engine — compares winner vs loser trade entry conditions using RSI, Bollinger, MACD, volume surge, gap, and more...
Usage Guidance
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.
Capability Analysis
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).
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install qc-deep-feature-forensics - After installation, invoke the skill by name or use
/qc-deep-feature-forensics - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 152 downloads so far.
How do I install Qc Deep Feature Forensics?
Run "/install qc-deep-feature-forensics" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Qc Deep Feature Forensics free?
Yes, Qc Deep Feature Forensics is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Qc Deep Feature Forensics support?
Qc Deep Feature Forensics is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Qc Deep Feature Forensics?
It is built and maintained by tltby12341 (@tltby12341); the current version is v1.0.0.
More Skills