← 返回 Skills 市场
financial-ai-analyst

stock-market-hotspot-discovery

作者 Financial AI Analyst · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
384
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install stock-market-hotspot-discovery
功能描述
面向A股市场热点发现的综合能力。适用于用户提出“今日热点是什么”“当前热股有哪些”等泛化问题时,返回结构化的Markdown热点报告。覆盖热点资讯、热门股票等维度。触发核心条件:用户关注市场层面的热门方向或事件热度,而非单一标的的深度诊断或指标计算。
安全使用建议
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.
功能分析
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.
能力标签
requires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stock-market-hotspot-discovery
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stock-market-hotspot-discovery 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Publish 1.0.0
元数据
Slug stock-market-hotspot-discovery
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

stock-market-hotspot-discovery 是什么?

面向A股市场热点发现的综合能力。适用于用户提出“今日热点是什么”“当前热股有哪些”等泛化问题时,返回结构化的Markdown热点报告。覆盖热点资讯、热门股票等维度。触发核心条件:用户关注市场层面的热门方向或事件热度,而非单一标的的深度诊断或指标计算。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 384 次。

如何安装 stock-market-hotspot-discovery?

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

stock-market-hotspot-discovery 是免费的吗?

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

stock-market-hotspot-discovery 支持哪些平台?

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

谁开发了 stock-market-hotspot-discovery?

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

💬 留言讨论