← 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

Known item issue.

This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.

Quick setup
  1. Open the source page and confirm the package flow manually.
  2. Review SKILL.md if you can obtain the files.
  3. Treat this source as manual setup until the download is verified.

Requirements

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

Package facts

Download mode
Manual review
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

  • Open the source listing and confirm there is a real package or setup artifact available.
  • Review SKILL.md before asking your agent to continue.
  • Treat this source as manual setup until the upstream download flow is fixed.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item currently does not return a direct package file.

  1. Open the source page via Open source listing.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required. Then review README.md for any prerequisites, environment setup, or post-install checks.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need. Then review README.md for any prerequisites, environment setup, or post-install checks.

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