← 返回 Skills 市场
misso0513

Trade Analyzer

作者 misso0513 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
287
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install trade-analyzer
功能描述
交易策略分析专家 - 深度解析交割单和交易复盘数据,提供胜率、盈亏比、策略一致性评估及改进建议。支持 CSV、Excel、文本格式输入,输出专业 Markdown 报告。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install trade-analyzer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /trade-analyzer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Trade Analyzer - 交易策略分析专家 📊 功能:深度分析交易记录,发现交易优势与盲点 📁 支持:CSV、Excel、文本格式 🚀 使用: 1. 上传交易记录文件 2. 说"分析我的交易记录" 3. 获得完整分析报告(胜率、盈亏比、策略一致性、改进建议) 💡 示例数据已包含,可以立即测试!
元数据
Slug trade-analyzer
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Trade Analyzer 是什么?

交易策略分析专家 - 深度解析交割单和交易复盘数据,提供胜率、盈亏比、策略一致性评估及改进建议。支持 CSV、Excel、文本格式输入,输出专业 Markdown 报告。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 287 次。

如何安装 Trade Analyzer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install trade-analyzer」即可一键安装,无需额外配置。

Trade Analyzer 是免费的吗?

是的,Trade Analyzer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Trade Analyzer 支持哪些平台?

Trade Analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Trade Analyzer?

由 misso0513(@misso0513)开发并维护,当前版本 v1.0.0。

💬 留言讨论