← 返回 Skills 市场
loda13

Stock Tech Analysis

作者 loda13 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
2707
总下载
0
收藏
20
当前安装
1
版本数
在 OpenClaw 中安装
/install stock-tech-analysis
功能描述
Simple technical analysis for stocks (Tencent, Xiaomi, Tesla, NVIDIA, etc.). Calculates moving averages (SMA20, SMA50), RSI (14-day), price position in 20-da...
安全使用建议
This skill appears coherent and low-risk: it simply fetches public stock data from Yahoo Finance and prints calculated indicators. Before running, note that it requires outbound network access to query Yahoo Finance, may be subject to rate limits, and will print results to stdout. No credentials are requested or stored. If you want extra assurance, inspect the included scripts/analyze_stocks.py yourself (it's short and readable) or run it in a restricted environment. If you need integration with a paid data provider or automated scheduling, expect to extend the script and possibly add credentials—review any such changes carefully.
功能分析
Type: OpenClaw Skill Name: stock-tech-analysis Version: 0.1.0 The skill bundle provides a straightforward stock technical analysis tool using the Yahoo Finance public API. The Python script (scripts/analyze_stocks.py) uses only the standard library (urllib.request) to fetch market data and perform calculations for SMA and RSI, with no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description (moving averages, RSI, 20-day range) align with the included Python script and SKILL.md. No unrelated credentials, binaries, or services are requested.
Instruction Scope
Runtime instructions simply run the provided Python script. The script performs network requests to Yahoo Finance (expected for this purpose). It does not read other files, access environment variables, or transmit data to any endpoint other than Yahoo Finance.
Install Mechanism
No install spec; this is instruction-only plus a Python script that uses the standard library. Nothing is downloaded or written by an installer.
Credentials
No environment variables, credentials, or config paths are required. The script uses only public Yahoo Finance endpoints and the Python standard library.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide configuration or modify other skills. It runs only when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stock-tech-analysis
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stock-tech-analysis 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of simple stock technical analysis tool. - Calculates SMA20, SMA50, and 14-day RSI using Yahoo Finance data. - Determines price position in 20-day high/low range. - Provides buy/hold/sell signals and a concise technical summary for each ticker. - Works with major stocks (Tencent, Xiaomi, Tesla, NVIDIA) and any Yahoo Finance ticker. - No additional dependencies; uses only Python standard library.
元数据
Slug stock-tech-analysis
版本 0.1.0
许可证 MIT-0
累计安装 20
当前安装数 20
历史版本数 1
常见问题

Stock Tech Analysis 是什么?

Simple technical analysis for stocks (Tencent, Xiaomi, Tesla, NVIDIA, etc.). Calculates moving averages (SMA20, SMA50), RSI (14-day), price position in 20-da... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2707 次。

如何安装 Stock Tech Analysis?

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

Stock Tech Analysis 是免费的吗?

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

Stock Tech Analysis 支持哪些平台?

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

谁开发了 Stock Tech Analysis?

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

💬 留言讨论