Bilibili Keyword Video Search
Search the latest Bilibili videos by keyword with sort/date filters and get a clean Markdown table of views, likes and comments.
Data & AnalyticsBeginner★ 411⑂ 55AI score 9/10Last updated: Sep 23, 2026
What it does
- Queries the Redfox API for the freshest Bilibili videos matching your keyword (live data, not cached history).
- Supports sort modes (overall / newest / most liked), time windows (7 / 30 / 90 days / all time) and pagination via plain language.
- Renders results as a Markdown table — linked title, UP creator, plays, likes, comments, saves — with counts abbreviated as
1.2w. - If nothing matches, it auto-generates 10 broader keyword suggestions; it can also set up a daily 10:00 push via a cron/scheduled task.
Who it's for
- Marketers and researchers tracking Chinese-market content trends
- Bilibili channel operators monitoring competitor videos and hot topics
- Anyone who wants video metrics delivered as a ready-to-read table
Examples
- "Find the latest Bilibili videos about AI drawing" → last 7 days, overall ranking table
- "Re-run sorted by most likes over the past 30 days" → executes with
--sort 3 --time 30 - "Subscribe me to this keyword" → creates a daily 10:00 scheduled search and push
· · · 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/bilibili-keywords-search/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/bilibili-keywords-search folder from the GitHub repo redfox-data/redfox-community into my ~/.claude/skills/bilibili-keywords-search/. 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/bilibili-keywords-search ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Clone the repository:
git clone https://github.com/redfox-data/redfox-community.git - Copy the skill into place:
mkdir -p ~/.claude/skills && cp -r redfox-community/skills/bilibili-keywords-search ~/.claude/skills/ - Get an API key (
ak_...) from https://redfox.hk/settings/api-keys - Export it:
export REDFOX_API_KEY="ak_xxxx..."(add to~/.zshrcor~/.bashrcto persist). - Verify Python 3 is available:
python3 --version - Restart Claude Code and try: "search Bilibili for the latest videos on AI drawing".