Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

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 & AnalyticsIntermediate36548AI 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 --subscribe for automatic daily runs and --keywords for 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

  1. "Give me the latest Bilibili AI digest" → runs daily_report.py --latest and prints the category table plus investigation report.
  2. "Only AI-art topics" → --keywords "Stable Diffusion,ComfyUI,Midjourney,AI绘画".
  3. "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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Clone the repo: git clone https://github.com/redfox-data/redfox-community.git
  2. Copy the skill into your Claude Code skills folder: mkdir -p ~/.claude/skills && cp -r redfox-community/skills/bili-ai-feed ~/.claude/skills/
  3. Sign up at redfox.hk and copy your API key (format ak_xxxx) from the account page; new users get free credits.
  4. 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.
  5. Verify with echo $REDFOX_API_KEY and make sure Python 3 is available (python3 --version).
  6. Restart Claude Code and ask something like "Generate today's Bilibili AI daily report" to trigger the skill.