Bilibili Keyword Account Search
Search Bilibili creator accounts by keyword and get a list with follower counts, levels and bios.
Marketing & SEOBeginner★ 394⑂ 52AI score 5/10Last updated: Sep 2, 2026
What it does
- Takes a keyword and returns matching Bilibili (B站) accounts / UP-ers.
- Sorts by overall relevance or follower count, with pagination for more results.
- Includes per-account basics: follower count, level, bio, live-stream status.
- Groups results by content niche for easier scanning.
- Requires a RedFox (redfox.hk) API key supplied via the
REDFOX_API_KEYenvironment variable.
Who it's for
- Content ops and MCN teams building lists of same-niche creators for partnerships.
- Brands and advertisers shortlisting China-market KOLs and checking baseline metrics.
- Creators and researchers mapping the account landscape of a topic on Bilibili.
Example uses
- "Find the top 20 Bilibili accounts for 'consumer tech', sorted by followers."
- "Pull 'food vlog' UP-ers, group them by sub-niche, and table follower counts and bios."
- "Load page 2 of results for 'AI tutorials' and build a partnership shortlist."
· · · 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-accounts/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-accounts folder from the GitHub repo redfox-data/redfox-community into my ~/.claude/skills/bilibili-keywords-accounts/. 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-accounts ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repository:
git clone https://github.com/redfox-data/redfox-community.git - Copy the skill into your Claude skills folder:
mkdir -p ~/.claude/skills && cp -r redfox-community/skills/bilibili-keywords-accounts ~/.claude/skills/ - Get an API key at redfox.hk.
- Export the key:
export REDFOX_API_KEY="ak_xxxx..."(add it to~/.zshrcor~/.bashrcto persist). - Restart Claude Code, then ask something like "Search Bilibili accounts for the keyword ..." to trigger the skill.