{
  "schemaVersion": "1.0",
  "item": {
    "slug": "telegram-pairing-approver",
    "name": "处理Telegram配对码的机器人服务 | Telegram Pairing Code Approver",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/crazypeace/telegram-pairing-approver",
    "canonicalUrl": "https://clawhub.ai/crazypeace/telegram-pairing-approver",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/telegram-pairing-approver",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=telegram-pairing-approver",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/deploy.js"
    ],
    "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",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/telegram-pairing-approver"
    },
    "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/telegram-pairing-approver",
    "agentPageUrl": "https://openagent3.xyz/skills/telegram-pairing-approver/agent",
    "manifestUrl": "https://openagent3.xyz/skills/telegram-pairing-approver/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/telegram-pairing-approver/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": "快速开始",
        "body": "使用预构建的部署脚本快速创建服务：\n\nnode scripts/deploy.js <YOUR_BOT_TOKEN>\n\n例如：\n\nnode scripts/deploy.js 9632389037:ADG3jTndsXpgdOrdJkfaV80nnsjhQyWEhbT"
      },
      {
        "title": "功能",
        "body": "自动识别三种配对代码格式：\n\nNDW4JDJ4 (纯代码格式)\ncode: NDW4JDJ4 (带code:前缀)\nPairing code: NDW4JDJ4 (带Pairing code:前缀)\n\n\n自动执行 openclaw pairing approve telegram <code> 命令\n发送友好的提示信息给用户\n作为系统服务运行，具备自动重启功能"
      },
      {
        "title": "部署脚本 (scripts/deploy.js)",
        "body": "创建机器人脚本，自动注入提供的令牌\n生成systemd服务文件\n注册并启动系统服务\n配置自动重启机制"
      },
      {
        "title": "服务管理",
        "body": "查看服务状态：\n\nsystemctl status telegram-pairing-bot.service\n\n停止服务：\n\nsystemctl stop telegram-pairing-bot.service\n\n重启服务：\n\nsystemctl restart telegram-pairing-bot.service\n\n检查服务是否启用开机自启：\n\nsystemctl is-enabled telegram-pairing-bot.service"
      },
      {
        "title": "优势",
        "body": "高可用性：作为系统服务运行，具备自动重启能力\n自动化：无需人工干预即可处理配对请求\n用户友好：提供清晰的使用说明\n可靠性：防止意外中断影响服务\n易于部署：单命令完成完整部署"
      }
    ],
    "body": "Telegram 配对代码自动批准机器人服务\n快速开始\n\n使用预构建的部署脚本快速创建服务：\n\nnode scripts/deploy.js <YOUR_BOT_TOKEN>\n\n\n例如：\n\nnode scripts/deploy.js 9632389037:ADG3jTndsXpgdOrdJkfaV80nnsjhQyWEhbT\n\n功能\n自动识别三种配对代码格式：\nNDW4JDJ4 (纯代码格式)\ncode: NDW4JDJ4 (带code:前缀)\nPairing code: NDW4JDJ4 (带Pairing code:前缀)\n自动执行 openclaw pairing approve telegram <code> 命令\n发送友好的提示信息给用户\n作为系统服务运行，具备自动重启功能\n脚本说明\n部署脚本 (scripts/deploy.js)\n创建机器人脚本，自动注入提供的令牌\n生成systemd服务文件\n注册并启动系统服务\n配置自动重启机制\n服务管理\n\n查看服务状态：\n\nsystemctl status telegram-pairing-bot.service\n\n\n停止服务：\n\nsystemctl stop telegram-pairing-bot.service\n\n\n重启服务：\n\nsystemctl restart telegram-pairing-bot.service\n\n\n检查服务是否启用开机自启：\n\nsystemctl is-enabled telegram-pairing-bot.service\n\n优势\n高可用性：作为系统服务运行，具备自动重启能力\n自动化：无需人工干预即可处理配对请求\n用户友好：提供清晰的使用说明\n可靠性：防止意外中断影响服务\n易于部署：单命令完成完整部署"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/crazypeace/telegram-pairing-approver",
    "publisherUrl": "https://clawhub.ai/crazypeace/telegram-pairing-approver",
    "owner": "crazypeace",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/telegram-pairing-approver",
    "downloadUrl": "https://openagent3.xyz/downloads/telegram-pairing-approver",
    "agentUrl": "https://openagent3.xyz/skills/telegram-pairing-approver/agent",
    "manifestUrl": "https://openagent3.xyz/skills/telegram-pairing-approver/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/telegram-pairing-approver/agent.md"
  }
}