{
  "schemaVersion": "1.0",
  "item": {
    "slug": "telegram-topic-rename",
    "name": "Telegram Topic Rename",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/wwjjhh1995/telegram-topic-rename",
    "canonicalUrl": "https://clawhub.ai/wwjjhh1995/telegram-topic-rename",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/telegram-topic-rename",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=telegram-topic-rename",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/icons.md",
      "scripts/rename-topic.sh"
    ],
    "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-topic-rename"
    },
    "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-topic-rename",
    "agentPageUrl": "https://openagent3.xyz/skills/telegram-topic-rename/agent",
    "manifestUrl": "https://openagent3.xyz/skills/telegram-topic-rename/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/telegram-topic-rename/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": "Telegram Topic Rename / Telegram 话题命名",
        "body": "Rename Telegram forum topics and optionally change their icons.\n\n重命名 Telegram 论坛话题，可选更换图标。"
      },
      {
        "title": "Setup / 配置",
        "body": "Set TELEGRAM_BOT_TOKEN in your environment or OpenClaw config:\n\n在环境变量或 OpenClaw 配置中设置 TELEGRAM_BOT_TOKEN：\n\nexport TELEGRAM_BOT_TOKEN=\"your-bot-token\""
      },
      {
        "title": "Get topic info / 获取话题信息",
        "body": "Extract from session context:\n\nchat_id: User ID (private) or group ID\nthread_id: From message_thread_id or session key\n\n从会话上下文提取：\n\nchat_id：用户 ID（私聊）或群组 ID\nthread_id：从 message_thread_id 或 session key 获取"
      },
      {
        "title": "Run the script / 运行脚本",
        "body": "# Rename only / 仅改名\nscripts/rename-topic.sh <chat_id> <thread_id> \"新名称\"\n\n# Rename + change icon (emoji shortcut) / 改名 + 换图标（emoji 快捷方式）\nscripts/rename-topic.sh <chat_id> <thread_id> \"新名称\" 🤖\n\n# Rename + change icon (full ID) / 改名 + 换图标（完整 ID）\nscripts/rename-topic.sh <chat_id> <thread_id> \"新名称\" 5309832892262654231\n\n# List available icons / 列出可用图标\nscripts/rename-topic.sh --icons"
      },
      {
        "title": "Naming rules / 命名规则",
        "body": "Length / 长度: ≤10 characters / 字符\nStyle / 风格: Concise, capture the core theme / 简洁，抓住核心主题\nAuto-icon / 自动选图标: Match icon to topic theme (see references/icons.md)"
      },
      {
        "title": "Icon quick reference / 图标速查",
        "body": "Theme / 主题IconAI / 机器人🤖Code / 编程💻Science / 科学🔬Work / 工作💼Notes / 笔记📝Chat / 闲聊💬Games / 游戏🎮Music / 音乐🎵Ideas / 想法💡Fire / 热门🔥\n\nFull list: See references/icons.md\n\n完整列表：见 references/icons.md"
      }
    ],
    "body": "Telegram Topic Rename / Telegram 话题命名\n\nRename Telegram forum topics and optionally change their icons.\n\n重命名 Telegram 论坛话题，可选更换图标。\n\nSetup / 配置\n\nSet TELEGRAM_BOT_TOKEN in your environment or OpenClaw config:\n\n在环境变量或 OpenClaw 配置中设置 TELEGRAM_BOT_TOKEN：\n\nexport TELEGRAM_BOT_TOKEN=\"your-bot-token\"\n\nUsage / 使用方法\nGet topic info / 获取话题信息\n\nExtract from session context:\n\nchat_id: User ID (private) or group ID\nthread_id: From message_thread_id or session key\n\n从会话上下文提取：\n\nchat_id：用户 ID（私聊）或群组 ID\nthread_id：从 message_thread_id 或 session key 获取\nRun the script / 运行脚本\n# Rename only / 仅改名\nscripts/rename-topic.sh <chat_id> <thread_id> \"新名称\"\n\n# Rename + change icon (emoji shortcut) / 改名 + 换图标（emoji 快捷方式）\nscripts/rename-topic.sh <chat_id> <thread_id> \"新名称\" 🤖\n\n# Rename + change icon (full ID) / 改名 + 换图标（完整 ID）\nscripts/rename-topic.sh <chat_id> <thread_id> \"新名称\" 5309832892262654231\n\n# List available icons / 列出可用图标\nscripts/rename-topic.sh --icons\n\nNaming rules / 命名规则\nLength / 长度: ≤10 characters / 字符\nStyle / 风格: Concise, capture the core theme / 简洁，抓住核心主题\nAuto-icon / 自动选图标: Match icon to topic theme (see references/icons.md)\nIcon quick reference / 图标速查\nTheme / 主题\tIcon\nAI / 机器人\t🤖\nCode / 编程\t💻\nScience / 科学\t🔬\nWork / 工作\t💼\nNotes / 笔记\t📝\nChat / 闲聊\t💬\nGames / 游戏\t🎮\nMusic / 音乐\t🎵\nIdeas / 想法\t💡\nFire / 热门\t🔥\n\nFull list: See references/icons.md\n\n完整列表：见 references/icons.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/wwjjhh1995/telegram-topic-rename",
    "publisherUrl": "https://clawhub.ai/wwjjhh1995/telegram-topic-rename",
    "owner": "wwjjhh1995",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/telegram-topic-rename",
    "downloadUrl": "https://openagent3.xyz/downloads/telegram-topic-rename",
    "agentUrl": "https://openagent3.xyz/skills/telegram-topic-rename/agent",
    "manifestUrl": "https://openagent3.xyz/skills/telegram-topic-rename/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/telegram-topic-rename/agent.md"
  }
}