← 返回 Skills 市场
全方位智能股票分析v4
作者
lin838465-ux
· GitHub ↗
· v4.0.0
· MIT-0
92
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install stock-analysis-cn-full
功能描述
A股/港股/美股/ETF 全方位智能分析助手 v4.0。 核心特点:①结论先行②信号明确果断③盘中实时扫描④自动读取 ~/Desktop/股票知识库/。 数据来源:tushare realtime_quote(实时五档盘口)、akshare(资金流向/龙虎榜/研报)、yfinance(美股/港股)、Web搜索(消...
安全使用建议
Before installing or running this skill, consider the following:
- The skill expects to use tushare (it reads TUSHARE_TOKEN) but the token is not declared in the metadata; do not paste your TUSHARE_TOKEN into an untrusted skill without confirmation. Ask the author to explicitly declare required env vars and justify them.
- The description says it will automatically read ~/Desktop/股票知识库/. Confirm whether the skill will actually access that path and what it will read/send. If you keep private files there, don't allow automatic reading.
- The skill will perform network requests (yfinance/akshare/tushare/Web search). Run it in a sandboxed environment if you are concerned about data exfiltration, and avoid supplying unrelated credentials.
- Request that the maintainer: (1) list required environment variables (e.g., TUSHARE_TOKEN), (2) list any local paths the skill will read, and (3) provide a minimal install/run checklist. If you cannot get these clarifications, treat the skill as untrusted and avoid providing secrets or placing sensitive files in the referenced Desktop folder.
- If you need to use it, consider creating a limited-purpose tushare token or running the analysis on a machine/user account that has no sensitive files on ~/Desktop.
功能分析
Type: OpenClaw Skill
Name: stock-analysis-cn-full
Version: 4.0.0
The skill is a comprehensive stock analysis tool that utilizes legitimate financial libraries such as yfinance, tushare, and akshare. It is classified as suspicious because SKILL.md contains instructions for the agent to automatically read data from a specific local directory (~/Desktop/股票知识库/) and accesses an environment variable (TUSHARE_TOKEN) for API authentication. While these capabilities are plausibly aligned with the tool's stated purpose of providing data-backed financial advice, the automated access to the user's filesystem and sensitive tokens represents a high-risk behavior that could be exploited if not properly sandboxed.
能力评估
Purpose & Capability
The skill's functionality (historical prices, realtime quote, fund flows, research reports, web search) is coherent with a stock-analysis assistant and uses yfinance/akshare/tushare as expected. However, the top-level description claims '自动读取 ~/Desktop/股票知识库/' (automatically read ~/Desktop/stock-knowledgebase) but no config paths or permissions are declared in metadata. Also _meta.json/plugin.json list version 1.0.0 while registry shows 4.0.0 — minor mismatch. Automatic reading of a Desktop folder is a potentially intrusive capability that should be explicitly declared.
Instruction Scope
The SKILL.md contains concrete runtime instructions to call yfinance, akshare, and tushare and to perform web searches. It explicitly reads os.environ['TUSHARE_TOKEN'] in examples and requires pulling many data sources. The doc also states it will '自动读取 ~/Desktop/股票知识库/' and mandates web searches; these actions mean the agent will access local files and external networks. There are no explicit instructions to exfiltrate data, but the scope includes reading a user Desktop path and using networked APIs without clarifying what local data is required or how it's used.
Install Mechanism
This is instruction-only (no install spec, no code files to execute). That is low-risk from an installation perspective; however, it implicitly depends on Python packages (yfinance, akshare, tushare, pandas) being present. No downloads or archive extractions are specified.
Credentials
SKILL.md uses TUSHARE_TOKEN via os.environ.get('TUSHARE_TOKEN'), but the skill metadata lists no required environment variables or primary credential. Requesting an API token for tushare is reasonable for realtime data, but failing to declare it is a misalignment. The skill also claims to read ~/Desktop/股票知识库/ (local files) but metadata declares no config paths. Missing declarations reduce transparency and increase risk of accidental exposure of local files or secrets.
Persistence & Privilege
The skill does not request 'always: true' and uses normal autonomous invocation defaults. There is no install-time persistence or cross-skill configuration changes in the provided files. No elevated platform privileges are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stock-analysis-cn-full - 安装完成后,直接呼叫该 Skill 的名称或使用
/stock-analysis-cn-full触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v4.0.0
v4:严格数据规范,禁止编造数字,所有结论必须标注数据来源,历史涨跌幅必须核实
v3.0.1
v3.0.1:实时接口优先新浪源备用东财,修复合并单位
v3.0.0
v3:集成tushare实时五档盘口+盘中实时建议
v2.0.0
v2:结论先行+果断信号+盘中实时+知识库自动读取
v1.0.0
stock-analysis-cn-full 1.0.0
- 首发版本,支持 A股/港股/美股/ETF 全方位智能分析与操作建议。
- 可自动识别股票/ETF代码与名称,适配主流证券市场标准。
- 一次性并行拉取全部历史、基本面、技术面等数据,分析覆盖基本面、技术面、资金面、消息面、消息情绪等六大维度。
- 自动计算并输出详细的均线、MACD、RSI、KDJ、布林带、OBV、威廉指标、波动率等常用技术指标。
- 综合多维因子给出明确买入/卖出/持有建议,包括具体价位提示。
- 触发指令支持中文自然语言和具体股票/ETF代码,适应投资者多元查询习惯。
元数据
常见问题
全方位智能股票分析v4 是什么?
A股/港股/美股/ETF 全方位智能分析助手 v4.0。 核心特点:①结论先行②信号明确果断③盘中实时扫描④自动读取 ~/Desktop/股票知识库/。 数据来源:tushare realtime_quote(实时五档盘口)、akshare(资金流向/龙虎榜/研报)、yfinance(美股/港股)、Web搜索(消... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。
如何安装 全方位智能股票分析v4?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stock-analysis-cn-full」即可一键安装,无需额外配置。
全方位智能股票分析v4 是免费的吗?
是的,全方位智能股票分析v4 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
全方位智能股票分析v4 支持哪些平台?
全方位智能股票分析v4 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 全方位智能股票分析v4?
由 lin838465-ux(@lin838465-ux)开发并维护,当前版本 v4.0.0。
推荐 Skills