Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
QQ bot integration for OpenClaw with session isolation, logging, and AI auto-reply. Supports private chat and group @messages.
QQ bot integration for OpenClaw with session isolation, logging, and AI auto-reply. Supports private chat and group @messages.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
QQ bot integration for OpenClaw. Enables AI auto-reply for QQ private chats and group @mentions with session isolation and comprehensive logging.
# Initialize config npm run setup # Install dependencies npm install # Edit config vim ~/.openclaw/workspace/open-qq-config.json # Start bot npm start
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.
npm start # Start bot npm run health # Health check npm run logs # View today's logs npm run status # Check running status
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
FileDescriptionqq-bot.jsMain program (WebSocket + OpenClaw integration)logger.jsLogging system (China timezone + rotation)scripts/health-check.shHealth check scriptpackage.jsonDependencies (axios, ws)
CommandDescriptionnpm startStart botnpm run healthHealth checknpm run logsView logsnpm run setupInitialize confignpm run statusCheck statusnpm run cleanClean node_modules
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)
IssueSolutionConfig not foundRun npm run setupMissing credentialsEdit config file with appId/token/appSecretWebSocket failedCheck Token and networkNo replyTest with openclaw agent --message "test"
See CHANGELOG.md
7 new npm commands FAQ section Message retry mechanism Graceful shutdown
MIT License
ClawHub QQ Open Platform OpenClaw Docs
Messaging, meetings, inboxes, CRM, and teammate communication surfaces.
Largest current source with strong distribution and engagement signals.