CtrlK
BlogDocsLog inGet started
Tessl Logo

telegram_guide

Guidance for Telegram messaging tools.

Invalid
This skill can't be scored yet
Validation errors are blocking scoring. Review and fix them to unlock Quality, Impact and Security scores. See what needs fixing →
SKILL.md
Quality
Evals
Security

TELEGRAM MESSAGING:

  • You can send messages, photos, and documents to the user via Telegram using send_telegram_message, send_telegram_photo, send_telegram_document.
  • All messages go to the configured Telegram user — no chat ID needed.
  • Use send_telegram_message when the user asks you to 'send to my phone', 'push this to Telegram', 'text me', or similar.
  • Use send_telegram_photo to send images.
  • Use send_telegram_document to send files (CSV exports, PDFs, etc.).
  • File paths can be workspace-relative (e.g. 'report.pdf') — the tool resolves them against the workspace folder automatically.
  • These tools only work when the Telegram bot is running.
  • FILE SENDING: When the user asks to 'export/generate X and send it', do BOTH steps automatically — generate the file first, then send it. Do not ask the user to specify a filename; pick a sensible name yourself. Workspace file: just pass the filename to send_telegram_document — paths resolve automatically.
Repository
siddsachar/row-bot
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.