← Back to Skills Marketplace
yujing2013

基金新闻日报

by Yujing2013 · GitHub ↗ · v1.2.1 · MIT-0
cross-platform ✓ Security Clean
390
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install fund-news-daily
Description
基金新闻日报。从证券时报、中国证券报、证券日报、上海证券报、中国基金报抓取公募基金新闻,支持今日/过去七天/指定日期/指定日期范围查询,过去七天和日期范围查询支持生成Word文档。严格过滤私募/ETF龙虎榜/资金净流入等内容。
README (SKILL.md)

基金新闻日报

从五大权威财经平台抓取公募基金/基金行业政策新闻,严格过滤不符合规则的内容。

功能描述

  • 📊 五大数据源:证券时报、中国证券报、证券日报、上海证券报、中国基金报
  • 📅 多种时间查询:今日、过去七天、指定日期、指定日期范围
  • 📄 Word文档输出:过去七天和日期范围查询支持生成Word文档
  • 🎯 智能筛选:严格过滤私募、基金经理访谈、资金净流入等内容

依赖安装

首次使用时,AI会自动检测并安装以下依赖:

1. Agent Browser CLI(必需)

# 检测命令
agent-browser --version

# 如果未安装,执行
npm install -g agent-browser

2. python-docx(Word文档输出需要)

# 检测命令
python -c "import docx"

# 如果未安装,执行
pip install python-docx

用户无需手动安装,AI会在首次使用时自动处理。

输入方式

用户输入 行为
"查今日基金新闻" 今日新闻
"基金新闻日报" 今日新闻(默认)
"查过去七天基金新闻" 过去七天新闻 + Word文档
"查2026年03月10日基金新闻" 指定日期新闻
"查2026年3月1日至3月10日基金新闻" 指定日期范围 + Word文档

输出格式

【基金新闻专属汇总】
查询类型:□今日 □过去七天 □指定日期 □指定日期范围
汇总时间:YYYY年MM月DD日 HH:MM

1. 证券时报
├── 发布时间:MM月DD日 HH:MM
│   新闻标题:{原文标题}
│   内容概要:{摘抄原文核心内容}
│   新闻链接:{官方原文链接}
└── (无内容则标注「本平台当日无符合规则新闻」)

2. 中国证券报
...

3. 证券日报
...

4. 上海证券报
...

5. 中国基金报
...

文件结构

fund-news-daily/
├── SKILL.md                    # 本文件(使用手册)
├── scripts/
│   └── fund_news_word.py       # Word文档生成脚本
└── references/
    ├── filter_rules.md         # 内容筛选规则
    ├── query_rules.md          # 时间查询规则
    ├── technical_specs.md      # 技术实现细节
    └── word_format.md          # Word格式规范参考
Usage Guidance
这个技能在功能和所需操作上是自洽的:它抓取列出的新闻站点并生成 Word 文档,不会要求你的凭据或把数据发送到未知服务器。但在安装前请注意: - agent-browser 会通过 `npm install -g` 全局安装,这会下载并在你的系统上放置第三方可执行代码。建议先手动审核该 npm 包(查看 npm 页、仓库、维护者信任度和最近发布记录),或在受限/沙箱环境中运行。 - 如果你对自动在系统上安装软件敏感,可选择手动安装 agent-browser 与 python-docx 并仅在确认安全后使用该技能。 - 抓取网站内容可能涉及版权或使用条款问题——确认目标媒体允许抓取/摘录。 总体上该技能没有看到不相关的凭据请求或隐蔽网络端点,因此从内部一致性角度可认为是良性。
Capability Analysis
Type: OpenClaw Skill Name: fund-news-daily Version: 1.2.1 The skill bundle is a legitimate tool designed to scrape Chinese financial news and generate Word reports. It utilizes the 'agent-browser' CLI for web scraping and 'python-docx' for document creation, with instructions in SKILL.md and technical_specs.md for the AI to install these dependencies if missing. The Python script (fund_news_word.py) contains standard document generation logic and content filtering without any signs of malicious execution, data exfiltration, or obfuscation.
Capability Assessment
Purpose & Capability
技能名/描述要求抓取五家媒体并生成 Word 文档;SKILL.md、technical_specs 中列出的抓取命令使用 Agent Browser CLI,scripts/fund_news_word.py 仅负责 Word 格式化与筛选逻辑。所需组件(网页抓取 CLI + python-docx)与目的相符。
Instruction Scope
运行指令限定为:检测/安装 agent-browser 与 python-docx,使用 agent-browser 抓取列出的新闻站点并按规则筛选、格式化和输出。没有要求读取系统凭据、主目录文件或向未知第三方提交抓取内容。
Install Mechanism
技能说明会在首次使用时自动运行 `npm install -g agent-browser`(全局安装第三方 CLI)和 `pip install python-docx`。自动全局安装 npm 包会把第三方代码写入系统并可执行,属于中等风险,但在该技能的抓取设计上是可以理解的——仍建议在可信或受限环境中安装并先审查该 npm 包。
Credentials
技能不要求任何环境变量、密钥或配置路径;脚本和文档也未读取未声明的凭据,所请求的环境访问与功能相称。
Persistence & Privilege
技能不声明 always: true、也不修改其他技能或系统设置。默认的可自主调用(平台默认)存在,但与本技能行为并无不一致之处。
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install fund-news-daily
  3. After installation, invoke the skill by name or use /fund-news-daily
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.1
- 新增“依赖安装”说明,详细列出首次使用时AI自动检测与安装的必要依赖(agent-browser CLI与python-docx),用户无需手动操作。 - 其余功能、结构、使用方式无变动,仅版本号由1.2.0小幅提升至1.2.1。
v1.1.1
Version 1.2.0 - 新增支持「上海证券报」和「中国基金报」,数据源拓展至五大财经媒体 - 拆分并完善内容筛选规则、查询规则与技术细节文档(新加入 references/ 目录) - 优化 SKILL.md 结构,规范功能、查询方式与输出格式展示 - 保持Word文档生成功能,仅限过去七天与指定日期范围查询 - 严格执行公募基金类新闻筛选与私募/市场数据等内容过滤
v1.1.0
重新封装:精简SKILL.md,添加scripts和references目录,分离代码和规范
v1.0.0
首版发布
Metadata
Slug fund-news-daily
Version 1.2.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 4
Frequently Asked Questions

What is 基金新闻日报?

基金新闻日报。从证券时报、中国证券报、证券日报、上海证券报、中国基金报抓取公募基金新闻,支持今日/过去七天/指定日期/指定日期范围查询,过去七天和日期范围查询支持生成Word文档。严格过滤私募/ETF龙虎榜/资金净流入等内容。 It is an AI Agent Skill for Claude Code / OpenClaw, with 390 downloads so far.

How do I install 基金新闻日报?

Run "/install fund-news-daily" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 基金新闻日报 free?

Yes, 基金新闻日报 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 基金新闻日报 support?

基金新闻日报 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 基金新闻日报?

It is built and maintained by Yujing2013 (@yujing2013); the current version is v1.2.1.

💬 Comments