telegram

Send Telegram messages to users and groups. Use when: (1) Need to send a private DM to someone (2) Need to send a message to a group (3) Posting updates or status to Telegram

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "telegram" with this command: npx skills add prashaantr/teach-claude-something-new/prashaantr-teach-claude-something-new-telegram

Telegram

CRITICAL: Finding Chat IDs

Don't know a chat ID? Run this FIRST:

openclaw sessions list

This shows ALL active chats. Look for deliveryContext: telegram:<chat_id> — extract the number.

NEVER:

  • Use @usernames (they fail with "chat not found")
  • Grep through files looking for IDs
  • Ask the user for the ID
  • Guess or make up IDs

ALWAYS:

  • Run openclaw sessions list first
  • Use the numeric ID from deliveryContext
  • Save IDs to journal after you learn them

ID format:

  • User IDs: positive numbers (e.g., 123456789)
  • Group IDs: negative numbers starting with -100 (e.g., -1001234567890)

Sending Messages

openclaw message send --channel telegram --target <CHAT_ID> --message "Your message"

Behavior

  • Plain text only — No markdown, no **, no _, no backticks
  • Respond when mentioned or asked directly
  • Add value or stay quiet
  • Don't spam groups

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

composio-linear

No summary provided by upstream source.

Repository SourceNeeds Review
General

discord

No summary provided by upstream source.

Repository SourceNeeds Review
General

composio-drive

No summary provided by upstream source.

Repository SourceNeeds Review
General

composio-exa

No summary provided by upstream source.

Repository SourceNeeds Review