← Back to Skills Marketplace
wuritu

股票技术分析

by wuritu · GitHub ↗ · v1.0.0 · MIT-0
darwinlinux ⚠ suspicious
92
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wuritu-stock-technical-analysis
Description
对A股/美股/港股进行全面技术分析,包括K线形态识别、技术指标计算、趋势判断、量价分析,生成可操作的技术分析报告
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wuritu-stock-technical-analysis
  3. After installation, invoke the skill by name or use /wuritu-stock-technical-analysis
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug wuritu-stock-technical-analysis
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 股票技术分析?

对A股/美股/港股进行全面技术分析,包括K线形态识别、技术指标计算、趋势判断、量价分析,生成可操作的技术分析报告. It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.

How do I install 股票技术分析?

Run "/install wuritu-stock-technical-analysis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 股票技术分析 free?

Yes, 股票技术分析 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 股票技术分析 support?

股票技术分析 is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux).

Who created 股票技术分析?

It is built and maintained by wuritu (@wuritu); the current version is v1.0.0.

💬 Comments