本skill基于东方财富妙想搜索能力,基于金融场景进行信源智能筛选,用于获取涉及时效性信息或特定事件信息的任务,包括新闻、公告、研报、政策、交易规则、具体事件、各种影响分析、以及需要检索外部数据的非常识信息等。避免AI在搜索金融场景信息时,参考到非权威、及过时的信息。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install eastmoney-financial-search-1-0-2或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install eastmoney-financial-search-1-0-2⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/eastmoney-financial-search-1-0-2/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: eastmoney_financial_search description: 本skill基于东方财富妙想搜索能力,基于金融场景进行信源智能筛选,用于获取涉及时效性信息或特定事件信息的任务,包括新闻、公告、研报、政策、交易规则、具体事件、各种影响分析、以及需要检索外部数据的非常识信息等。避免AI在搜索金融场景信息时,参考到非权威、及过时的信息。 required_env_vars: - EASTMONEY_APIKEY credentials: - type: api_key name: EASTMONEY_APIKEY description: 从东方财富技能市场 (https://marketing.dfcfs.com/views/finskillshub/indexuNdYscEA?appfenxiang=1) 获取的 API Key ---
根据用户问句搜索相关金融资讯,获取与问句相关的资讯信息(如研报、新闻、解读等),并返回可读的文本内容,可选保存到工作目录。
EASTMONEY_APIKEY是否存在:```bash echo $EASTMONEY_APIKEY ``` 如果不存在,提示用户在东方财富Skills页面(https://marketing.dfcfs.com/views/finskillshub/indexuNdYscEA?appfenxiang=1)获取apikey并设置到环境变量。
> ⚠️ 安全注意事项 > > - 外部请求: 本 Skill 会将用户的查询关键词(Keyword)发送至东方财富官方 API 接口 (mkapi2.dfcfs.com) 进行解析与检索。 > - 数据用途: 提交的数据仅用于资讯搜索,不包含个人隐私信息。 > - 凭据保护: API Key 仅通过环境变量 EASTMONEY_APIKEY 在服务端或受信任的运行环境中使用,不会在前端明文暴露。
```bash 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:
|字段路径|简短释义| |----|----| |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)安装 Eastmoney Financial Search 1.0.2 后,可以对 AI 说这些话来触发它
Help me get started with Eastmoney Financial Search 1.0.2
Explains what Eastmoney Financial Search 1.0.2 does, walks through the setup, and runs a quick demo based on your current project
Use Eastmoney Financial Search 1.0.2 to this skill is based on Oriental Fortune's wonderful search capabili...
Invokes Eastmoney Financial Search 1.0.2 with the right parameters and returns the result directly in the conversation
What can I do with Eastmoney Financial Search 1.0.2 in my finance & investment workflow?
Lists the top use cases for Eastmoney Financial Search 1.0.2, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/eastmoney-financial-search-1-0-2/ 目录(个人级,所有项目可用),或 .claude/skills/eastmoney-financial-search-1-0-2/(项目级)。重启 AI 客户端后,用 /eastmoney-financial-search-1-0-2 主动调用,或让 AI 根据上下文自动发现并使用。
Eastmoney Financial Search 1.0.2 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Eastmoney Financial Search 1.0.2 可免费安装使用。请查阅仓库了解许可证信息。
本skill基于东方财富妙想搜索能力,基于金融场景进行信源智能筛选,用于获取涉及时效性信息或特定事件信息的任务,包括新闻、公告、研报、政策、交易规则、具体事件、各种影响分析、以及需要检索外部数据的非常识信息等。避免AI在搜索金融场景信息时,参考到非权威、及过时的信息。
Automate my finance & investment tasks using Eastmoney Financial Search 1.0.2
Identifies repetitive steps in your workflow and sets up Eastmoney Financial Search 1.0.2 to handle them automatically
Eastmoney Financial Search 1.0.2 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。