Bilibili AI Feed
Scans Bilibili's AI videos daily, clusters trending topics, and produces an HTML digest plus a multi-engine, cross-verified intelligence report.
Data & AnalyticsIntermediate★ 365⑂ 48AI score 8/10Last updated: Aug 24, 2026
What it does
- Scans AI-related Bilibili (B站) videos and ranks viral ones by like count.
- Auto-clusters topics (AI tutorials, LLMs, AI art, etc.) and builds a dark-theme HTML daily digest with cover images, engagement metrics and direct video links, saved to
~/Downloads/QoderReports. - For the top 3 topics it picks an investigation mode (competitor / public sentiment / person background / fact verification), runs a three-round search across multiple engines (Baidu, Google, WeChat, DuckDuckGo…) and labels findings with source tiers A–D and ✅/⚠️/❌ confidence markers.
- Supports
--subscribefor automatic daily runs and--keywordsfor targeted queries. - Data refreshes at 15:00 daily for the previous day; if the requested date has no data yet, the skill must ask for confirmation before calling the API.
Who it's for
- Marketers, researchers and content strategists tracking Chinese AI content trends.
- Teams scouting Bilibili creators or monitoring sentiment around AI tools and competitors.
- Users able to obtain a RedFox API key (hard requirement).
Example uses
- "Give me the latest Bilibili AI digest" → runs
daily_report.py --latestand prints the category table plus investigation report. - "Only AI-art topics" →
--keywords "Stable Diffusion,ComfyUI,Midjourney,AI绘画". - "Rebuild the June 10 report and list top creators" →
--date 2026-06-10.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/redfox-data/redfox-community/HEAD/skills/bili-ai-feed/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/bili-ai-feed folder from the GitHub repo redfox-data/redfox-community into my ~/.claude/skills/bili-ai-feed/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/redfox-data/redfox-community.git && mkdir -p ~/.claude/skills && cp -r redfox-community/skills/bili-ai-feed ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Clone the repo:
git clone https://github.com/redfox-data/redfox-community.git - Copy the skill into your Claude Code skills folder:
mkdir -p ~/.claude/skills && cp -r redfox-community/skills/bili-ai-feed ~/.claude/skills/ - Sign up at redfox.hk and copy your API key (format
ak_xxxx) from the account page; new users get free credits. - Export the key. macOS/Linux:
echo 'export REDFOX_API_KEY=ak_xxxx' >> ~/.zshrc && source ~/.zshrc. Windows PowerShell:[Environment]::SetEnvironmentVariable("REDFOX_API_KEY","ak_xxxx","User"), then reopen the terminal. - Verify with
echo $REDFOX_API_KEYand make sure Python 3 is available (python3 --version). - Restart Claude Code and ask something like "Generate today's Bilibili AI daily report" to trigger the skill.