← 返回 Skills 市场
njbilly007-lab

Eastmoney News

作者 njbilly007-lab · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
459
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install eastmoney-news
功能描述
Provides real-time A-share market and financial news from Eastmoney based on user queries like market trends and stock updates.
使用说明 (SKILL.md)

eastmoney-news

东方财富秒想新闻搜索。使用此skill获取A股、财经新闻。

When to use

  • 用户询问今日A股市场走势
  • 用户需要财经新闻资讯
  • 用户说"看看今天有什么新闻"

API

curl -X POST "https://mkapi2.dfcfs.com/finskillshub/api/claw/news-search" \
  -H "Content-Type: application/json" \
  -H "apikey: mkt_o2fBS-Dkbt11c7vSNnlXjESgfybI8EXzzzX2XkOQVuE" \
  -d '{"query":"\x3C搜索关键词>","variables":0}'

常用查询

  • 今日A股市场 -> "今日A股市场新闻"
  • 大盘走势 -> "A股大盘走势"
  • 板块轮动 -> "A股板块轮动"
  • 个股新闻 -> "XXX股票新闻"

输出格式

解析返回的JSON,提取title、content、date、source,以可读格式呈现给用户。

安全使用建议
This skill appears to legitimately fetch Eastmoney-related news, but before installing: (1) verify the external endpoint (https://mkapi2.dfcfs.com) is a trusted/official provider for the data and acceptable under your privacy/compliance rules; (2) note the API key is embedded in the skill—consider asking the author to require a user-provided API key (via an env var) instead of a hard-coded one; (3) avoid sending sensitive or private data in queries because they will be transmitted to that third-party endpoint; (4) if you need stronger assurance, run the skill in an isolated environment and monitor outbound requests or request provenance/ownership info from the publisher.
功能分析
Type: OpenClaw Skill Name: eastmoney-news Version: 1.0.0 The skill bundle provides a legitimate integration for searching Eastmoney financial news via a dedicated API endpoint (mkapi2.dfcfs.com). The Python script (search.py) and instructions (SKILL.md) are well-aligned with the stated purpose, containing no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description match the behavior: SKILL.md and search.py both call a news-search API and parse title/content/date/source. Nothing in the files requests unrelated capabilities (no cloud credentials, no system-level access).
Instruction Scope
Instructions are narrowly scoped to calling the specified API and parsing JSON. However, both the SKILL.md and search.py include the exact external API URL and an embedded apikey value, so network traffic will be sent to mkapi2.dfcfs.com with that key—verify that this endpoint and key are trustworthy and that sending user queries there is acceptable.
Install Mechanism
No install spec (instruction-only) and only a small Python script provided. Nothing will be downloaded or written during install by an installer. The script uses the requests library but the skill does not attempt to install packages itself.
Credentials
The skill requests no environment variables or credentials from the user, which is reasonable. But it hard-codes an API key in both SKILL.md and search.py; while the key is necessary to call the listed API, embedding a key in code is a security/privacy concern and prevents users from supplying their own credentials.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system settings. Autonomous invocation is allowed (platform default) but not combined with other high privileges here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install eastmoney-news
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /eastmoney-news 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of eastmoney-news skill. - Enables searching and retrieving latest A-share (A股) and finance news. - Supports queries about today's A-share market trends and general finance news. - Provides easy integration with news API for up-to-date information. - Returns readable summaries including title, content, date, and source.
元数据
Slug eastmoney-news
版本 1.0.0
许可证 MIT-0
累计安装 3
当前安装数 3
历史版本数 1
常见问题

Eastmoney News 是什么?

Provides real-time A-share market and financial news from Eastmoney based on user queries like market trends and stock updates. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 459 次。

如何安装 Eastmoney News?

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

Eastmoney News 是免费的吗?

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

Eastmoney News 支持哪些平台?

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

谁开发了 Eastmoney News?

由 njbilly007-lab(@njbilly007-lab)开发并维护,当前版本 v1.0.0。

💬 留言讨论