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

@ys7zts/karin-plugin-nekostatus

v1.4.0

Published

基于Karin编写的服务器状态

Downloads

281

Readme

status

Karin-plugin-NekoStatus

GitHub Karin

动态访问量

简介 📝

本插件 是一个为 Karin 机器人框架设计的系统状态监控插件,提供了精美的UI界面来展示服务器和机器人的各项运行状态。插件采用了可爱的风格设计,让系统监控也能变得有趣起来!

功能特性 ✨

系统监控

  • CPU 占用率 - 实时监控处理器使用情况
  • 内存占用 - 显示系统内存使用状况
  • 磁盘空间 - 监控磁盘容量使用情况
  • 网络速率 - 显示网络上下行速率
  • 运行时间 - 系统运行时长统计

机器人状态

  • 插件数量 - 统计已加载的插件总数
  • 适配器信息 - 显示当前连接的适配器
  • 消息统计 - 收发消息数量统计
  • 好友&群数量 - 统计好友和群组总数

安装 🔧

NPM 安装(推荐)

在Karin根目录执行

pnpm add @ys7zts/karin-plugin-nekostatus -w

配置 ⚙️

基础配置

插件支持通过配置文件进行部分自定义设置: 配置文件路径

@karinjs/@ys7zts/karin-plugin-nekostatus/config/config.json

配置文件格式

{
// 是否是默认状态
  "defStatus": false,
// 自定义正则前缀
  "prefix": [
    "猫猫",
    "neko"
  ]
}

使用 📖

基本命令

  • #状态 - 开启默认状态时有效
  • #猫猫状态 - 默认命令
  • #(自定义前缀)状态

效果图 🎨

(实际效果以插件运行为准)

支持与贡献 🤝

支持项目 如果这个项目对你有帮助,欢迎:

  • ⭐ 给项目点个 Star
  • 💖 提交 Issues 和 Pull Requests
  • 💰 进行赞助支持

联系方式

  • Issues: GitHub Issues
  • QQ群: 454991766(使用中遇到问题可加群咨询)

相关项目 🔗

许可证 📄

本项目使用 MIT 作为开源许可证。