← Back to Skills Marketplace
stock-diagnosis
by
Financial AI Analyst
· GitHub ↗
· v1.0.0
· MIT-0
375
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install stock-diagnosis
Description
面向沪深京A股的单票综合诊断能力。适用于用户提出“这只股票整体怎么样”“是否值得继续持有/加仓/减仓”“当前风险和机会如何”等泛化问题时,返回结构化的Markdown诊断报告。每次仅分析一只股票,不处理港股/美股及多标的对比。触发核心条件:用户问法为概括性诊断,未指定某个单一技术指标或财务指标(如MACD、RSI...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install stock-diagnosis - After installation, invoke the skill by name or use
/stock-diagnosis - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Publish 1.0.0
Metadata
Frequently Asked Questions
What is stock-diagnosis?
面向沪深京A股的单票综合诊断能力。适用于用户提出“这只股票整体怎么样”“是否值得继续持有/加仓/减仓”“当前风险和机会如何”等泛化问题时,返回结构化的Markdown诊断报告。每次仅分析一只股票,不处理港股/美股及多标的对比。触发核心条件:用户问法为概括性诊断,未指定某个单一技术指标或财务指标(如MACD、RSI... It is an AI Agent Skill for Claude Code / OpenClaw, with 375 downloads so far.
How do I install stock-diagnosis?
Run "/install stock-diagnosis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is stock-diagnosis free?
Yes, stock-diagnosis is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does stock-diagnosis support?
stock-diagnosis is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created stock-diagnosis?
It is built and maintained by Financial AI Analyst (@financial-ai-analyst); the current version is v1.0.0.
More Skills