{
  "schemaVersion": "1.0",
  "item": {
    "slug": "channels-setup",
    "name": "Channels Setup",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/petopagi/channels-setup",
    "canonicalUrl": "https://clawhub.ai/petopagi/channels-setup",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/channels-setup",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=channels-setup",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.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. 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. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "channels-setup",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T10:02:19.135Z",
      "expiresAt": "2026-05-06T10:02:19.135Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=channels-setup",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=channels-setup",
        "contentDisposition": "attachment; filename=\"channels-setup-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "channels-setup"
      },
      "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/channels-setup"
    },
    "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/channels-setup",
    "agentPageUrl": "https://openagent3.xyz/skills/channels-setup/agent",
    "manifestUrl": "https://openagent3.xyz/skills/channels-setup/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/channels-setup/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Quick Start",
        "body": "Use openclaw CLI to enable and configure the channels you want.\n\nAfter configuration, you should restart the gateway to apply changes:\n\nopenclaw gateway restart\n\nIn order to use openclaw cli, you may need execute source /root/.nvm/nvm.sh first to load nvm environment.\n\nBefore restart gateway, must tell user you will restart yourself."
      },
      {
        "title": "Telegram",
        "body": "openclaw config set channels.telegram.botToken \"YOUR_BOT_TOKEN\"\nopenclaw config set channels.telegram.dmPolicy \"pairing\"\nopenclaw config set channels.telegram.groups.\"*\".requireMention true\nopenclaw config set channels.telegram.enabled true"
      },
      {
        "title": "Discord",
        "body": "openclaw config set channels.discord.token \"YOUR_BOT_TOKEN\"\nopenclaw config set channels.discord.enabled true"
      },
      {
        "title": "Slack",
        "body": "openclaw config set channels.slack.mode \"socket\"\nopenclaw config set channels.slack.appToken \"xapp-...\"\nopenclaw config set channels.slack.botToken \"xoxb-...\"\nopenclaw config set channels.slack.enabled true"
      },
      {
        "title": "Feishu",
        "body": "openclaw config set channels.feishu.appId \"YOUR_APP_ID\"\nopenclaw config set channels.feishu.appSecret \"YOUR_APP_SECRET\"\nopenclaw config set channels.feishu.groupPolicy \"true\"\nopenclaw config set channels.feishu.enabled true"
      },
      {
        "title": "Dingtalk",
        "body": "Edit the channels and gateway fields in ~/.openclaw/openclaw.json as below:\n\n{\n  \"channels\": {\n    \"dingtalk-connector\": {\n      \"enabled\": true,\n      \"clientId\": \"dingxxxxxxxxx\",       // DingTalk AppKey\n      \"clientSecret\": \"your_secret_here\", // DingTalk AppSecret\n      \"gatewayToken\": \"\",                 // Optional: Gateway authentication token, the value of gateway.auth.token in openclaw.json\n      \"gatewayPassword\": \"\",              // Optional: Gateway authentication password (choose either token or password)\n      \"sessionTimeout\": 1800000           // Optional: Session timeout (ms), default is 30 minutes\n    }\n  },\n  \"gateway\": {\n    \"http\": {\n      \"endpoints\": {\n        \"chatCompletions\": {\n          \"enabled\": true\n        }\n      }\n    }\n  }\n}"
      },
      {
        "title": "References",
        "body": "You can refer to the following documents for more detailed configuration instructions:\n\nFor Feishu channel detail setup, please refer to:\n\nFeishu Channel Setup Guide\n\nFor Dingtalk channel detail setup, please refer to:\n\nDingtalk Channel Setup Guide\n\nFor Telegram, Slack, Discord or more channels setup, please refer to OpenClaw Channel Setup Guide. Use ls /root/.local/share/pnpm/global/5/node_modules/openclaw/docs/channels to see all available channel setup guides."
      }
    ],
    "body": "Quick Start\n\nUse openclaw CLI to enable and configure the channels you want.\n\nAfter configuration, you should restart the gateway to apply changes:\n\nopenclaw gateway restart\n\n\nIn order to use openclaw cli, you may need execute source /root/.nvm/nvm.sh first to load nvm environment.\n\nBefore restart gateway, must tell user you will restart yourself.\n\nTelegram\nopenclaw config set channels.telegram.botToken \"YOUR_BOT_TOKEN\"\nopenclaw config set channels.telegram.dmPolicy \"pairing\"\nopenclaw config set channels.telegram.groups.\"*\".requireMention true\nopenclaw config set channels.telegram.enabled true\n\nDiscord\nopenclaw config set channels.discord.token \"YOUR_BOT_TOKEN\"\nopenclaw config set channels.discord.enabled true\n\nSlack\nopenclaw config set channels.slack.mode \"socket\"\nopenclaw config set channels.slack.appToken \"xapp-...\"\nopenclaw config set channels.slack.botToken \"xoxb-...\"\nopenclaw config set channels.slack.enabled true\n\nFeishu\nopenclaw config set channels.feishu.appId \"YOUR_APP_ID\"\nopenclaw config set channels.feishu.appSecret \"YOUR_APP_SECRET\"\nopenclaw config set channels.feishu.groupPolicy \"true\"\nopenclaw config set channels.feishu.enabled true\n\nDingtalk\n\nEdit the channels and gateway fields in ~/.openclaw/openclaw.json as below:\n\n{\n  \"channels\": {\n    \"dingtalk-connector\": {\n      \"enabled\": true,\n      \"clientId\": \"dingxxxxxxxxx\",       // DingTalk AppKey\n      \"clientSecret\": \"your_secret_here\", // DingTalk AppSecret\n      \"gatewayToken\": \"\",                 // Optional: Gateway authentication token, the value of gateway.auth.token in openclaw.json\n      \"gatewayPassword\": \"\",              // Optional: Gateway authentication password (choose either token or password)\n      \"sessionTimeout\": 1800000           // Optional: Session timeout (ms), default is 30 minutes\n    }\n  },\n  \"gateway\": {\n    \"http\": {\n      \"endpoints\": {\n        \"chatCompletions\": {\n          \"enabled\": true\n        }\n      }\n    }\n  }\n}\n\nReferences\n\nYou can refer to the following documents for more detailed configuration instructions:\n\nFor Feishu channel detail setup, please refer to:\n\nFeishu Channel Setup Guide\n\nFor Dingtalk channel detail setup, please refer to:\n\nDingtalk Channel Setup Guide\n\nFor Telegram, Slack, Discord or more channels setup, please refer to OpenClaw Channel Setup Guide. Use ls /root/.local/share/pnpm/global/5/node_modules/openclaw/docs/channels to see all available channel setup guides."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/petopagi/channels-setup",
    "publisherUrl": "https://clawhub.ai/petopagi/channels-setup",
    "owner": "petopagi",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/channels-setup",
    "downloadUrl": "https://openagent3.xyz/downloads/channels-setup",
    "agentUrl": "https://openagent3.xyz/skills/channels-setup/agent",
    "manifestUrl": "https://openagent3.xyz/skills/channels-setup/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/channels-setup/agent.md"
  }
}