← Back to Skills Marketplace
stock-market-hotspot-discovery
by
Financial AI Analyst
· GitHub ↗
· v1.0.0
· MIT-0
384
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install stock-market-hotspot-discovery
Description
面向A股市场热点发现的综合能力。适用于用户提出“今日热点是什么”“当前热股有哪些”等泛化问题时,返回结构化的Markdown热点报告。覆盖热点资讯、热门股票等维度。触发核心条件:用户关注市场层面的热门方向或事件热度,而非单一标的的深度诊断或指标计算。
Usage Guidance
This skill appears to do what it says: it calls an East Money hotspot-discovery API and returns Markdown. Before installing: (1) confirm you trust the East Money service and that the EM_API_KEY you provide is scoped/rotatable; (2) do not hard-code the key — use environment variables as instructed; (3) be aware the Python module will raise an exception on import if EM_API_KEY is missing (set the variable in the environment where the agent runs or the import will fail); (4) note the script will save Markdown files under a default miaoxiang/... directory (you may want to review or change output_dir when calling discover_hotspot); (5) run the script in an isolated environment or sandbox if you want to limit network exposure. If you want higher assurance, review the live API endpoint policy and confirm that the EM_API_KEY cannot be abused for broader access.
Capability Analysis
Type: OpenClaw Skill
Name: stock-market-hotspot-discovery
Version: 1.0.0
The skill is a legitimate tool for discovering A-share market hotspots via the Eastmoney (东方财富) API. It requires a user-provided API key (EM_API_KEY) and performs standard HTTP POST requests to a specific endpoint (ai-saas.eastmoney.com) using the standard library. The code in scripts/get_data.py and the instructions in SKILL.md are well-documented, lack obfuscation, and align perfectly with the stated purpose of generating market reports without any evidence of malicious intent or data exfiltration.
Capability Tags
Capability Assessment
Purpose & Capability
The skill claims to discover A-share market hotspots and requires a single EM_API_KEY tied to an East Money API. The code POSTs to an East Money ai-saas endpoint and extracts data.displayData for Markdown output — this aligns with the described purpose.
Instruction Scope
SKILL.md instructions are narrowly scoped to making the hotspot API call and returning/saving Markdown. Two minor issues: (1) the runtime script raises a RuntimeError at import time if EM_API_KEY is not set, which can crash environments that import the module without the env var; (2) the SKILL.md example output path (workspace/...) differs from the script's DEFAULT_OUTPUT_DIR (miaoxiang/stock_market_hotspot_discovery). Both are implementation quirks but not malicious.
Install Mechanism
No install spec is provided (instruction-only + a small Python script). No downloads, third-party installers, or archive extraction are used. This is low-risk.
Credentials
Only EM_API_KEY is required and is directly used for API authentication. There are no unrelated or excessive environment variables, secrets, or config paths requested.
Persistence & Privilege
The skill does not request always: true, does not modify other skills or system settings, and only writes optional Markdown output into a skill-local directory. Autonomous invocation is allowed by default but is normal for skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install stock-market-hotspot-discovery - After installation, invoke the skill by name or use
/stock-market-hotspot-discovery - 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-market-hotspot-discovery?
面向A股市场热点发现的综合能力。适用于用户提出“今日热点是什么”“当前热股有哪些”等泛化问题时,返回结构化的Markdown热点报告。覆盖热点资讯、热门股票等维度。触发核心条件:用户关注市场层面的热门方向或事件热度,而非单一标的的深度诊断或指标计算。 It is an AI Agent Skill for Claude Code / OpenClaw, with 384 downloads so far.
How do I install stock-market-hotspot-discovery?
Run "/install stock-market-hotspot-discovery" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is stock-market-hotspot-discovery free?
Yes, stock-market-hotspot-discovery is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does stock-market-hotspot-discovery support?
stock-market-hotspot-discovery is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created stock-market-hotspot-discovery?
It is built and maintained by Financial AI Analyst (@financial-ai-analyst); the current version is v1.0.0.
More Skills