npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

bilibili-content-summary

v1.0.1

Published

提取B站视频/图文内容并生成摘要 — 下载音频+ASR转写/图片OCR、LLM摘要、飞书推送

Downloads

284

Readme

📺 B站内容摘要

内容太长不看,B站视频/图文一键精炼,摘要信息飞书推送。

GitHub: https://github.com/zify9000/bilibili-content-summary · MIT License


能干嘛

扔一个 B站链接进去,它自动帮你:

  • 视频:下载音频 → 语音转文字 → 提炼核心摘要 + 关键要点 + 带时间戳的章节时间线
  • 图文:提取正文 → 识别图片里的文字 → 提炼核心摘要 + 关键要点 + 内容结构
  • 推送:把摘要格式化成飞书卡片

亮点

全自动,给链接就行。 你只做一件事:粘贴 B站链接。下载音频、语音转文字、AI 摘要、飞书推送——全自动流水线。

30 分钟视频,3 分钟看完。 摘要不是一段大白话,而是三层结构:核心摘要(200 字概览)+ 关键要点(3-5 条)+ 章节时间线(带起止时间)。赶时间扫摘要,想深挖看章节。

视频和图文通吃。 B站链接扔进去自动识别类型,视频走语音转写,图文走图片识别。不用管链接长什么样,一个命令全搞定。

云端和本地都能跑。 两套经过验证的模型组合——想省事用云端 API(deepseek-v4-flash + mimo-v2.5-asr + mimo-v2.5),想隐私用本地(qwen3.6-27b/qwen3.6-35b-a3b + qwen3-asr-1.7b)。接口统一,切换只需改配置。


需要配置什么

三个东西,缺一不可:

| 配置 | 是什么 | 怎么获取 | |------|--------|----------| | B站 Cookie | 让脚本能正常访问 B站 API(避免拦截) | 手机扫推送的二维码即可 | | LLM + ASR + OCR 凭据 | AI 摘要 / 语音转文字 / 图片识别的服务地址和密钥 | 云端本地两套方案可选 | | 飞书应用 | 把摘要推送到飞书 | 飞书开放平台创建一个应用,拿到 app_id、secret 和 chat_id |

首次使用会有引导脚本,对着填就行。配置一次,后续直接使用。


怎么用

整个流程由 AI 助手(Claude Code / Hermes)驱动,你只需要说话。

第一步:安装

对 AI 助手说:

安装 skill,https://github.com/zify9000/bilibili-content-summary

助手会自动拉取项目、安装依赖。

第二步:配置

对 AI 助手说:

配置 B站内容摘要 skill

助手会逐一检查缺少的凭据——LLM 密钥、ASR/OCR 服务地址、飞书应用信息——缺哪个问哪个,把对应的 key 告诉它就行。B站扫码环节助手会展示二维码,手机扫一下即完成登录。

一次配置,后续直接使用。

第三步:使用

对 AI 助手说:

总结这个视频 https://b23.tv/XXXXX

或者:

帮我看看这篇图文 https://www.bilibili.com/opus/123456

助手自动完成摘要生成 + 飞书推送,回复你一句「已推送」。一个链接,一句话,完事。