← All skills
Tencent SkillHub · Communication & Collaboration

Openqq

QQ bot integration for OpenClaw with session isolation, logging, and AI auto-reply. Supports private chat and group @messages.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

QQ bot integration for OpenClaw with session isolation, logging, and AI auto-reply. Supports private chat and group @messages.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
CHANGELOG.md, CONFIG.md, logger.js, package.json, qq-bot.js, README.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.0.5

Documentation

ClawHub primary doc Primary doc: SKILL.md 13 sections Open source page

OpenQQ Bot

QQ bot integration for OpenClaw. Enables AI auto-reply for QQ private chats and group @mentions with session isolation and comprehensive logging.

Quick Start

# Initialize config npm run setup # Install dependencies npm install # Edit config vim ~/.openclaw/workspace/open-qq-config.json # Start bot npm start

Configuration

Edit ~/.openclaw/workspace/open-qq-config.json: { "qq": { "appId": "YOUR_APP_ID", "token": "YOUR_TOKEN", "appSecret": "YOUR_APP_SECRET" } } Get credentials from QQ Open Platform.

Usage

npm start # Start bot npm run health # Health check npm run logs # View today's logs npm run status # Check running status

Features

Session Isolation: Each user/group has independent conversation history Private: qq-private-{user_openid} Group: qq-group-{group_openid} Comprehensive Logging: China timezone, log rotation, sensitive data filtering Auto Reconnect: WebSocket auto-reconnect with heartbeat Message Retry: Auto-retry failed messages (up to 2 times) Graceful Shutdown: Clean shutdown on SIGTERM/SIGINT

Files

FileDescriptionqq-bot.jsMain program (WebSocket + OpenClaw integration)logger.jsLogging system (China timezone + rotation)scripts/health-check.shHealth check scriptpackage.jsonDependencies (axios, ws)

npm Commands

CommandDescriptionnpm startStart botnpm run healthHealth checknpm run logsView logsnpm run setupInitialize confignpm run statusCheck statusnpm run cleanClean node_modules

Security

Do not commit open-qq-config.json to version control Set permissions: chmod 600 ~/.openclaw/workspace/open-qq-config.json Uses spawn instead of exec to prevent command injection Session IDs are whitelisted (alphanumeric + hyphen only)

Troubleshooting

IssueSolutionConfig not foundRun npm run setupMissing credentialsEdit config file with appId/token/appSecretWebSocket failedCheck Token and networkNo replyTest with openclaw agent --message "test"

Changelog

See CHANGELOG.md

v0.0.3 (Latest)

7 new npm commands FAQ section Message retry mechanism Graceful shutdown

License

MIT License

Links

ClawHub QQ Open Platform OpenClaw Docs

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs2 Scripts1 Config
  • CHANGELOG.md Docs
  • CONFIG.md Docs
  • README.md Docs
  • logger.js Scripts
  • qq-bot.js Scripts
  • package.json Config