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

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 & AnalyticsBeginner41155AI 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

  1. "Find the latest Bilibili videos about AI drawing" → last 7 days, overall ranking table
  2. "Re-run sorted by most likes over the past 30 days" → executes with --sort 3 --time 30
  3. "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)
  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/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.

  1. Clone the repository: git clone https://github.com/redfox-data/redfox-community.git
  2. Copy the skill into place: mkdir -p ~/.claude/skills && cp -r redfox-community/skills/bilibili-keywords-search ~/.claude/skills/
  3. Get an API key (ak_...) from https://redfox.hk/settings/api-keys
  4. Export it: export REDFOX_API_KEY="ak_xxxx..." (add to ~/.zshrc or ~/.bashrc to persist).
  5. Verify Python 3 is available: python3 --version
  6. Restart Claude Code and try: "search Bilibili for the latest videos on AI drawing".