← Back to Skills Marketplace
Qc Order Forensics
by
tltby12341
· GitHub ↗
· v1.0.0
· MIT-0
158
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install qc-order-forensics
Description
Forensic diagnosis engine for backtest order data — trade quality, ROI attribution, monthly cashflow, drawdown root-cause analysis, and LLM-readable reports.
Usage Guidance
This skill appears to be a local Python tool that analyzes QuantConnect-style order CSVs and optional result.json. Before installing/running: 1) Run it in an isolated environment (virtualenv/container) and install pandas/numpy per requirements.txt. 2) Test on non-sensitive sample CSVs to confirm outputs; the code has some non-security bugs (e.g., cashflow sign/aggregation logic) that can affect results. 3) Review the full forensics.py file yourself (the listing provided to me was truncated) to ensure there are no unexpected network calls or hidden behavior in the unseen portion. 4) If you want to limit risk, disable autonomous invocation for this skill or require explicit user invocation. 5) Do not feed production PII or secret account files into the tool until you’ve validated the full source and outputs.
Capability Analysis
Type: OpenClaw Skill
Name: qc-order-forensics
Version: 1.0.0
The skill bundle is a legitimate data analysis tool designed to process QuantConnect backtest results (orders.csv and result.json). The Python code in forensics.py uses standard libraries like pandas and numpy to calculate trading metrics, ROI, and drawdown periods without any evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, and forensics.py align: it reads orders.csv and optional result.json and produces diagnostics. Declared runtime (python3) and requirements (pandas, numpy) are appropriate for this purpose.
Instruction Scope
Runtime instructions and examples only reference local files (orders.csv, result.json) and producing an LLM-readable report. SKILL.md does not instruct reading unrelated system files or sending data to external endpoints.
Install Mechanism
No install spec (instruction-only) and included requirements.txt is reasonable. Because there's no automated install, the user/agent must ensure pandas/numpy are available; there is no download-from-URL or extraction behavior to review.
Credentials
No environment variables, credentials, or config paths are requested. The skill appears to operate on local CSV/JSON inputs only.
Persistence & Privilege
always:false and no special privileges requested. The skill does not ask to modify other skills or system settings. Autonomous invocation is allowed by default (platform behavior) but is not combined with other red flags.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install qc-order-forensics - After installation, invoke the skill by name or use
/qc-order-forensics - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of qc-order-forensics.
- Provides a forensic diagnosis engine for QuantConnect backtest order data.
- Generates LLM-readable reports covering trade quality, ROI attribution, monthly cashflow, and drawdown root-cause analysis.
- Supports input via standard QC orders.csv and result.json files.
- Identifies metrics like zero rate, windfall trades, monthly/annual cash flow, top winners/losers, and drawdown streaks.
- Includes clear reporting rules, required input formats, and key metrics to monitor.
Metadata
Frequently Asked Questions
What is Qc Order Forensics?
Forensic diagnosis engine for backtest order data — trade quality, ROI attribution, monthly cashflow, drawdown root-cause analysis, and LLM-readable reports. It is an AI Agent Skill for Claude Code / OpenClaw, with 158 downloads so far.
How do I install Qc Order Forensics?
Run "/install qc-order-forensics" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Qc Order Forensics free?
Yes, Qc Order Forensics is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Qc Order Forensics support?
Qc Order Forensics is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Qc Order Forensics?
It is built and maintained by tltby12341 (@tltby12341); the current version is v1.0.0.
More Skills