← Back to Skills Marketplace
287
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install trade-analyzer
Description
交易策略分析专家 - 深度解析交割单和交易复盘数据,提供胜率、盈亏比、策略一致性评估及改进建议。支持 CSV、Excel、文本格式输入,输出专业 Markdown 报告。
Usage Guidance
This package appears coherent for local trade-data analysis: it reads user-uploaded CSV/text/XLSX and produces markdown reports and requests no credentials. Before installing or enabling it: 1) Inspect the full analyzer.py (the prompt included a truncated excerpt) to confirm there are no network calls (requests/urllib/socket subprocesss that could exfiltrate data) or hidden eval/exec usage. 2) Review any referenced skill (document-pro) to see if it sends data to external services. 3) Only upload non-sensitive test data initially and run in a sandbox environment. 4) If you will analyze real trading records, ensure the agent/skill runs locally or in a trusted environment since the reports contain sensitive financial data.
Capability Analysis
Type: OpenClaw Skill
Name: trade-analyzer
Version: 1.0.0
The trade-analyzer skill bundle is a legitimate tool for analyzing trading records (CSV/Text). The Python code in analyzer.py performs standard data parsing and statistical calculations (win rate, profit/loss ratio) without any network calls, shell execution, or unauthorized file access. The SKILL.md instructions are well-defined and stay within the scope of financial analysis without attempting prompt injection or data exfiltration.
Capability Assessment
Purpose & Capability
Name/description (trade analysis) match the code and instructions. The skill only needs to read user-provided CSV/text/XLSX data and compute metrics; no unrelated environment variables or binaries are requested.
Instruction Scope
SKILL.md confines runtime behavior to parsing uploaded trade files, computing statistics, and producing a Markdown report. It mentions Excel support via a separate 'document-pro' skill (an external capability the agent may call). The runtime instructions do not direct the agent to read arbitrary system files or to transmit data to unknown endpoints. However, the analyzer.py content in the prompt is truncated, so I could not confirm the remainder of the code does not perform network I/O or other out-of-scope actions.
Install Mechanism
No install spec is declared (instruction-only with included Python source). That minimizes installer risk; nothing is downloaded or executed during install. The README and SKILL.md recommend using openpyxl for Excel, but openpyxl is not declared as installed here.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate to a local data-analysis utility. The SKILL.md does note relying on a 'document-pro' skill for Excel parsing—check that skill separately for any credential/network requirements.
Persistence & Privilege
The skill is not forced-always; it is user-invocable and allows normal autonomous invocation (platform default). It does not request persistent privileges or system-wide config changes in the visible instructions.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install trade-analyzer - After installation, invoke the skill by name or use
/trade-analyzer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Trade Analyzer - 交易策略分析专家
📊 功能:深度分析交易记录,发现交易优势与盲点
📁 支持:CSV、Excel、文本格式
🚀 使用:
1. 上传交易记录文件
2. 说"分析我的交易记录"
3. 获得完整分析报告(胜率、盈亏比、策略一致性、改进建议)
💡 示例数据已包含,可以立即测试!
Metadata
Frequently Asked Questions
What is Trade Analyzer?
交易策略分析专家 - 深度解析交割单和交易复盘数据,提供胜率、盈亏比、策略一致性评估及改进建议。支持 CSV、Excel、文本格式输入,输出专业 Markdown 报告。 It is an AI Agent Skill for Claude Code / OpenClaw, with 287 downloads so far.
How do I install Trade Analyzer?
Run "/install trade-analyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Trade Analyzer free?
Yes, Trade Analyzer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Trade Analyzer support?
Trade Analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Trade Analyzer?
It is built and maintained by misso0513 (@misso0513); the current version is v1.0.0.
More Skills