eastmoney skills

v1.0.5

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

19· 4.7k·20 current·23 all-time
byeastmoney_dev@qqk000

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for qqk000/eastmoney-fin-search.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "eastmoney skills" (qqk000/eastmoney-fin-search) from ClawHub.
Skill page: https://clawhub.ai/qqk000/eastmoney-fin-search
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install qqk000/eastmoney-fin-search

ClawHub CLI

Package manager switcher

npx clawhub@latest install eastmoney-fin-search
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The skill's code and SKILL.md consistently call the East Money endpoint (mkapi2.dfcfs.com) and require an MX_APIKEY — this aligns with the stated purpose. However, the registry metadata shown above listed no required env vars while SKILL.md and the code require MX_APIKEY; that's an inconsistency in the declared requirements.
Instruction Scope
Runtime instructions and code limit external communication to the East Money API (POST to mkapi2.dfcfs.com) and use the MX_APIKEY env var. The skill saves extracted plain text and raw JSON to a fixed workspace directory (/root/.openclaw/workspace/mx_data/output/) using filenames derived from the query (safe_filename sanitizes characters). No other system files, unrelated env vars, or external endpoints are referenced.
Install Mechanism
There is no install spec (instruction-only style) which reduces risk. A Python file is included that imports the requests library; dependencies are not declared in the manifest, so runtime may fail if requests isn't available. No remote downloads or third-party installers are used.
Credentials
The only credential required by the SKILL.md and code is MX_APIKEY, which is appropriate for calling the described API. Be aware of the mismatch between the top-level registry metadata (which listed no required env vars) and SKILL.md (which requires MX_APIKEY).
Persistence & Privilege
The skill does not request always:true and does not modify other skills or global agent settings. It writes output files to its own workspace path, which is normal but means query content and raw API responses are persisted on disk.
Assessment
This skill appears to do what it says: it sends your query to East Money's API (mkapi2.dfcfs.com) using an MX_APIKEY and returns/saves results. Before installing: 1) Confirm you trust the East Money endpoint and obtain an API key from an official source. 2) Keep MX_APIKEY secret and only set it in trusted/server-side environments (SKILL.md expects an env var). 3) Note that queries and raw JSON responses are saved under /root/.openclaw/workspace/mx_data/output/ (filenames include sanitized query text) — avoid sending sensitive data in queries or ensure the output directory is secure. 4) The package lists no install steps and the Python file imports requests; ensure the runtime has the requests library. 5) Be aware of the registry metadata mismatch (manifest claims no env vars while SKILL.md/code require MX_APIKEY); you may want the publisher to correct the metadata before wide deployment.

Like a lobster shell, security has layers — review code before you run it.

latestvk97be4s7ct424p8eftbajcd339834zae
4.7kdownloads
19stars
6versions
Updated 1mo ago
v1.0.5
MIT-0

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信息核心正文 / 结构化数据块,承载具体业务数据

Comments

Loading comments...