← 返回 Skills 市场
financial-ai-analyst

stock-diagnosis

作者 Financial AI Analyst · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
375
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install stock-diagnosis
功能描述
面向沪深京A股的单票综合诊断能力。适用于用户提出“这只股票整体怎么样”“是否值得继续持有/加仓/减仓”“当前风险和机会如何”等泛化问题时,返回结构化的Markdown诊断报告。每次仅分析一只股票,不处理港股/美股及多标的对比。触发核心条件:用户问法为概括性诊断,未指定某个单一技术指标或财务指标(如MACD、RSI...
安全使用建议
This skill is coherent with its description, but before installing: (1) verify the EM_API_KEY you receive is from Eastmoney and has appropriate scope/expiration; (2) avoid pasting the key into chat logs and rotate it if exposed; (3) be aware the script will create and write .md files under a miaoxiang/stock_diagnosis directory by default—use the --no-save option or change output_dir if you don't want files written; (4) test with non-sensitive queries first and confirm the returned Markdown comes directly from the API as intended.
功能分析
Type: OpenClaw Skill Name: stock-diagnosis Version: 1.0.0 The skill is a legitimate tool for performing stock diagnosis on A-shares by interfacing with the EastMoney (ai.eastmoney.com) API. It correctly handles the required 'EM_API_KEY' environment variable, performs standard HTTP POST requests using 'urllib', and saves the resulting Markdown reports locally as described in 'SKILL.md' and 'scripts/get_data.py'. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name/description (single A-share diagnostic) match the included script and SKILL.md. The skill requires one env var (EM_API_KEY) which the code uses as an API key when calling an Eastmoney ai-saas endpoint; no unrelated services, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to call the provided script or function, pass the user's natural-language question, and prefer the API-provided Markdown output. The runtime code only reads EM_API_KEY, performs an HTTP POST to the documented Eastmoney endpoint, and optionally writes the returned Markdown to a local file. It does not read other system files or additional environment variables.
Install Mechanism
There is no install spec; the skill is instruction-only with a small included Python script that relies only on the standard library. No external downloads, packages, or extracted archives are performed.
Credentials
Only EM_API_KEY is required and used. The key is sent in an HTTP header to ai-saas.eastmoney.com, which matches the claimed provider (Eastmoney). No additional secrets or unrelated credentials are requested.
Persistence & Privilege
always is false (no forced inclusion). The skill writes Markdown output to a local directory (miaoxiang/stock_diagnosis by default) when save_to_file is enabled, which is documented in SKILL.md. It does not modify other skills or system-wide configurations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stock-diagnosis
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stock-diagnosis 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Publish 1.0.0
元数据
Slug stock-diagnosis
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

stock-diagnosis 是什么?

面向沪深京A股的单票综合诊断能力。适用于用户提出“这只股票整体怎么样”“是否值得继续持有/加仓/减仓”“当前风险和机会如何”等泛化问题时,返回结构化的Markdown诊断报告。每次仅分析一只股票,不处理港股/美股及多标的对比。触发核心条件:用户问法为概括性诊断,未指定某个单一技术指标或财务指标(如MACD、RSI... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 375 次。

如何安装 stock-diagnosis?

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

stock-diagnosis 是免费的吗?

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

stock-diagnosis 支持哪些平台?

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

谁开发了 stock-diagnosis?

由 Financial AI Analyst(@financial-ai-analyst)开发并维护,当前版本 v1.0.0。

💬 留言讨论