← 返回 Skills 市场
Stock Trend Scanner
作者
eddieguan801-oss
· GitHub ↗
· v1.0.0
· MIT-0
85
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install stock-trend-scanner
功能描述
Stock technical analysis scanner based on swing trading principles with multi-timeframe resonance. Use when user asks to scan, analyze, or check stocks for b...
安全使用建议
What to consider before installing/use:
- The code and SKILL.md are coherent with a stock scanner and the script uses yfinance to fetch market data (expected network access).
- The package has no listed author/homepage and was published by an unknown owner ID — lower trust by provenance alone.
- The prompt-provided script was truncated at generate_signal; you should inspect the entire script file locally (especially any code after generate_signal) for hidden network calls, credential usage, or subprocess execution before running.
- Install and run only in a contained environment (Python virtualenv or VM). Ensure dependencies (python3, pandas, numpy, yfinance) come from official sources (pip) and pin versions.
- If you plan to run it against sensitive systems or provide it credentials, do not proceed until you have audited the full source. If you only need analysis without executing code, consider reimplementing the logic or using a well-known vetted tool/service.
功能分析
Type: OpenClaw Skill
Name: stock-trend-scanner
Version: 1.0.0
The stock-trend-scanner skill is a legitimate technical analysis tool that uses the yfinance library to fetch and analyze market data. The core logic in scripts/stock_scanner.py performs standard financial calculations (Moving Averages, MACD, Volume-Price analysis) and generates reports based on multi-timeframe resonance. There is no evidence of data exfiltration, malicious command execution, or prompt injection in SKILL.md.
能力评估
Purpose & Capability
Name, description, SKILL.md, and the included Python script consistently implement a multi-timeframe stock scanner using yfinance/pandas/numpy. The requested capabilities (fetch historical quotes, compute MACD, moving averages, support/resistance) align with the stated purpose.
Instruction Scope
SKILL.md instructs running the included Python script and explicitly mentions yfinance (no API key). The runtime instructions do not request unrelated files, env vars, or external endpoints beyond Yahoo Finance. However SKILL.md does not list required Python packages (pandas, numpy, yfinance) or how to install them; the script will perform network requests to fetch market data.
Install Mechanism
No install spec (instruction-only skill) which lowers systemic risk. However a non-trivial Python script is included and will be executed locally; the SKILL.md does not provide a vetted install or dependency list. That means users must install Python packages themselves (preferably in a virtualenv).
Credentials
The skill declares no environment variables, no credentials, and no config paths. The script also does not read env vars or local config in the visible portion — requested access is proportionate to a data-fetching scanner (network access to Yahoo via yfinance).
Persistence & Privilege
always is false, the skill is user-invocable, and it does not request persistent system privileges or modify other skills' configurations in the visible files. Autonomous invocation is allowed (platform default) but not combined with other concerning privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stock-trend-scanner - 安装完成后,直接呼叫该 Skill 的名称或使用
/stock-trend-scanner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Multi-timeframe resonance stock scanner with MACD, volume-price analysis, support/resistance levels
元数据
常见问题
Stock Trend Scanner 是什么?
Stock technical analysis scanner based on swing trading principles with multi-timeframe resonance. Use when user asks to scan, analyze, or check stocks for b... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。
如何安装 Stock Trend Scanner?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stock-trend-scanner」即可一键安装,无需额外配置。
Stock Trend Scanner 是免费的吗?
是的,Stock Trend Scanner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Stock Trend Scanner 支持哪些平台?
Stock Trend Scanner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Stock Trend Scanner?
由 eddieguan801-oss(@eddieguan801-oss)开发并维护,当前版本 v1.0.0。
推荐 Skills