qq-bot-connect

Connect to the QQ Open Platform API via WebSocket with token authentication.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/okbest2024/openclaw-backup --skill qq-bot-connect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qq-bot-connect
Source: https://github.com/okbest2024/openclaw-backup/tree/main/workspace/skills/qq-bot-connect
Command: npx skills add https://github.com/okbest2024/openclaw-backup --skill qq-bot-connect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Connect QQ Bot integrations via the official Open Platform API, enabling reliable WebSocket connections and a straightforward authentication flow for bot setups.

Core Features & Use Cases

  • WebSocket-based messaging to relay QQ Bot events to the Mom agent
  • Sandbox-oriented configuration for safe testing and troubleshooting
  • Token-driven authentication and environment-variable setup for quick integrations

Quick Start

Configure and initialize the QQ Bot connection in sandbox mode to start receiving messages and processing user input.

Frequently Asked Questions about qq-bot-connect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I authenticate a QQ Bot using a WebSocket connection?

To authenticate a QQ Bot via WebSocket, obtain an access_token from the app get token endpoint and include the QQBot-prefixed token in the WebSocket Identify message payload.

What is the best way to test QQ Bot integrations safely?

The best way to test QQ Bot integrations safely is by applying sandbox configuration, which allows you to receive events and troubleshoot messaging without affecting production environments.

How does the QQ Bot sandbox configuration route messages to an agent?

The QQ Bot sandbox configuration establishes a WebSocket connection to the QQ Open Platform API to receive events and route messages directly to the Mom agent for processing.

Do I need environment variables to configure QQ Bot token authentication?

Yes, you need environment variables for token-driven authentication setup, which provides a quick integration method to securely store and apply your access_token for bot initialization.

Can I use the QQ Open Platform API for bot integration without manual token management?

No, bot integration requires fetching an access_token via the app get token endpoint first, which must then be prefixed as a QQBot token for the WebSocket identification flow.