← Back to Skills Marketplace
redfox-data

AI公众号信息源

by RedFox · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
51
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install gzh-ai-feed
Description
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...
README (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。

Usage Guidance
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gzh-ai-feed
  3. After installation, invoke the skill by name or use /gzh-ai-feed
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug gzh-ai-feed
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 51 downloads so far.

How do I install AI公众号信息源?

Run "/install gzh-ai-feed" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is AI公众号信息源 free?

Yes, AI公众号信息源 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does AI公众号信息源 support?

AI公众号信息源 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created AI公众号信息源?

It is built and maintained by RedFox (@redfox-data); the current version is v1.0.0.

💬 Comments