{
  "schemaVersion": "1.0",
  "item": {
    "slug": "tg-smart-cta",
    "name": "Telegram CTA Button",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/dendyadinirwana/tg-smart-cta",
    "canonicalUrl": "https://clawhub.ai/dendyadinirwana/tg-smart-cta",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/tg-smart-cta",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tg-smart-cta",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/time_logic.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",
      "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/tg-smart-cta"
    },
    "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/tg-smart-cta",
    "agentPageUrl": "https://openagent3.xyz/skills/tg-smart-cta/agent",
    "manifestUrl": "https://openagent3.xyz/skills/tg-smart-cta/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/tg-smart-cta/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 Smart Launcher (Smart Launcher UI)",
        "body": "This skill enables the agent to provide an interactive and efficient user experience on Telegram by appending context-aware CTA (Call to Action) buttons to replies."
      },
      {
        "title": "Usage Guidelines",
        "body": "When responding to a user on Telegram, always consider if providing quick-action buttons would improve efficiency."
      },
      {
        "title": "Button Selection Logic",
        "body": "Time of Day Awareness:\n\nMorning (07:00 - 10:00): Focus on daily briefings, commute status, and agenda checks.\nWork Hours (10:00 - 16:00): Focus on task progress, deep research, and project-specific actions.\nWrap-up (16:00 - 18:00): Focus on daily recaps, route home status, and tomorrow's preparation.\nNight (20:00 - 23:00): Focus on reflection, mood checks, and planning for the next day.\n\n\n\nContext Awareness:\n\nIf the user is working on administrative or planning tasks, offer buttons for document drafting or data lookup.\nIf the user is working on creative or design tasks, offer buttons for tool links or asset management.\nIf a task just finished, offer \"Next Steps\" or \"Recap\" buttons.\n\n\n\nThe \"Free Text\" Fallback:\n\nAlways include an option for free text input (e.g., \"⌨️ Manual Input\") to ensure the user feels in control."
      },
      {
        "title": "Implementation Pattern",
        "body": "Use the message tool with the buttons parameter. The buttons array is an array of arrays (rows) of button objects [{text, callback_data}]."
      },
      {
        "title": "Example (Wrap-up Phase)",
        "body": "message({\n  action: \"send\",\n  target: \"USER_ID\",\n  message: \"I've prepared the daily report for you.\",\n  buttons: [\n    [\n      { text: \"📝 Daily Recap\", callback_data: \"/update\" },\n      { text: \"🏠 Route Home\", callback_data: \"Check route home\" }\n    ],\n    [\n      { text: \"⏭️ Tomorrow's Agenda\", callback_data: \"What is the agenda for tomorrow?\" },\n      { text: \"⌨️ Manual Input\", callback_data: \"keyboard_manual\" }\n    ]\n  ]\n})"
      },
      {
        "title": "References",
        "body": "See references/time_logic.md for detailed time-based button presets."
      }
    ],
    "body": "Telegram Smart Launcher (Smart Launcher UI)\n\nThis skill enables the agent to provide an interactive and efficient user experience on Telegram by appending context-aware CTA (Call to Action) buttons to replies.\n\nUsage Guidelines\n\nWhen responding to a user on Telegram, always consider if providing quick-action buttons would improve efficiency.\n\nButton Selection Logic\n\nTime of Day Awareness:\n\nMorning (07:00 - 10:00): Focus on daily briefings, commute status, and agenda checks.\nWork Hours (10:00 - 16:00): Focus on task progress, deep research, and project-specific actions.\nWrap-up (16:00 - 18:00): Focus on daily recaps, route home status, and tomorrow's preparation.\nNight (20:00 - 23:00): Focus on reflection, mood checks, and planning for the next day.\n\nContext Awareness:\n\nIf the user is working on administrative or planning tasks, offer buttons for document drafting or data lookup.\nIf the user is working on creative or design tasks, offer buttons for tool links or asset management.\nIf a task just finished, offer \"Next Steps\" or \"Recap\" buttons.\n\nThe \"Free Text\" Fallback:\n\nAlways include an option for free text input (e.g., \"⌨️ Manual Input\") to ensure the user feels in control.\nImplementation Pattern\n\nUse the message tool with the buttons parameter. The buttons array is an array of arrays (rows) of button objects [{text, callback_data}].\n\nExample (Wrap-up Phase)\nmessage({\n  action: \"send\",\n  target: \"USER_ID\",\n  message: \"I've prepared the daily report for you.\",\n  buttons: [\n    [\n      { text: \"📝 Daily Recap\", callback_data: \"/update\" },\n      { text: \"🏠 Route Home\", callback_data: \"Check route home\" }\n    ],\n    [\n      { text: \"⏭️ Tomorrow's Agenda\", callback_data: \"What is the agenda for tomorrow?\" },\n      { text: \"⌨️ Manual Input\", callback_data: \"keyboard_manual\" }\n    ]\n  ]\n})\n\nReferences\nSee references/time_logic.md for detailed time-based button presets."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/dendyadinirwana/tg-smart-cta",
    "publisherUrl": "https://clawhub.ai/dendyadinirwana/tg-smart-cta",
    "owner": "dendyadinirwana",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/tg-smart-cta",
    "downloadUrl": "https://openagent3.xyz/downloads/tg-smart-cta",
    "agentUrl": "https://openagent3.xyz/skills/tg-smart-cta/agent",
    "manifestUrl": "https://openagent3.xyz/skills/tg-smart-cta/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/tg-smart-cta/agent.md"
  }
}