# Send Openqq to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openqq",
    "name": "Openqq",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/Zaohon/openqq",
    "canonicalUrl": "https://clawhub.ai/Zaohon/openqq",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/openqq",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openqq",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "CHANGELOG.md",
      "CONFIG.md",
      "logger.js",
      "package.json",
      "qq-bot.js",
      "README.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "openqq",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T23:32:02.604Z",
      "expiresAt": "2026-05-07T23:32:02.604Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openqq",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openqq",
        "contentDisposition": "attachment; filename=\"openqq-0.0.5.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "openqq"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/openqq"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openqq",
    "downloadUrl": "https://openagent3.xyz/downloads/openqq",
    "agentUrl": "https://openagent3.xyz/skills/openqq/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openqq/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openqq/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Zaohon
- Version: 0.0.5
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T23:32:02.604Z
- Expires at: 2026-05-07T23:32:02.604Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/openqq)
- [Send to Agent page](https://openagent3.xyz/skills/openqq/agent)
- [JSON manifest](https://openagent3.xyz/skills/openqq/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/openqq/agent.md)
- [Download page](https://openagent3.xyz/downloads/openqq)