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

@tencent-connect/openclaw-qqbot-cli

v1.0.1

Published

OpenClaw QQ Bot CLI - QQ 机器人管理工具

Downloads

158

Readme

OpenClaw QQBot CLI

npm version

QQ 机器人管理命令行工具,用于管理 OpenClaw 平台上的 QQBot 插件安装与机器人配置。

系统要求

  • Node.js >= 18.0.0
  • 已安装 OpenClaw CLIopenclaw / clawdbot / moltbot 之一须在 PATH 中可用)
  • 已存在 OpenClaw 配置文件(通常位于 ~/.openclaw/openclaw.json

使用

推荐通过 npx 直接运行,无需全局安装,每次自动使用最新版本:

npx -y @tencent-connect/openclaw-qqbot-cli@latest

快速开始

# 进入交互向导(检测环境 → 安装/升级插件 → 管理机器人)
npx -y @tencent-connect/openclaw-qqbot-cli@latest

向导会引导你完成完整的配置流程:环境检测 → 插件安装/升级 → 扫码或手动添加机器人。

命令一览

以下示例中 openclaw-qqbot-cli 均可替换为 npx -y @tencent-connect/openclaw-qqbot-cli@latest

| 命令 | 说明 | |------|------| | openclaw-qqbot-cli | 进入交互向导 | | openclaw-qqbot-cli update [VER] | 升级 QQBot 插件(可指定版本) | | openclaw-qqbot-cli uninstall | 卸载 QQBot 插件 | | openclaw-qqbot-cli version | 显示 CLI 版本 | | openclaw-qqbot-cli help | 显示帮助信息 |

常用选项

| 选项 | 说明 | |------|------| | -y, --yes | 跳过交互确认(用于 updateuninstall) | | --json | JSON 格式输出(仅 update) |

示例

# 升级插件到最新版本
npx -y @tencent-connect/openclaw-qqbot-cli@latest update

# 升级到指定版本并跳过确认
npx -y @tencent-connect/openclaw-qqbot-cli@latest update 1.7.0 -y

# 以 JSON 格式输出升级结果(适合 CI/CD)
npx -y @tencent-connect/openclaw-qqbot-cli@latest update --json

# 卸载插件(跳过确认)
npx -y @tencent-connect/openclaw-qqbot-cli@latest uninstall -y

详细文档

完整的使用指南(包括向导流程详解、升级策略、环境变量参考等)请参阅 USAGE.md

协助与反馈

如在配置或使用过程中遇到问题,欢迎前往以下地址查阅既有议题或提交新问题:

https://github.com/tencent-connect/openclaw-qqbot/issues