eastmoney_financial_search

eastmoney_financial_search is a skill for Claude Code, Codex from meission/eastmoney. It costs 97 tokens per session (919 once invoked), scanned A, original, MIT.

A financial-news search service based on Eastmoney's information search system. It finds current or specific financial information such as news, research reports, announcements, policies, trading rules, and event analysis.

In plain words
What is it for?
Use it to search for company or sector news, analyst reports, policy explanations, market events, and broader financial or macroeconomic analysis.
Why use it?
It helps avoid relying on outdated or poorly sourced financial information when a question needs external research. Queries are sent to the provider's official API, using an API key stored in an environment variable.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to search for company or sector news, analyst reports, policy explanations, market events, and broader financial or macroeconomic analysis.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/meission/eastmoney/financial-search
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add meission/eastmoney --skill financial-search
Clone the repo
git clone --depth 1 https://github.com/meission/eastmoney

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for eastmoney_financial_search

README.md
[![agentmods](https://agentmods.dev/badge/skills/meission/eastmoney/financial-search/github.svg)](https://agentmods.dev/skills/meission/eastmoney/financial-search)
Your own site
<a href="https://agentmods.dev/skills/meission/eastmoney/financial-search"><img src="https://agentmods.dev/badge/skills/meission/eastmoney/financial-search/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for eastmoney_financial_search

Your own site · 80×15
<a href="https://agentmods.dev/skills/meission/eastmoney/financial-search"><img src="https://agentmods.dev/badge/skills/meission/eastmoney/financial-search.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 919 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00097 $0.00919
Opus 5 $0.00048 $0.00460
Sonnet 5 $0.00019 $0.00184
Haiku 4.5 $0.00010 $0.00092

Measured 12d ago against content hash 6bdd9ca5f233, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

eastmoney_financial_search scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/search.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -X POST --location 'https://mkapi2.dfcfs.com/finskillshub/api/claw/news-search' \
skills/financial-search/SKILL.md · 81 lines

What it actually says

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

使用方式

  1. 首先检查环境变量EASTMONEY_APIKEY是否存在:
    echo $EASTMONEY_APIKEY
    
    如果不存在,提示用户在东方财富Skills页面(https://marketing.dfcfs.com/views/finskillshub/indexuNdYscEA?appfenxiang=1)获取apikey并设置到环境变量。

⚠️ 安全注意事项

  • 外部请求: 本 Skill 会将用户的查询关键词(Keyword)发送至东方财富官方 API 接口 (mkapi2.dfcfs.com) 进行解析与检索。
  • 数据用途: 提交的数据仅用于资讯搜索,不包含个人隐私信息。
  • 凭据保护: API Key 仅通过环境变量 EASTMONEY_APIKEY 在服务端或受信任的运行环境中使用,不会在前端明文暴露。
  1. 使用POST请求调用接口:
    curl -X POST --location 'https://mkapi2.dfcfs.com/finskillshub/api/claw/news-search' \
    --header 'Content-Type: application/json' \
    --header "apikey: $EASTMONEY_APIKEY" \
    --data '{"query":"用户的查询内容"}'
    

适用场景

当用户查询以下类型的内容时使用本skill:

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

返回说明

字段路径 简短释义
title 信息标题,高度概括核心内容
secuList 关联证券列表,含代码、名称、类型等
secuList[].secuCode 证券代码(如 002475)
secuList[].secuName 证券名称(如立讯精密)
secuList[].secuType 证券类型(如股票 / 债券)
trunk 信息核心正文 / 结构化数据块,承载具体业务数据

示例

import os
import requests

api_key = os.getenv("EASTMONEY_APIKEY")
if not api_key:
    raise ValueError("请先设置EASTMONEY_APIKEY环境变量")

url = "https://mkapi2.dfcfs.com/finskillshub/api/claw/news-search"
headers = {
    "Content-Type": "application/json",
    "apikey": api_key
}
data = {
    "query": "立讯精密的资讯"
}

response = requests.post(url, headers=headers, json=data)
response.raise_for_status()
result = response.json()
print(result)
Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 81 lines · 97 tokens per session scan A 6bdd9ca5f233

Subscribe to this mod's changes

eastmoney_financial_search is a skill published in the GitHub repository meission/eastmoney (17 stars, last pushed 5mo ago), licensed MIT. It adds 97 tokens to every session and 919 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

sector-rotation

An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.

HKUDS/Vibe-Trading · 39 tokens

strategy-pivot-designer

Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.

tradermonty/claude-trading-skills · 28 tokens

twitter-reader

Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…

himself65/finance-skills · 161 tokens

chenhao-limit-up

A framework for judging Chinese A-share stocks that have reached the daily price-rise limit, using market mood, sector leadership, and trading momentum.

questflowai/investorskills · 44 tokens

furusato

A Japanese hometown-tax donation manager for furusato nozei, a system where donations to municipalities can qualify for an income-tax or local-tax deduction. It reads donation receipts, stores donation records, and calculates deduction limits.

kazukinagata/shinkoku · 102 tokens

reading-receipt

An image-reading workflow for extracting structured information from receipts, invoices, and hometown-tax donation certificates. It can first extract text from PDFs and otherwise read their images.

kazukinagata/shinkoku · 64 tokens