Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
redfox-data avatar

Douyin Ai Feed

  • 205 installs
  • 316 repo stars
  • Updated August 4, 2026
  • redfox-data/redfox-community

Helps with ai & agent building tasks during AI-assisted development.

About

douyin-ai-feed is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • douyin-ai-feed
  • AI & Agent Building
  • AI-coding skill

Douyin Ai Feed by the numbers

  • 205 all-time installs (skills.sh)
  • +14 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #2,857 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/redfox-data/redfox-community --skill douyin-ai-feed

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs205
repo stars316
Last updatedAugust 4, 2026
Repositoryredfox-data/redfox-community

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

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_你的密钥

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.