← 返回 Skills 市场
iideas18

akshare-stock-analysis

作者 iideas18 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
831
总下载
0
收藏
7
当前安装
1
版本数
在 OpenClaw 中安装
/install stock-kline-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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stock-kline-analysis
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stock-kline-analysis 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug stock-kline-analysis
版本 1.0.0
许可证 MIT-0
累计安装 8
当前安装数 7
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 831 次。

如何安装 akshare-stock-analysis?

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

akshare-stock-analysis 是免费的吗?

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

akshare-stock-analysis 支持哪些平台?

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

谁开发了 akshare-stock-analysis?

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

💬 留言讨论