# Send Telegram to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "telegram",
    "name": "Telegram",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/codedao12/telegram",
    "canonicalUrl": "https://clawhub.ai/codedao12/telegram",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/telegram",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=telegram",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/telegram-commands-playbook.md",
      "references/telegram-update-routing.md",
      "references/telegram-request-templates.md",
      "references/telegram-bot-api.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "telegram",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T11:30:31.206Z",
      "expiresAt": "2026-05-08T11:30:31.206Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=telegram",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=telegram",
        "contentDisposition": "attachment; filename=\"telegram-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "telegram"
      },
      "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/telegram"
    },
    "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."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/telegram",
    "downloadUrl": "https://openagent3.xyz/downloads/telegram",
    "agentUrl": "https://openagent3.xyz/skills/telegram/agent",
    "manifestUrl": "https://openagent3.xyz/skills/telegram/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/telegram/agent.md"
  }
}
```
## Documentation

### Purpose

Provide a clean, production-oriented guide for building Telegram bot workflows via the Bot API, focusing on command UX, update handling, and safe operations using plain HTTPS.

### Best fit

You want a command-first bot that behaves professionally.
You need a reliable update flow (webhook or polling).
You prefer direct HTTP calls instead of libraries.

### Not a fit

You require a full SDK or framework integration.
You need complex media uploads and streaming in-process.

### Quick orientation

Read references/telegram-bot-api.md for endpoints, update types, and request patterns.
Read references/telegram-commands-playbook.md for command UX and messaging style.
Read references/telegram-update-routing.md for update normalization and routing rules.
Read references/telegram-request-templates.md for HTTP payload templates.
Keep this SKILL.md short and use references for details.

### Required inputs

Bot token and base API URL.
Update strategy: webhook or long polling.
Command list and conversation tone.
Allowed update types and rate-limit posture.

### Expected output

A clear command design, update flow plan, and operational checklist.

### Operational notes

Prefer strict command routing: /start, /help, /settings, /status.
Always validate incoming update payloads and chat context.
Handle 429s with backoff and avoid message bursts.

### Security notes

Never log tokens.
Use webhooks with a secret token header when possible.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: codedao12
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T11:30:31.206Z
- Expires at: 2026-05-08T11:30:31.206Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/telegram)
- [Send to Agent page](https://openagent3.xyz/skills/telegram/agent)
- [JSON manifest](https://openagent3.xyz/skills/telegram/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/telegram/agent.md)
- [Download page](https://openagent3.xyz/downloads/telegram)