stock-analysis-10d

v1.0.0

A股股票十维深度分析(1000分制)。当用户输入「查询股票 <代码>」「分析股票 <代码>」「股票 <代码>」时自动触发。包含:基本信息、财务数据、技术分析、资金流向、市场情绪、风险提示、机构持仓、估值分析、股东结构、消息面,最后输出综合评分和投资建议。

0· 85·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description promise a 10-dimension A股 analysis and the SKILL.md shows concrete steps to fetch market data (real-time, extended fields, K-line) and compute scores — the required actions (HTTP calls to EastMoney) are proportionate and expected for this purpose.
Instruction Scope
Runtime instructions are narrowly scoped: they provide curl examples hitting EastMoney endpoints and describe how to compute and format the report. The instructions do not direct the agent to read local files, environment variables, or unrelated system state, nor to transmit data to unexpected endpoints.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. Nothing will be written to disk or installed by the skill itself — lowest install risk.
Credentials
The skill requires no environment variables, credentials, or config paths. That aligns with its use of public HTTP APIs (no API key required in the instructions). No excessive or unrelated secrets are requested.
Persistence & Privilege
Skill is not marked always:true and does not request persistent system privileges. It will run when triggered by specified user phrases; autonomous invocation is enabled by default but not combined with other concerning privileges.
Assessment
This skill is internally coherent and low-risk: it only issues HTTP requests to EastMoney to collect stock/K-line/financial fields and formats a 10-dimension report. Before installing, note that (1) queries and stock codes will be sent to third-party EastMoney endpoints — if you have privacy/compliance constraints or need a different data provider (paid API, internal data), this skill does not use them; (2) the example curl commands hardcode sample secid/code/date values — ensure the agent substitutes user-provided codes correctly; and (3) EastMoney rate limits or changes to their API could cause failures. If you need offline/private data or corporate-approved data sources, prefer a skill that uses those endpoints or requires explicit credentials.

Like a lobster shell, security has layers — review code before you run it.

latestvk97fd160pn7ejk4jnympe4f25183wn28

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments