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

koishi-plugin-onebot-info-image

v0.5.5-rc.3

Published

🎯 主要用 OneBotV11 格式的 API 获取 👤 用户详细信息 / 👥 群管理员列表信息 / 📢 群公告信息 / 📌 群精华信息,可以发 💬 纯文本 / ✉️ 合并转发 / 🖼️ 渲染图片。🔧 现在只做了 Lagrange V1 和 NapCat 的适配。👍 推荐接入 Napcat(作者开发环境用的就是 Napcat)

Readme

koishi-plugin-onebot-info-image

koishi-plugin-onebot-info-image

🎯 主要用 OneBotV11 格式的 API 获取 👤 用户详细信息 / 👥 群管理员列表信息 / 📢 群公告信息 / 📌 群精华信息,可以发 💬 纯文本 / ✉️ 合并转发 / 🖼️ 渲染图片。🔧 现在只做了 Lagrange V1 和 NapCat 的适配。👍 推荐接入 Napcat(作者开发环境用的就是 Napcat)

💡 readme 中的图片请前往 GitHubGitee 主页查看。

npm npm-download

GitHub Gitee

Koishi Forum QQ群

获取成员信息/管理员列表/群公告/群精华,发送文字/图片/合并转发消息,仅支持OneBotV11

推荐使用Napcat Apifox GitHub Pages

开发时仅适配了 NapcatLagrange 的协议,LLBot 未适配。 部分 LLBot API 返回的 JSON 格式与 Napcat 相同,可尝试使用。 若需适配其他协议,欢迎提 issue 或进群艾特我反馈~

⚙️ 必须依赖

本插件需要以下依赖才能正常工作:

  • http - Koishi 内置服务,用于 HTTP 服务器功能
  • puppeteer - Koishi 服务,用于 Puppeteer 渲染图片
  • notifier - Koishi 服务,用于 WebUI 通知显示
  • console - Koishi 服务,用于 WebUI 功能(可选)
  • @resvg/resvg-js - npm 包,用于 resvg 轻量级 SVG 渲染(快速出图推荐!)

Koishi 控制台 插件配置界面 WebUI Notifier UI 效果

koishi-webui-notifier

Napcat 平台渲染效果:

用户信息:

napcat_aui_source napcat_aui_lxgw napcat_aui_flat napcat_aui_svg

群管理列表:

napcat_al_source napcat_al_lxgw napcat_al_flat napcat_al_svg

📸 查看更多渲染效果预览图:所有图片的预览捏

📜 查看更新日志 | 🔧 开发指南