A comprehensive integration guide for connecting official QQ bots to the OpenClaw AI ecosystem for intelligent chat automation.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install qqbot
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install qqbot using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill enables developers to bridge the official QQ Bot platform with OpenClaw, transforming a standard chat account into a sophisticated AI agent. By utilizing Openclaw Skills, you can automate interactions across private chats, group messages, and QQ Channels. The integration relies on an official API architecture, ensuring stability and compliance with Tencent's developer standards while providing a local workspace for AI processing.
Built for developers who need reliable real-time communication, the skill manages WebSocket connections, maintains heartbeats, and handles complex authentication flows. It serves as a robust foundation for building community management tools, personal assistants, or automated support agents within the QQ ecosystem.
To get started, register your bot on the QQ Bot platform and then configure your environment:
openclaw.json to enable the channel:{
"channels": {
"qq": {
"enabled": true,
"appId": "YOUR_APP_ID",
"appSecret": "YOUR_APP_SECRET"
}
}
}
cp qq_official_bot.py ~/.openclaw/workspace/
pip3 install requests aiohttp websockets --user
~/.openclaw/workspace/qq_bot_daemon.sh start
The skill organizes its operations within the ~/.openclaw/workspace/ directory using the following structure:
| File/Directory | Purpose |
|---|---|
qq_official_bot.py |
Main execution logic and WebSocket handler |
qq_queue/ |
Directory for asynchronous message processing |
ai_request_*.json |
Metadata for incoming AI processing requests |
ai_response_*.txt |
Output text generated by the AI model |
qq_bot.log |
Real-time logs for debugging connection and message events |
Loading
A professional-grade tool to query and manage Kubera portfolio data, including net worth, asset allocation, and holdings.

An Agentic Commerce skill for the For the Cult store that enables AI agents to browse products, execute multi-chain payments, and track orders autonomously.

A powerful CLI-driven knowledge management system designed for headless automation and AI agent context retrieval.

A specialized Hugo toolkit designed to build minimalist, high-performance static blogs optimized for seamless consumption by AI agents and crawlers.

An extensible speech-to-text integration for Openclaw that converts voice messages into accurate text using Yandex SpeechKit and FFmpeg.

A utility for tracking and displaying API usage statistics and session quotas directly within Telegram.








































