Bilibili AI Agent Skills
Browse AI agent skills tagged "Bilibili". Find and install skills, MCP servers, and plugins for your AI coding assistant.
3 listings
Video Podcast Maker
Use when user provides a topic and wants an automated video podcast created, OR when user wants to learn/analyze video design patterns from reference videos — handles research, script writing, TTS audio synthesis, Remotion video creation, and final MP4 output with background music. Also supports design learning from reference videos (learn command), style profile management, and design reference library.
CN Scraper MCP
CN Scraper MCP 让 AI Agent 直接搜索中国互联网——淘宝、京东、小红书、知乎、微博、B站、知识星球……不再被反爬墙挡住。 每个 AI Agent(Codex、Claude Code、Cursor、Trae)都能搜网页,但中文平台通常需要登录态、浏览器环境或平台专用参数: - 淘宝:需要浏览器一致的网络指纹和登录 Cookie - 京东:依赖已登录的本地浏览器环境 - 小红书:需要住宅 IP、本地浏览器和搜索结果中的访问参数 - 知乎:游客搜索已关闭,全部 API 需要登录态 - 拼多多:平台限制严格,目前不推荐使用 - 微博:搜索 API 需要登录态(SUB token),热搜游客即可访问 - 抖音:需要浏览器登录并可能人工处理验证码 - B站:搜索、热门、视频详情和评论可直接使用公开 API - 豆瓣:条目搜索、条目详情和短评/影评 - 大众点评:商户搜索、商户详情
Bilibili MCP
这是一个基于 Model Context Protocol (MCP) 的 B站视频搜索服务器。该服务器提供了简单的 API 接口,允许用户搜索 B站 的视频内容。提供LangChain调用示例、测试脚本。 - LangChain 示例代码参考自 mcp-langchain-ts-client - 搜索B站视频内容简介列表 - 获取B站热门内容(综合热门、入站必刷、排行榜、全站音乐榜) - 获取B站视频详情信息(支持BV号或AV号) - 获取UP主信息(基本信息、粉丝数、关注数等) - 番剧时间表(时间范围内的番剧播出信息) - Node.js >= 20.12.0 感谢HQHC发布的npm包 先npm run build然后这里改成你build之后的dist文件夹路径,"args": ["d:\\your-path\\bilibili-mcp-js\\dist\\index.js"]