← Back to Skills Marketplace
zhouhuihui008

Eastmoney Fin Search 1.0.5

by zhouhuihui008 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
148
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install eastmoney-fin-search-1-0-5
Description
本skill基于东方财富妙想搜索能力,基于金融场景进行信源智能筛选,用于获取涉及时效性信息或特定事件信息的任务,包括新闻、公告、研报、政策、交易规则、具体事件、各种影响分析、以及需要检索外部数据的非常识信息等。避免AI在搜索金融场景信息时,参考到非权威、及过时的信息。
README (SKILL.md)

eastmoney_fin_search 妙想资讯搜索 skill

本 Skill 基于东方财富妙想搜索能力,基于金融场景进行信源智能筛选,用于获取涉及时效性信息或特定事件信息的任务,包括新闻、公告、研报、政策、交易规则、具体事件、各种影响分析、以及需要检索外部数据的非常识信息等。避免AI在搜索金融场景信息时,参考到非权威、及过时的信息。

功能说明

根据用户问句搜索相关金融资讯,获取与问句相关的资讯信息(如研报、新闻、解读等),并返回可读的文本内容。

配置

  • API Key: 通过环境变量 MX_APIKEY 设置
  • 默认输出目录: /root/.openclaw/workspace/mx_data/output/(自动创建)
  • 输出文件名前缀: mx_search_
  • 输出文件:
    • mx_search_{query}.txt - 提取后的纯文本结果
    • mx_search_{query}.json - API 原始 JSON 数据

API 调用方式

  1. 需要用户在妙想Skills页面获取apikey。

  2. 将apikey存到环境变量,命名为MX_APIKEY,检查本地该环境变量是否存在,若存在可直接用。

  3. 使用post请求如下接口,务必使用post请求。

    ⚠️ 安全注意事项

    • 外部请求: 本 Skill 会将您的查询文本发送至东方财富官方 API 域名 ( mkapi2.dfcfs.com ) 以获取金融数据。
    • 凭据保护: API Key 仅通过环境变量 MX_APIKEY 在服务端或受信任的运行环境中使用,不会在前端明文暴露。
curl -X POST --location 'https://mkapi2.dfcfs.com/finskillshub/api/claw/news-search' \
--header 'Content-Type: application/json' \
--header 'apikey: YOUR_API_KEY' \
--data '{"query":"立讯精密的资讯"}'

问句示例

类型 示例问句
个股资讯 格力电器最新研报、贵州茅台机构观点
板块/主题 商业航天板块近期新闻、新能源政策解读
宏观/风险 A股具备自然对冲优势的公司 汇率风险、美联储加息对A股影响
综合解读 今日大盘异动原因、北向资金流向解读

返回说明

字段路径 简短释义
title 信息标题,高度概括核心内容
secuList 关联证券列表,含代码、名称、类型等
secuList[].secuCode 证券代码(如 002475)
secuList[].secuName 证券名称(如立讯精密)
secuList[].secuType 证券类型(如股票 / 债券)
trunk 信息核心正文 / 结构化数据块,承载具体业务数据
Usage Guidance
This skill appears coherent, but consider the following before installing: 1) The skill will send any query text to mkapi2.dfcfs.com and include your MX_APIKEY in request headers — only use this if you trust that API and you obtained the key from a legitimate source. 2) Results (raw JSON and extracted text) are written to /root/.openclaw/workspace/mx_data/output by default; avoid sending sensitive queries you don't want persisted, or change the output dir. 3) Ensure the runtime has the Python 'requests' library available. 4) If you plan to allow autonomous invocation, be aware the agent may call the external API without interactive approval (this is platform default). 5) If you have doubts about the domain or API key provenance, verify the service URL and obtain keys from the official Skills marketplace or vendor; revoke the key if it may be exposed.
Capability Analysis
Type: OpenClaw Skill Name: eastmoney-fin-search-1-0-5 Version: 1.0.0 The skill provides legitimate financial information search capabilities by interfacing with the Eastmoney Miaoxiang API (mkapi2.dfcfs.com). The code in mx_search.py follows best practices for API interaction, including secure credential handling via environment variables (MX_APIKEY) and safe filename sanitization. No evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found in SKILL.md or the source code.
Capability Assessment
Purpose & Capability
The skill name/description say it queries 东方财富妙想搜索 for financial information. The only credential it requests is MX_APIKEY, which is exactly what's needed to call the documented API. The included code posts to mkapi2.dfcfs.com, matching the stated purpose.
Instruction Scope
SKILL.md and the Python code both instruct sending the query to the Eastmoney API and saving returned JSON and extracted text. The skill only reads the MX_APIKEY env var and writes output files to the workspace path it documents; it does not access unrelated system files, other credentials, or external endpoints beyond the stated API domain.
Install Mechanism
There is no install spec (instruction-only plus a small client script), so nothing is downloaded or executed at install time. The client uses the standard 'requests' library; if that dependency is missing the script will fail at runtime, but there is no risky install mechanism.
Credentials
Only one environment variable (MX_APIKEY) is required and its purpose (API authentication for the Eastmoney endpoint) is clear and justified. No unrelated secrets, config paths, or extra credentials are requested.
Persistence & Privilege
The skill is not always-enabled and does not modify other skills or system-wide settings. It can be invoked autonomously (platform default), and it writes results into a documented workspace directory (/root/.openclaw/workspace/mx_data/output), which is expected behavior for a client that caches search outputs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install eastmoney-fin-search-1-0-5
  3. After installation, invoke the skill by name or use /eastmoney-fin-search-1-0-5
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of eastmoney_fin_search skill: - Provides intelligent filtering of authoritative, up-to-date financial information (news, research, announcements, policies, etc.) for a wide range of scenarios. - Uses 东方财富妙想 API for secure, direct external data retrieval; requires API Key set via environment variable. - Supports various query types: individual stocks, sectors, macro analysis, event impacts, and more. - Returns both human-readable summaries and raw JSON results with detailed field explanations.
Metadata
Slug eastmoney-fin-search-1-0-5
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Eastmoney Fin Search 1.0.5?

本skill基于东方财富妙想搜索能力,基于金融场景进行信源智能筛选,用于获取涉及时效性信息或特定事件信息的任务,包括新闻、公告、研报、政策、交易规则、具体事件、各种影响分析、以及需要检索外部数据的非常识信息等。避免AI在搜索金融场景信息时,参考到非权威、及过时的信息。 It is an AI Agent Skill for Claude Code / OpenClaw, with 148 downloads so far.

How do I install Eastmoney Fin Search 1.0.5?

Run "/install eastmoney-fin-search-1-0-5" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Eastmoney Fin Search 1.0.5 free?

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

Which platforms does Eastmoney Fin Search 1.0.5 support?

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

Who created Eastmoney Fin Search 1.0.5?

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

💬 Comments