← 返回 Skills 市场
sanduan003

量化交易信号

作者 sanduan003 · GitHub ↗ · v1.1.0
cross-platform ✓ 安全检测通过
2052
总下载
0
收藏
12
当前安装
2
版本数
在 OpenClaw 中安装
/install quant-trading-signals
功能描述
量化交易信号系统。基于MACD、RSI、KDJ、均线、布林带等技术指标生成买卖信号。支持港股、美股、加密货币。
安全使用建议
This skill appears to do exactly what it says: fetch historical prices and compute trading indicators. Before installing or running it: 1) Inspect the code yourself (it uses broad try/except that can hide errors). 2) Run it in an isolated Python virtualenv (do not use --break-system-packages) to avoid modifying system packages; install yfinance, numpy and pandas explicitly. 3) Expect it to make network requests to Yahoo Finance via yfinance—do not run it where network exfiltration is a concern. 4) The author/source is unknown and there is no homepage; treat outputs as experimental and not financial advice. If you need higher assurance, request a signed release or a package from a known repository and ask the author to fix the dependency list and reduce overly broad exception handling.
功能分析
Type: OpenClaw Skill Name: quant-trading-signals Version: 1.1.0 The skill bundle is a standard quantitative trading signal tool that calculates technical indicators like MACD, RSI, and Bollinger Bands. The Python script `scripts/signals.py` uses the legitimate `yfinance` library to fetch market data and performs local mathematical calculations as described in `SKILL.md`, with no evidence of malicious intent, data exfiltration, or suspicious execution patterns.
能力评估
Purpose & Capability
The name/description (technical‑indicator trading signals for HK/US/crypto) matches the included Python script: it fetches historical prices via yfinance and computes MACD, RSI, MA, Bollinger Bands and a combined signal. The skill does not request unrelated binaries, env vars, or config paths.
Instruction Scope
SKILL.md instructs installing Python packages and running scripts with symbol args; the runtime behavior is limited to fetching market data (via yfinance/Yahoo Finance) and local computation. It does not access arbitrary user files or environment variables. Note: the instructions include a pip flag (--break-system-packages) that can alter system Python installs; also SKILL.md omits an explicit pandas dependency even though yfinance returns pandas DataFrames used by the script.
Install Mechanism
There is no formal install spec, but SKILL.md tells users to run pip3 install yfinance numpy --break-system-packages. That will modify the local Python environment; the --break-system-packages flag is platform/packaging specific and may be unsafe on shared systems. The instruction also omits pandas which is effectively required. Because there is no packaged, vetted distribution, dependency installation relies on the user's environment and carries standard pip risks.
Credentials
The skill declares and uses no environment variables or credentials. That is proportionate to its stated purpose. The only external access is network calls via yfinance to fetch market data (expected).
Persistence & Privilege
The skill does not request persistent or elevated platform privileges (always:false). It does not modify other skills or system configuration. Running it will not create long‑lived agent presence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install quant-trading-signals
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /quant-trading-signals 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
- Added support information for Hong Kong stocks, US stocks, and cryptocurrencies. - Expanded signal indicator table with clearer descriptions and value ranges. - Introduced a star-based explanation for signal strength. - Updated output examples and instructions for broader market compatibility.
v1.0.0
quant-trading-signals 1.0.0 - 初始版本发布,支持基于MACD、RSI、KDJ、均线、布林带等主流技术指标自动生成量化交易买卖信号。 - 提供命令行工具,兼容A股、美股及加密货币(如AAPL, BTC-USD)的信号分析。 - 输出易于理解的综合信号和操作建议。 - 明确风险提示,仅供分析参考。
元数据
Slug quant-trading-signals
版本 1.1.0
许可证
累计安装 13
当前安装数 12
历史版本数 2
常见问题

量化交易信号 是什么?

量化交易信号系统。基于MACD、RSI、KDJ、均线、布林带等技术指标生成买卖信号。支持港股、美股、加密货币。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2052 次。

如何安装 量化交易信号?

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

量化交易信号 是免费的吗?

是的,量化交易信号 完全免费(开源免费),可自由下载、安装和使用。

量化交易信号 支持哪些平台?

量化交易信号 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 量化交易信号?

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

💬 留言讨论