Eastmoney Financial Search

# eastmoney_financial_search - 东方财富资讯搜索技能

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Eastmoney Financial Search" with this command: npx skills add yunduanmanbu/eastmoney-finance-news

eastmoney_financial_search - 东方财富资讯搜索技能

基于东方财富妙想搜索能力,用于获取涉及时效性信息或特定事件信息的金融资讯(新闻、公告、研报、政策解读等)。

功能

  • 根据用户问句搜索相关金融资讯
  • 返回可读文本内容,包含标题、关联证券列表、核心正文
  • 可选保存到工作目录

环境变量

  • EASTMONEY_APIKEY: 东方财富 API key (默认:mkt_Z19TUfMY79_44k4wZsAHIVGVva0-g8PxD_DkBDQx2iM)

API 接口

POST https://mkapi2.dfcfs.com/finskillshub/api/claw/news-search
Content-Type: application/json

{
    "apikey": "<EASTMONEY_APIKEY>",
    "query": "立讯精密的资讯"
}

返回字段

字段释义
title信息标题
secuList关联证券列表
trunk信息核心正文

示例问句

  • 格力电器最新研报、贵州茅台机构观点
  • 商业航天板块近期新闻、新能源政策解读
  • A 股具备自然对冲优势的公司、汇率风险
  • 今日大盘异动原因、北向资金流向解读

使用示例

from urllib.request import Request
import json

def get_eastmoney_news(query):
    apikey = os.environ.get("EASTMONEY_APIKEY", "mkt_Z19TUfMY79_44k4wZsAHIVGVva0-g8PxD_DkBDQx2iM")
    
    url = "https://mkapi2.dfcfs.com/finskillshub/api/claw/news-search"
    data = {
        "apikey": apikey,
        "query": query
    }
    
    req = Request(url, data=json.dumps(data).encode("utf-8"), headers={"Content-Type": "application/json"})
    with urllib.request.urlopen(req) as response:
        result = json.loads(response.read().decode("utf-8"))
    return result

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

openEuler RPM Packaging

🚨 openEuler 专项 RPM 打包规范。任何涉及 openEuler 打包的场景,都必须读取此技能。**openEuler 规则与通用 RPM 不同**:5 包拆分规则、专用 changelog 格式(Type/ID/SUG/DESC)、openEuler 专用宏、检视原则。不适用于其他发行版。

Registry SourceRecently Updated
General

Tianyi Cloud Game

天翼云游戏搜索与启动。当用户想玩云游戏、搜索游戏、或提到天翼云游戏时使用。支持自然语言匹配游戏并快速启动。

Registry SourceRecently Updated
General

Ugc Ad Script Maker

Creates timed, authentic UGC-style ad scripts with strong hooks, natural product proof, and varied CTAs for TikTok, Reels, Shorts, FB, and Snapchat.

Registry SourceRecently Updated
General

Campaign Angle Spark

Generates and scores unique, relevant campaign angles from product briefs, recommending targeted marketing hooks and test priorities without generic templates.

Registry SourceRecently Updated