← 返回 Skills 市场
paudyyin

基金日报-天天基金网

作者 paudyyin · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
39
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install fund-daily-report
功能描述
基金日报生成器。每当用户要求查看基金排行、基金日报、基金净值涨幅、 基金资金流向、行业资金流、基金持仓变动时,必须使用此技能。 基于天天基金网/东方财富公开数据,每日推送4大类基金市场信息。
使用说明 (SKILL.md)

基金日报 — 天天基金网数据

基于天天基金网 (fund.eastmoney.com) 和东方财富 Choice 数据,每日生成基金市场分析报告。

什么时候使用

  • 用户要求生成基金日报
  • 用户要求查看基金净值排行/涨幅排行
  • 用户要求分析基金资金流向
  • 用户要求查看行业资金流
  • 用户要求查看基金加仓/减仓股票
  • 用户提到"天天基金"、"基金排行"、"基金日报"

核心工作流

1. 运行脚本

cd skills/fund-daily-report
python fund_daily_report.py

2. 输出内容

报告包含4个板块:

板块1: 过去30天净值涨幅最高的10只基金

  • 数据来源:fund_open_fund_rank_em(开放式基金排行)
  • 筛选:股票型 + 混合型
  • 排序:按"近1月"涨幅降序
  • 输出字段:基金代码 | 基金简称 | 单位净值 | 近1月涨幅 | 日增长率 | 基金类型

板块2: 过去30天资金流入最多的10只基金

  • 数据来源:fund_exchange_rank_em(场内ETF基金排行)
  • 排序:按近1月涨幅排序(作为资金关注度代理指标)
  • 输出字段:基金代码 | 基金简称 | 单位净值 | 近1月涨幅 | 近3月涨幅 | 类型

板块3: 过去30天资金流入最多的5个行业

  • 数据来源:stock_fund_flow_concept(概念板块资金流)
  • 排序:按主力净流入净额降序
  • 输出字段:行业名称 | 涨跌幅 | 流入资金 | 流出资金 | 净流入

板块4: 过去30天基金加仓最多的10只股票

  • 数据来源:stock_zh_a_spot_em(A股实时行情)
  • 排序:综合评分 = 成交额 × (1 + 涨跌幅/100)
  • 输出字段:股票代码 | 股票名称 | 最新价 | 涨跌幅 | 成交额 | 换手率

3. 数据刷新

  • 净值数据:T+1(每日更新)
  • 资金流数据:实时
  • 建议执行时间:每个交易日 15:30 之后

依赖

pip install akshare pandas numpy

AKShare 接口清单

用途 接口 状态
开放式基金排行 fund_open_fund_rank_em ✅ 可用
ETF基金排行 fund_exchange_rank_em ✅ 可用
概念板块资金流 stock_fund_flow_concept ⚠️ 可能被拦截
A股实时行情 stock_zh_a_spot_em ⚠️ 可能被拦截

注意事项

  • 公司网络可能拦截东方财富 push2 API
  • 基金净值数据为 T+1 更新
  • 如需精确的基金申赎数据,需使用付费接口
  • 行业资金流和个股资金流可能被防火墙拦截,需配置代理

输出示例

================================================================================
  1. 过去30天净值涨幅最高的10只基金
================================================================================
  1. 018815 方正富邦核心优势混合A  净值:1.8520  近1月:+42.82%  日涨跌:+7.11%  [混合型]
  2. 018816 方正富邦核心优势混合C  净值:1.8210  近1月:+42.75%  日涨跌:+7.11%  [混合型]
  3. 001198 东方惠新灵活配置混合A  净值:2.5430  近1月:+39.68%  日涨跌:+3.25%  [混合型]
  ...

================================================================================
  2. 过去30天资金流入最多的10只基金
================================================================================
  1. 515880 通信ETF国泰   净值:1.5526  近1月:+27.70%  近3月:+48.65%  [指数型-股票]
  2. 159583 通信ETF富国   净值:1.9094  近1月:+24.03%  近3月:+43.36%  [指数型-股票]
  ...
安全使用建议
Review this skill before installing. Its public-market-data purpose is understandable, but the hardcoded JQData credential should be removed or replaced with clearly documented user-supplied credentials before use.
功能分析
Type: OpenClaw Skill Name: fund-daily-report Version: 1.0.0 The skill contains hardcoded plaintext credentials for the JoinQuant (JQData) API (jq.auth('13918681158', 'Yindb1158')) within fund_daily_report.py. While the script's logic appears aligned with its stated purpose of generating financial reports using AKShare and JQData, embedding static credentials is a significant security vulnerability and a common indicator of poorly managed or potentially compromised code.
能力评估
Purpose & Capability
Generating fund and market reports fits the stated purpose, but the code goes beyond the advertised public AKShare/Eastmoney data flow by authenticating to JQData with embedded credentials.
Instruction Scope
The skill instructions are scoped to fund rankings, fund daily reports, net-value changes, fund flows, industry flows, and holdings-related queries.
Install Mechanism
The README asks users to install Python packages with pip, including jqdatasdk, without version pinning or an install spec. This is common for a Python data skill, but users should install in a trusted environment.
Credentials
Registry metadata declares no required credentials or environment variables, yet the runtime includes a built-in authenticated JQData fallback.
Persistence & Privilege
No persistence mechanism or privileged system mutation is shown; the README only suggests optional daily scheduling with OpenClaw Heartbeat.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install fund-daily-report
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /fund-daily-report 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
基于天天基金网的基金日报生成器,支持净值涨幅排行、资金流向、行业资金流、基金加仓分析
元数据
Slug fund-daily-report
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

基金日报-天天基金网 是什么?

基金日报生成器。每当用户要求查看基金排行、基金日报、基金净值涨幅、 基金资金流向、行业资金流、基金持仓变动时,必须使用此技能。 基于天天基金网/东方财富公开数据,每日推送4大类基金市场信息。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 39 次。

如何安装 基金日报-天天基金网?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install fund-daily-report」即可一键安装,无需额外配置。

基金日报-天天基金网 是免费的吗?

是的,基金日报-天天基金网 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

基金日报-天天基金网 支持哪些平台?

基金日报-天天基金网 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 基金日报-天天基金网?

由 paudyyin(@paudyyin)开发并维护,当前版本 v1.0.0。

💬 留言讨论