{
  "schemaVersion": "1.0",
  "item": {
    "slug": "telegrambot",
    "name": "Telegram-Bot-managerj",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/manlight87/telegrambot",
    "canonicalUrl": "https://clawhub.ai/manlight87/telegrambot",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/telegrambot",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=telegrambot",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/server.cjs",
      "references/ops.md",
      "assets/index.html",
      "agents/openai.yaml"
    ],
    "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-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/telegrambot"
    },
    "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/telegrambot",
    "agentPageUrl": "https://openagent3.xyz/skills/telegrambot/agent",
    "manifestUrl": "https://openagent3.xyz/skills/telegrambot/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/telegrambot/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": "God Mode Manager",
        "body": "Use this skill to operate a hardened local storage manager."
      },
      {
        "title": "Start Point",
        "body": "Confirm target root path and port.\nConfirm auth token strategy.\nRun server script in scripts/.\nValidate local-only reachability and auth."
      },
      {
        "title": "Default Run Command",
        "body": "node scripts/server.cjs"
      },
      {
        "title": "Runtime Environment",
        "body": "GOD_MODE_ROOT: root path to expose (default C:\\).\nGOD_MODE_HOST: bind host (default 127.0.0.1).\nGOD_MODE_PORT: bind port (default 8888).\nGOD_MODE_TOKEN: access token.\nGOD_MODE_TOKEN_REQUIRED: true by default."
      },
      {
        "title": "Operational Rules",
        "body": "Keep server bound to loopback unless explicitly required.\nRequire token auth for non-debug usage.\nRefuse path traversal outside configured root.\nPrefer structured JSON listings for automation."
      },
      {
        "title": "Files",
        "body": "scripts/server.cjs: server implementation.\nreferences/ops.md: ops notes and runbook."
      }
    ],
    "body": "God Mode Manager\n\nUse this skill to operate a hardened local storage manager.\n\nStart Point\nConfirm target root path and port.\nConfirm auth token strategy.\nRun server script in scripts/.\nValidate local-only reachability and auth.\nDefault Run Command\nnode scripts/server.cjs\n\nRuntime Environment\nGOD_MODE_ROOT: root path to expose (default C:\\).\nGOD_MODE_HOST: bind host (default 127.0.0.1).\nGOD_MODE_PORT: bind port (default 8888).\nGOD_MODE_TOKEN: access token.\nGOD_MODE_TOKEN_REQUIRED: true by default.\nOperational Rules\nKeep server bound to loopback unless explicitly required.\nRequire token auth for non-debug usage.\nRefuse path traversal outside configured root.\nPrefer structured JSON listings for automation.\nFiles\nscripts/server.cjs: server implementation.\nreferences/ops.md: ops notes and runbook."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/manlight87/telegrambot",
    "publisherUrl": "https://clawhub.ai/manlight87/telegrambot",
    "owner": "manlight87",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/telegrambot",
    "downloadUrl": "https://openagent3.xyz/downloads/telegrambot",
    "agentUrl": "https://openagent3.xyz/skills/telegrambot/agent",
    "manifestUrl": "https://openagent3.xyz/skills/telegrambot/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/telegrambot/agent.md"
  }
}