Bilibili
Skill codingSamss/all-my-ai-needs/platforms/codex/skills/bilibili
Claude Code + Codex 双平台 AI dotfiles:统一管理 skills/agents/hooks,并一键同步到 ~/.claude 与 ~/.codex。
npx -y skills add codingSamss/all-my-ai-needs --skill bilibiliAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 11 stars11 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Read Bilibili (B站) content. Actions: search videos, view hot/rank feeds, read video details, prepare audio, and read subtitles through OpenCLI. Keywords: bilibili, b站, 哔哩哔哩, BV, 视频, 字幕, 热门, 排行.
SKILL.md
1.8 KB, as published. Nobody here has run it
Bilibili Skill (Read-Only)
Use this skill for Bilibili search, video metadata, hot/rank feeds, and subtitle lookup. Do not use yt-dlp as the default Bilibili reader; Bilibili commonly blocks that route.
When To Use
Triggered by:
- "B站搜索 [query]", "bilibili search [query]"
- "读 B站视频", "show BV..."
- "B站热门", "B站排行"
- "B站字幕", "bilibili subtitle"
- "下载 B站音频用于转录"
Preferred Tools
bili-clifor search, hot/rank, video detail, and audio.- Bilibili web search API as a no-install search fallback.
- OpenCLI for subtitles and browser-session enhanced reads.
video-transcribefor full transcript, screenshots, keyframes, or notes that replace watching the video.
Commands
Search videos:
bili search "<query>" --type video -n 5
Hot and ranking:
bili hot -n 10
bili rank -n 10
Video details:
bili video "<BV_ID>"
Audio for transcription:
bili audio "<BV_ID>"
Subtitles through OpenCLI:
opencli bilibili subtitle "<BV_ID>"
No-install search fallback:
UA="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36"
curl -s -A "$UA" \
"https://api.bilibili.com/x/web-interface/search/all/v2?keyword=<QUERY>&page=1"
Boundaries
- Read-only only.
- Do not use
yt-dlpas the default Bilibili extraction route. - For complete video understanding, transcription, visual frame analysis, or Obsidian notes, switch to
video-transcribe. - If
bili-cliis missing, use the search API only for search and report that full Bilibili support needsbili-cli.