← Back to Skills Marketplace
831
Downloads
0
Stars
7
Active Installs
1
Versions
Install in OpenClaw
/install stock-kline-analysis
Description
Given a stock name or code, auto-detect its market, fetch 6-month daily K-line, plot candlestick + MA/Bollinger/MACD/RSI/ATR with multi-timeframe confirmatio...
Usage Guidance
This skill appears to do exactly what it claims: fetch stock data via AkShare, compute indicators, draw charts, and produce a textual report. Before running, note: (1) the environment must have Python and the required packages (akshare, pandas, matplotlib, numpy) — there is no automated installer in the package; (2) AkShare calls remote data providers so the skill will perform network requests (no credentials required); (3) the scripts create local files (charts/reports) in the chosen output directory; (4) if you run untrusted code, consider executing in a contained environment (virtualenv or sandbox) and review/upgrade AkShare to a trusted release. If you need the skill to auto-install dependencies or run in restricted-network contexts, request or add an explicit install spec and dependency list.
Capability Analysis
Type: OpenClaw Skill
Name: stock-kline-analysis
Version: 1.0.0
The skill bundle is a legitimate stock analysis tool designed to fetch market data, compute technical indicators, and generate visual reports using the AkShare library and Matplotlib. The implementation is modular and well-structured, with scripts like fetch_kline.py and indicators.py performing standard data processing tasks aligned with the stated purpose in SKILL.md. No evidence of malicious intent, data exfiltration, unauthorized network calls, or harmful prompt injection was found; all file and network operations are strictly functional for financial analysis.
Capability Assessment
Purpose & Capability
Name/description promise (AkShare-based stock K-line + indicators + valuation) matches the implementation: all scripts call AkShare, compute indicators, plot charts, and fetch financial calendars. No unrelated services, credentials, or binaries are requested.
Instruction Scope
SKILL.md and scripts limit behavior to resolving symbols, fetching K-line and financial data via AkShare, computing indicators, plotting charts, and annotating events. The instructions do not read arbitrary system files, environment secrets, or send data to unknown remote endpoints beyond what AkShare uses.
Install Mechanism
There is no install spec; the skill is instruction + code files and depends on Python libs (akshare, pandas, matplotlib, numpy). This is expected for this functionality but means the environment must already have (or the user must install) these packages; nothing is downloaded from arbitrary URLs within the skill itself.
Credentials
The skill declares no required environment variables or credentials and only uses network calls via AkShare to public data sources. No excessive or unrelated secrets/config paths are requested.
Persistence & Privilege
Skill is not always-enabled and is user-invocable; it does not modify other skills or system-wide agent settings. It writes output files (charts/reports) under user-specified output directories, which is appropriate for its purpose.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install stock-kline-analysis - After installation, invoke the skill by name or use
/stock-kline-analysis - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
A collection of AI agent skills for financial analysis. Currently includes **stock-kline-analysis** — auto-detect market, fetch K-line data, compute technical indicators, generate charts, and deliver structured analysis with valuation context and event-aware risk notes.
Metadata
Frequently Asked Questions
What is akshare-stock-analysis?
Given a stock name or code, auto-detect its market, fetch 6-month daily K-line, plot candlestick + MA/Bollinger/MACD/RSI/ATR with multi-timeframe confirmatio... It is an AI Agent Skill for Claude Code / OpenClaw, with 831 downloads so far.
How do I install akshare-stock-analysis?
Run "/install stock-kline-analysis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is akshare-stock-analysis free?
Yes, akshare-stock-analysis is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does akshare-stock-analysis support?
akshare-stock-analysis is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created akshare-stock-analysis?
It is built and maintained by iideas18 (@iideas18); the current version is v1.0.0.
More Skills