← Back to Skills Marketplace
njbilly007-lab

Eastmoney News

by njbilly007-lab · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
459
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install eastmoney-news
Description
Provides real-time A-share market and financial news from Eastmoney based on user queries like market trends and stock updates.
README (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,以可读格式呈现给用户。

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install eastmoney-news
  3. After installation, invoke the skill by name or use /eastmoney-news
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug eastmoney-news
Version 1.0.0
License MIT-0
All-time Installs 3
Active Installs 3
Total Versions 1
Frequently Asked Questions

What is Eastmoney News?

Provides real-time A-share market and financial news from Eastmoney based on user queries like market trends and stock updates. It is an AI Agent Skill for Claude Code / OpenClaw, with 459 downloads so far.

How do I install Eastmoney News?

Run "/install eastmoney-news" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Eastmoney News free?

Yes, Eastmoney News is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Eastmoney News support?

Eastmoney News is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Eastmoney News?

It is built and maintained by njbilly007-lab (@njbilly007-lab); the current version is v1.0.0.

💬 Comments