SKILLEMALL.ai

BC telegram-bot-manager

Manage and configure Telegram bots for OpenClaw. Use when setting up Telegram integrations, troubleshooting bot connectivity, configuring bot tokens, or managing Telegram channel/webhook settings. Handles bot registration, token validation, and network connectivity checks for api.telegram.org.

ClawHub Agent Skills author: OpenClaw v1.0.0 11 files body ≈ 750 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process C 53/100 · Has gaps — weak spots: result and completion, when it triggers, inputs and preconditions

IntegrationTelegramInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
B
87/100
safety, quality, tests
Safety 60%
88
Quality 40%
85
Run on models
none yet
Process rating
C
53/100
Has gaps
Result and completion w 14
0
Inputs and preconditions w 11
0
Progress reporting w 2
0
the three weakest of ten parameters · all ten

How to improve

    For the model run — optional
    • Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
    • A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.

    Guard findings · 12

    ✓ No critical or high findings

    Medium and low: 12
    • low Exfiltration exfil-webhook-url references/OPENCLAW_CONFIG.md:106
      Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
      curl -s "https://api.telegram.org/botYOUR_TOKEN/getMe"
      placeholder
    • low Exfiltration exfil-webhook-url references/OPENCLAW_CONFIG.md:245
      Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
      "https://api.telegram.org/botYOUR_TOKEN/setWebhook"
      placeholder
    • low Exfiltration exfil-webhook-url references/OPENCLAW_CONFIG.md:251
      Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
      curl "https://api.telegram.org/botYOUR_TOKEN/deleteWebhook"
      placeholder
    • low Exfiltration exfil-webhook-url references/WEBHOOK_SETUP.md:96
      Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
      "https://api.telegram.org/botYOUR_BOT_TOKEN/setWebhook"
      placeholder
    • low Exfiltration exfil-webhook-url references/WEBHOOK_SETUP.md:99
      Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
      curl "https://api.telegram.org/botYOUR_BOT_TOKEN/getWebhookInfo"
      placeholder
    • low Exfiltration exfil-webhook-url references/WEBHOOK_SETUP.md:243
      Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
      curl "https://api.telegram.org/botYOUR_BOT_TOKEN/getWebhookInfo"
      placeholder
    • low Exfiltration exfil-webhook-url references/WEBHOOK_SETUP.md:365
      Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
      STATUS=$(curl -s "https://api.telegram.org/bot$BOT_TOKEN/getWebhookInfo" | jq -r '.result.url')
      placeholder
    • low Exfiltration net-credential-use references/WEBHOOK_SETUP.md:365
      Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
      STATUS=$(curl -s "https://api.telegram.org/bot$BOT_TOKEN/getWebhookInfo" | jq -r '.result.url')
      vendor-host
    • low Exfiltration exfil-webhook-url references/WEBHOOK_SETUP.md:382
      Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
      curl "https://api.telegram.org/botYOUR_BOT_TOKEN/deleteWebhook"
      placeholder
    • low Exfiltration exfil-webhook-url scripts/setup_bot.py:136
      Webhook / callback URL commonly used for exfiltration (verify the destination) (the skill's own vendor host; quoted — discussed, not commanded)
      f"https://api.telegram.org/bot{bot_token}/getMe",
      vendor-hostquoted
    • low Exfiltration exfil-webhook-url scripts/test_bot.py:17
      Webhook / callback URL commonly used for exfiltration (verify the destination) (test fixture / example file; the skill's own vendor host; quoted — discussed, not commanded)
      self.base_url = f"https://api.telegram.org/bot{bot_token}"
      fixturevendor-hostquoted
    • low Exfiltration exfil-webhook-url SKILL.md:30
      Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
      curl -s "https://api.telegram.org/bot<YOUR_TOKEN>/getMe"
      placeholder

    Files scanned: 11. Evidence is masked. Grey chips explain why severity was lowered.

    Against the Agent Skills spec

    ✓ No remarks against the Agent Skills spec

    Process rating: all ten parameters 53/100

    • 0Result and completion. Does not say what the result is
    • 0Inputs and preconditions. Does not say what the process needs to start
    • 0Progress reporting. Says nothing while it works
    • 20When it triggers. No condition that starts the skill
    • 30Running it twice. 3 mutating operations with no state check
    • 50Failures and branches. 0 branches, has a failure section
    • 85Steps. 46 steps, 1 vague phrases
    • 100Tools and files. No external tools needed
    • 100Consistency. Name and required fields are in place
    • 100Execution cost. Instruction body is 750 tokens

    Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.

    Quality signals

    • +5Description has no quoted example phrases that should trigger the skill
    • +4Description does not say when NOT to use the skill (false activations)
    • +3Output format is not stated: the model decides each time
    • -32 of 3 scripts are never mentioned in SKILL.md
    • +1No license
    • +2Single-language instructions
    • +3Description length 294: enough signal without eating the budget
    • +4Structure: 18 headings
    • +3Step-by-step instructions: 46 items
    • +4Has examples (4 code blocks)
    • +4Reference files are cited in the instructions (2 of 2)

    Quality base 70; lint remarks subtract, signals add up to 100. Result: 85.

    External checks

    ClawHub: suspicious
    This Telegram/OpenClaw helper is mostly purpose-aligned, but it should be reviewed because it handles bot tokens in ways that can expose them locally.
    LLM: suspicious (high) · VirusTotal: suspicious · 10 Sept 2026