mcpbeat Sign in

Bilibili Keywords Accounts Agent Skill

B站关键词搜账号工具。根据用户输入的关键词查询B站相关账号,支持按综合排序或粉丝数排序,返回账号列表(含粉丝数、等级、简介等信息)。当用户需要搜索B站账号、查找B站UP主、找B站同类账号时使用。

6k tokens
context cost
the whole folder, loaded on every use
5
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
363
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/redfox-data/redfox-community --skill bilibili-keywords-accounts

What comes with it

20 414 bytes besides the instruction
README.en.md
README.md
references/core_workflow.md
scripts/search_bili_user.py

The instruction itself

3 sections, as written by the author

B站关键词搜账号

📝 简介

B站关键词搜账号工具,根据关键词搜索B站相关账号,获取最新账号列表(含粉丝数、等级、简介等信息)。支持按综合排序或粉丝数排序,支持翻页浏览更多结果。

核心价值

  • 快速发现UP主:输入关键词即可获取B站相关领域账号列表,无需手动逐个搜索
  • 多维度筛选:按粉丝数或综合排序,快速定位目标账号
  • 智能分类展示:自动按内容方向分类,一目了然

适用对象

  • 🔍 内容运营 / MCN — 快速发现同赛道UP主,拓展合作资源
  • 📊 品牌方 / 广告主 — 筛选目标领域KOL,评估账号基本面
  • 🎯 创作者 / 研究者 — 了解B站某领域的账号生态

✨ 功能特性

| 功能模块 | 能力描述 | 核心价值 |

|---------|---------|---------|

| 关键词搜索 | 根据关键词搜索B站账号 | 快速发现目标领域UP主 |

| 多维排序 | 支持综合排序/按粉丝数排序 | 按不同维度筛选优质账号 |

| 账号详情 | 返回粉丝数、等级、简介、直播状态 | 快速了解账号基本面 |

| AI 智能分类 | 自动按内容方向归类账号 | 结构化浏览,高效筛选 |

| 分页浏览 | 支持翻页查看更多账号 | 扩大账号筛选范围 |

🔑 鉴权

获取 API Key

请前往 红狐hub 获取 API KEY

配置 API Key

方案1: 以 Qoder 为例,将 REDFOX_API_KEY 添加到 ~/.openclaw/openclaw.json 中:

{ "env": { "REDFOX_API_KEY": "ak_xxxx..." } }

方案2: 终端配置

export REDFOX_API_KEY="ak_xxxx..."

🔄 工作流程

> 核心执行流程详见 references/core_workflow.md


How to use it

Copy the folder

Take redfox-data/bilibili-keywords-accounts from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.