← 返回 Skills 市场
wuritu

股票技术分析

作者 wuritu · GitHub ↗ · v1.0.0 · MIT-0
darwinlinux ⚠ suspicious
92
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wuritu-stock-technical-analysis
功能描述
对A股/美股/港股进行全面技术分析,包括K线形态识别、技术指标计算、趋势判断、量价分析,生成可操作的技术分析报告
安全使用建议
This skill largely does what it says (runs local Python tools to analyze stock candles) and only asks for one API key. However: (1) the scripts insert a path that reaches outside the skill folder and import StockDataAdapter from 'toc-trading/src' — verify that repository/module before providing any API key because it controls where your data and API key are used; (2) required Python libraries (pandas, numpy, mplfinance, TA-Lib) are not declared — ensure you run this in an isolated environment with those packages installed; (3) confirm the StockDataAdapter's behavior (network endpoints, telemetry, logging) so you know whether data or your API key could be sent elsewhere. If you don't trust the unknown source/owner, do not supply STOCK_DATA_API_KEY or run these scripts on a machine with sensitive credentials; consider reviewing or replacing the data-adapter code with a known-good implementation first.
功能分析
Type: OpenClaw Skill Name: wuritu-stock-technical-analysis Version: 1.0.0 The skill bundle provides a legitimate set of tools for stock technical analysis, including K-line data fetching, technical indicator calculation (MACD, RSI, KDJ), pattern recognition using TA-Lib, and chart generation. The tools (e.g., indicator_engine.py, kline_fetcher.py) follow standard financial analysis practices and the SKILL.md instructions correctly guide the agent through a multi-step analytical workflow without any signs of malicious intent or prompt injection.
能力评估
Purpose & Capability
The skill name/description (stock technical analysis) matches the provided scripts and the single declared env var (STOCK_DATA_API_KEY). However, the code expects several heavy Python libraries (pandas, numpy, mplfinance, TA-Lib) and an external module StockDataAdapter from a 'toc-trading/src' path that is not included in the skill; those dependencies are not declared in the registry metadata, which is disproportionate to the minimal requires.env/bins list.
Instruction Scope
SKILL.md restricts actions to running local tool scripts for fetching data, computing indicators, recognizing patterns, analyzing trend/volume and generating charts. It does not instruct reading other secrets or system files. However, the scripts themselves insert a parent-directory path and import StockDataAdapter (from toc-trading), which expands the runtime scope beyond the skill folder and could cause the skill to execute code from an external/shared repository at runtime.
Install Mechanism
There is no install spec (lowest risk), but the code depends on multiple Python packages (pandas, numpy, mplfinance, talib/TA-Lib) and on a local 'toc-trading' code path. The lack of declared installation steps or package requirements means runtime failures are likely and makes it unclear which third-party components will execute when the skill runs.
Credentials
Only a single credential (STOCK_DATA_API_KEY) is requested, which is reasonable for a data-fetching adapter. That said, the actual StockDataAdapter implementation is not included here — you should verify how it uses the key (where it sends requests, logging, telemetry).
Persistence & Privilege
The skill does not request always:true and does not claim to modify other skills or system-wide settings. It runs tools on demand (user-invocable/autonomous invocation is normal).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wuritu-stock-technical-analysis
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wuritu-stock-technical-analysis 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the stock technical analysis skill (v1.0.0) - Provides comprehensive technical analysis for A-shares, US, and HK stocks, including K-line pattern recognition, technical indicator calculation, trend judgment, and volume-price analysis - Supports a multi-step tool invocation process covering data fetching, indicator computation, pattern recognition, trend and volume analysis, and chart generation - Outputs structured Markdown reports featuring key levels, indicator signals, classic candlestick patterns, volume analysis, trend evaluation, and an overall technical score - Includes explicit ⚠️ risk warning: Technical analysis is for reference only and does not constitute investment advice
元数据
Slug wuritu-stock-technical-analysis
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

股票技术分析 是什么?

对A股/美股/港股进行全面技术分析,包括K线形态识别、技术指标计算、趋势判断、量价分析,生成可操作的技术分析报告. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。

如何安装 股票技术分析?

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

股票技术分析 是免费的吗?

是的,股票技术分析 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

股票技术分析 支持哪些平台?

股票技术分析 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。

谁开发了 股票技术分析?

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

💬 留言讨论