← 返回 Skills 市场
redfox-data

AI公众号信息源

作者 RedFox · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
51
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install gzh-ai-feed
功能描述
AI公众号信息源 — Daily scan of AI WeChat public accounts, finding the hottest articles by read count, auto-clustering into topics, and generating a styled HTML rep...
使用说明 (SKILL.md)

AI公众号信息源

每日自动扫描全网 AI 公众号,按阅读量找出最火的爆款内容,智能聚类后生成精美 HTML 日报。

API 请求均携带 AI公众号信息源-ClawHub 标识。内置公共 API Key,约 10000 次免费额度。


能力概述

  • 爆款发现:从 200+ 篇 AI 公众号文章中,按阅读量筛选最火的热门内容
  • 智能聚类:自动从当天内容中发现话题方向(Agent、大模型、AI绘画...),每天的分类由内容决定
  • 终端表格:分类 + 标题 + 作者 + 阅读/点赞/评论数,一目了然
  • 可视化日报:深色主题 HTML,封面图、互动数据、文章直链、日期导航
  • 全库搜索:日报页面内置搜索框,通过本地代理服务实时检索全量文章库(模糊匹配,与日期无关)
  • 一键订阅--subscribe 开启每日自动产出,日报自动攒在本地文件夹

使用方式

# 生成今日爆款日报
python3 "$SKILL_PATH/assets/daily_report.py"

# 自定义关注方向
python3 "$SKILL_PATH/assets/daily_report.py" --keywords "AI Agent,RAG,LangChain,Prompt"

# 查看历史某天
python3 "$SKILL_PATH/assets/daily_report.py" --date 2026-05-26

# 订阅 / 取消订阅
python3 "$SKILL_PATH/assets/daily_report.py" --subscribe
python3 "$SKILL_PATH/assets/daily_report.py" --unsubscribe

生成的 HTML 日报保存在 ~/Downloads/QoderReports/,自动浏览器打开。终端同步输出分类文章表格。


首次使用

内置公共 API Key,约 10000 次免费额度,零配置直接用:

python3 "$SKILL_PATH/assets/daily_report.py"

后续使用

免费额度用完后,前往 redfox.hk/login 注册获取个人 API Token:

方式 命令
环境变量(推荐) export X_API_KEY=ak_你的密钥
命令行参数 --api-key ak_你的密钥
配置文件 echo '{"api_key":"ak_你的密钥"}' > ~/.qoder/apis/redfox.json

参数说明

参数 说明 默认值
--keywords 关注的话题方向,逗号分隔 AI,人工智能,大模型,GPT,Agent,AI绘画
--count 扫描文章数量 200
--date 指定日期 YYYY-MM-DD 今天
--output-dir 输出目录 ~/Downloads/QoderReports
--api-key 指定 API Key
--subscribe 开启每日订阅
--unsubscribe 关闭每日订阅
--no-open 不自动打开浏览器

依赖

pip3 install requests

常见问题

Q:日报里的分类是怎么来的? A:完全由当天内容决定。从文章话题、分类标签和标题关键词中自动识别聚类,每天的热点方向不同。

Q:怎么看到更多文章? A:用 --count 300 扩大扫描范围,或通过 --keywords 添加更多关注方向。

Q:HTML 搜索怎么用? A:日报页面内置搜索框,脚本启动时会自动拉起本地代理服务(端口 8765),在浏览器中直接搜索全量文章库。

Q:搜索和日报是什么关系? A:日报是特定日期的聚类展示;搜索是实时查询全库内容(模糊匹配,与日期无关),适合找特定话题的任意日期文章。

Q:订阅后日报存在哪? A:默认 ~/Downloads/QoderReports/,文件名格式 AI日报_2026-05-27.html

Q:额度用完怎么办? A:前往 redfox.hk/login 注册获取免费 Token。

安全使用建议
Install only if you are comfortable with a local report tool that contacts redfox.hk, keeps a local server running on 127.0.0.1:8765 for search, and can create a daily scheduled task when --subscribe is used. Prefer a dedicated low-privilege API key, avoid --subscribe unless you really want recurring execution, and review/remove the LaunchAgent or crontab entry if you enable it.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The reporting, redfox.hk API calls, local HTML output, browser launch, search proxy, and subscription feature fit the stated purpose, but the local proxy forwards searches using the configured API key and the subscription feature creates recurring execution on the user's machine.
Instruction Scope
SKILL.md discloses the output folder, browser opening, port 8765 local search proxy, and subscribe/unsubscribe commands, but it does not clearly explain the proxy's credential-backed data flow, unauthenticated local access, or exact scheduled-task changes.
Install Mechanism
There is no automatic install script beyond the documented requests dependency; persistent scheduling is a runtime action triggered by --subscribe.
Credentials
Network access to redfox.hk, reading X_API_KEY or ~/.qoder/apis/redfox.json, and writing reports under ~/Downloads/QoderReports are proportionate for the feature set. The generated report also loads Google-hosted fonts.
Persistence & Privilege
The --subscribe path writes a macOS LaunchAgent or Linux crontab entry for daily 09:00 execution. It is opt-in and removable, but lacks confirmation/detail, may store X_API_KEY in a LaunchAgent plist on macOS, and uses shell=True crontab pipelines with an interpolated script path.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gzh-ai-feed
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gzh-ai-feed 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of gzh-ai-feed skill. - Automatically scans and curates hottest AI WeChat public account articles by read count. - Clusters articles into daily topics and generates styled HTML reports with cover images, metrics, and easy navigation. - Includes built-in search across all articles and supports one-click daily subscription. - Zero-config usage with 10,000 free API requests; personal token setup available after quota is used.
元数据
Slug gzh-ai-feed
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

AI公众号信息源 是什么?

AI公众号信息源 — Daily scan of AI WeChat public accounts, finding the hottest articles by read count, auto-clustering into topics, and generating a styled HTML rep... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 51 次。

如何安装 AI公众号信息源?

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

AI公众号信息源 是免费的吗?

是的,AI公众号信息源 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

AI公众号信息源 支持哪些平台?

AI公众号信息源 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 AI公众号信息源?

由 RedFox(@redfox-data)开发并维护,当前版本 v1.0.0。

💬 留言讨论