{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openqq",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openqq",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "CHANGELOG.md",
      "CONFIG.md",
      "logger.js",
      "package.json",
      "qq-bot.js",
      "README.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/openqq",
    "agentPageUrl": "https://openagent3.xyz/skills/openqq/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openqq/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openqq/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "OpenQQ Bot",
        "body": "QQ bot integration for OpenClaw. Enables AI auto-reply for QQ private chats and group @mentions with session isolation and comprehensive logging."
      },
      {
        "title": "Quick Start",
        "body": "# Initialize config\nnpm run setup\n\n# Install dependencies\nnpm install\n\n# Edit config\nvim ~/.openclaw/workspace/open-qq-config.json\n\n# Start bot\nnpm start"
      },
      {
        "title": "Configuration",
        "body": "Edit ~/.openclaw/workspace/open-qq-config.json:\n\n{\n  \"qq\": {\n    \"appId\": \"YOUR_APP_ID\",\n    \"token\": \"YOUR_TOKEN\",\n    \"appSecret\": \"YOUR_APP_SECRET\"\n  }\n}\n\nGet credentials from QQ Open Platform."
      },
      {
        "title": "Usage",
        "body": "npm start        # Start bot\nnpm run health   # Health check\nnpm run logs     # View today's logs\nnpm run status   # Check running status"
      },
      {
        "title": "Features",
        "body": "Session Isolation: Each user/group has independent conversation history\n\nPrivate: qq-private-{user_openid}\nGroup: qq-group-{group_openid}\n\n\nComprehensive Logging: China timezone, log rotation, sensitive data filtering\nAuto Reconnect: WebSocket auto-reconnect with heartbeat\nMessage Retry: Auto-retry failed messages (up to 2 times)\nGraceful Shutdown: Clean shutdown on SIGTERM/SIGINT"
      },
      {
        "title": "Files",
        "body": "FileDescriptionqq-bot.jsMain program (WebSocket + OpenClaw integration)logger.jsLogging system (China timezone + rotation)scripts/health-check.shHealth check scriptpackage.jsonDependencies (axios, ws)"
      },
      {
        "title": "npm Commands",
        "body": "CommandDescriptionnpm startStart botnpm run healthHealth checknpm run logsView logsnpm run setupInitialize confignpm run statusCheck statusnpm run cleanClean node_modules"
      },
      {
        "title": "Security",
        "body": "Do not commit open-qq-config.json to version control\nSet permissions: chmod 600 ~/.openclaw/workspace/open-qq-config.json\nUses spawn instead of exec to prevent command injection\nSession IDs are whitelisted (alphanumeric + hyphen only)"
      },
      {
        "title": "Troubleshooting",
        "body": "IssueSolutionConfig not foundRun npm run setupMissing credentialsEdit config file with appId/token/appSecretWebSocket failedCheck Token and networkNo replyTest with openclaw agent --message \"test\""
      },
      {
        "title": "Changelog",
        "body": "See CHANGELOG.md"
      },
      {
        "title": "v0.0.3 (Latest)",
        "body": "7 new npm commands\nFAQ section\nMessage retry mechanism\nGraceful shutdown"
      },
      {
        "title": "License",
        "body": "MIT License"
      },
      {
        "title": "Links",
        "body": "ClawHub\nQQ Open Platform\nOpenClaw Docs"
      }
    ],
    "body": "OpenQQ Bot\n\nQQ bot integration for OpenClaw. Enables AI auto-reply for QQ private chats and group @mentions with session isolation and comprehensive logging.\n\nQuick Start\n# Initialize config\nnpm run setup\n\n# Install dependencies\nnpm install\n\n# Edit config\nvim ~/.openclaw/workspace/open-qq-config.json\n\n# Start bot\nnpm start\n\nConfiguration\n\nEdit ~/.openclaw/workspace/open-qq-config.json:\n\n{\n  \"qq\": {\n    \"appId\": \"YOUR_APP_ID\",\n    \"token\": \"YOUR_TOKEN\",\n    \"appSecret\": \"YOUR_APP_SECRET\"\n  }\n}\n\n\nGet credentials from QQ Open Platform.\n\nUsage\nnpm start        # Start bot\nnpm run health   # Health check\nnpm run logs     # View today's logs\nnpm run status   # Check running status\n\nFeatures\nSession Isolation: Each user/group has independent conversation history\nPrivate: qq-private-{user_openid}\nGroup: qq-group-{group_openid}\nComprehensive Logging: China timezone, log rotation, sensitive data filtering\nAuto Reconnect: WebSocket auto-reconnect with heartbeat\nMessage Retry: Auto-retry failed messages (up to 2 times)\nGraceful Shutdown: Clean shutdown on SIGTERM/SIGINT\nFiles\nFile\tDescription\nqq-bot.js\tMain program (WebSocket + OpenClaw integration)\nlogger.js\tLogging system (China timezone + rotation)\nscripts/health-check.sh\tHealth check script\npackage.json\tDependencies (axios, ws)\nnpm Commands\nCommand\tDescription\nnpm start\tStart bot\nnpm run health\tHealth check\nnpm run logs\tView logs\nnpm run setup\tInitialize config\nnpm run status\tCheck status\nnpm run clean\tClean node_modules\nSecurity\nDo not commit open-qq-config.json to version control\nSet permissions: chmod 600 ~/.openclaw/workspace/open-qq-config.json\nUses spawn instead of exec to prevent command injection\nSession IDs are whitelisted (alphanumeric + hyphen only)\nTroubleshooting\nIssue\tSolution\nConfig not found\tRun npm run setup\nMissing credentials\tEdit config file with appId/token/appSecret\nWebSocket failed\tCheck Token and network\nNo reply\tTest with openclaw agent --message \"test\"\nChangelog\n\nSee CHANGELOG.md\n\nv0.0.3 (Latest)\n7 new npm commands\nFAQ section\nMessage retry mechanism\nGraceful shutdown\nLicense\n\nMIT License\n\nLinks\nClawHub\nQQ Open Platform\nOpenClaw Docs"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Zaohon/openqq",
    "publisherUrl": "https://clawhub.ai/Zaohon/openqq",
    "owner": "Zaohon",
    "version": "0.0.5",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}