← 返回 Skills 市场
redfox-data

AI抖音信息源

作者 RedFox · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
43
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install douyin-ai-feed
功能描述
AI抖音信息源 — 每日自动扫描抖音 AI 相关作品,按互动量(点赞/分享/评论)筛选最火内容,智能聚类生成精美 HTML 日报,支持封面图、数据指标和每日订阅。当用户需要 AI 抖音日报、抖音AI热点、AI抖音内容、抖音信息源、douyin ai feed 时使用。
使用说明 (SKILL.md)

AI抖音信息源

每日自动扫描抖音 AI 相关作品,按互动量(点赞/分享/评论)筛选最火内容,智能聚类后生成精美 HTML 日报。


能力概述

  • 爆款发现:按关键词搜索抖音 AI 作品,按互动量筛选最火内容
  • 智能聚类:自动从当天内容中发现话题方向,每天的分类由内容决定
  • 终端表格:分类 + 标题 + 作者 + 点赞/分享/评论数,一目了然
  • 可视化日报:深色主题 HTML(抖音青色风格),封面图、互动数据、作品直链、日期导航
  • 一键订阅--subscribe 开启每日自动产出,日报自动攒在本地

使用方式

# 生成今日爆款日报(默认关键词:AI)
python3 "$SKILL_PATH/scripts/fetch_douyin_ai.py"

# 自定义关键词
python3 "$SKILL_PATH/scripts/fetch_douyin_ai.py" --keyword "ChatGPT"

# 查看历史某天
python3 "$SKILL_PATH/scripts/fetch_douyin_ai.py" --date 2026-06-09

# 指定时间范围(开始时间含,结束时间不含)
python3 "$SKILL_PATH/scripts/fetch_douyin_ai.py" --start-time 2026-06-09 --end-time 2026-06-10

# 订阅 / 取消订阅
python3 "$SKILL_PATH/scripts/fetch_douyin_ai.py" --subscribe
python3 "$SKILL_PATH/scripts/fetch_douyin_ai.py" --unsubscribe

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


🔑 鉴权

获取 API Key

前往 redfox.hk/login 注册获取个人 API Key。

配置 API Key

方式 命令
环境变量(推荐) export REDFOX_API_KEY=ak_你的密钥
写入 shell 配置 echo 'export REDFOX_API_KEY=ak_你的密钥' >> ~/.zshrc && source ~/.zshrc

脚本缺失环境变量时会明确报错并提供配置指引,不会静默失败。


参数说明

参数 说明 默认值
--keyword 搜索关键词 AI
--page-size 每页条数 50
--date 指定日期 YYYY-MM-DD 今天
--start-time 开始时间 YYYY-MM-DD(含) 根据 --date 自动计算
--end-time 结束时间 YYYY-MM-DD(不含) 根据 --date 自动计算
--output-dir 输出目录 ~/Downloads/QoderReports
--subscribe 安装每日定时任务 (16:00)
--unsubscribe 卸载定时任务
--no-open 不自动打开浏览器

依赖

pip3 install requests

常见问题

Q:日报里的分类是怎么来的? A:完全由当天内容决定。从作品的 type/topic 标签中自动识别聚类,每天的热点方向不同。

Q:怎么看到更多作品? A:用 --page-size 100 增大单次查询数量。

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

Q:没有 API Key 怎么办? A:前往 redfox.hk 注册获取,然后执行 export REDFOX_API_KEY=ak_你的密钥

安全使用建议
Install only if you are comfortable giving this skill a RedFox API key and letting it create local reports. Use subscription mode carefully: on macOS it may write the API key into a LaunchAgent plist, and on other systems it edits crontab. Prefer running reports manually unless you have reviewed the scheduled task and know how to remove it with --unsubscribe.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Fetching Douyin AI content through the RedFox API, clustering posts, and writing a local HTML report match the stated purpose; use of a RedFox API key and network access is expected for that purpose.
Instruction Scope
The skill documents broad natural-language triggers and report-generation behavior, but the sensitive side effects of subscription mode are not separated from ordinary report use.
Install Mechanism
The subscription path modifies launchd or crontab entries. This is user-invoked through --subscribe, but it is a persistent system scheduling change and lacks an explicit permissions/side-effects section.
Credentials
Local report writes, browser opening, requests to redfox.hk, and loading report cover images are proportionate to the feed/report purpose; external Google Fonts in generated reports are a minor disclosed-template network dependency, not a core security concern.
Persistence & Privilege
On macOS, the LaunchAgent plist can include REDFOX_API_KEY in plaintext under EnvironmentVariables, which conflicts with the README’s advice not to expose the key in output files and materially expands credential exposure.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install douyin-ai-feed
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /douyin-ai-feed 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- 新增支持自定义时间范围查询,通过 `--start-time` 和 `--end-time` 参数获取指定日期区间的内容。 - 定时任务默认执行时间调整为每日 16:00。 - API Key 获取地址统一为 https://www.redfox.hk/api-keys?source=github。 - 文档细节优化,补充参数说明与用法示例。
v1.0.0
- Initial release of douyin-ai-feed. - Automatically scans Douyin for popular AI-related content daily, ranked by engagement. - Generates visually rich, clustered HTML daily reports with interaction metrics and direct links. - Supports one-click subscription for daily automatic report generation and local archiving. - Provides terminal table output for categorized content. - Includes flexible configuration for keywords, dates, output directory, and API key management.
元数据
Slug douyin-ai-feed
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

AI抖音信息源 是什么?

AI抖音信息源 — 每日自动扫描抖音 AI 相关作品,按互动量(点赞/分享/评论)筛选最火内容,智能聚类生成精美 HTML 日报,支持封面图、数据指标和每日订阅。当用户需要 AI 抖音日报、抖音AI热点、AI抖音内容、抖音信息源、douyin ai feed 时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 43 次。

如何安装 AI抖音信息源?

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

AI抖音信息源 是免费的吗?

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

AI抖音信息源 支持哪些平台?

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

谁开发了 AI抖音信息源?

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

💬 留言讨论