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

@mai_xiyu/koishi-plugin-group-manager

v0.1.0

Published

Koishi 插件:群管理与QQ群管(仅 OneBot 适配)

Downloads

162

Readme

koishi-plugin-group-manager

Koishi 群管理插件(仅 OneBot 适配),合并入群管理与群内治理功能。

功能

  • 入群邀请管理:用户申请、管理员审批、自动同意邀请
  • 群内治理:违禁词、多级处罚、刷屏禁言、自动撤回
  • 进群验证:题库随机验证、超时踢出
  • 通知与公告:进退群通知、关键词公告、定时公告
  • 欢迎引导:欢迎卡片与提示
  • 名单管理:白名单、黑名单、灰名单
  • 记录与申诉:踢人/禁言记录、申诉流程
  • 简易网页控制:登录后按群读写配置

配置项

| 配置项 | 类型 | 说明 | |--------|------|------| | admins | string[] | 机器人管理员QQ号列表(可填多个) | | configFile | string | 群配置存储 JSON 路径 | | recordsFile | string | 处罚/申诉记录存储路径 | | groups | object[] | 群配置列表(面板展开式) | | imageModeration | object | 敏感图检测配置(需外部API) |

主要指令

普通用户

  • 邀请入群 <群号> 申请让机器人加入指定群聊
  • qqgm.appeal <内容> 提交申诉

管理员

  • 同意 <请求ID> / 拒绝 <请求ID> 审核入群请求
  • 查看邀请 查看待处理请求
  • 退群 <群号> 让机器人退出指定群聊
  • qqgm.announce <内容> 设置并发送群公告
  • qqgm.atall <内容> 群艾特全体
  • qqgm.records 查看本群处罚记录

注意事项

  • 需要 OneBot 适配器
  • 群管理网站由插件提供(/qqgm)
  • 敏感图检测需要配置第三方免费API