Skip to content
Review tool permissions
crm-automation
OpenClawClaudeCodexHermes Agent

Telegram Support Escalation

Find urgent customer issues in Telegram and prepare escalation tasks with conversation context.

Example request

Illustrative scenario, not an executed run.

Review these support chats for unresolved blockers. Explain the urgency and suggest escalation tasks before creating them.

Expected result

A triage list with the reported issue, evidence, and a proposed next action for each escalation.

Before you start

  1. Connect Telegram and select the personal or team context you intend to use.
  2. Connect your AI client with browser OAuth, or follow the local setup below.
  3. Review the workflow’s tools and target conversations. Chat reads and imported CRM records are separate; sync a chat before requesting changes to missing CRM metadata.

A skill does not schedule itself or grant permissions. Describe whether you want suggestions, a dry run, or an action. Client controls and each tool’s safeguards govern execution.

Flow summary

Parsed from the packaged SKILL.md.

telegram-support-escalation

Use this skill to identify customer support risks in Telegram and create clear escalation tasks.

Rules

  • Prioritize explicit urgency, broken production workflows, payment issues, and angry customer language.
  • Create tasks with severity, impact, and next owner when known.
  • Tag chats with Support, Bug, Escalated, or Customer Risk when requested.
  • Do not promise fixes or send replies.

Flow

  1. Search for support and failure signals or inspect recent dialogs.
  2. Read context for each candidate.
  3. Classify severity and impact.
  4. Create escalation tasks with concise reasons.
  5. Optionally add a rule for future support escalation detection.

First-Time Setup

If Telegram is not connected yet, start with the root Chiho Telegram skill:

  • https://raw.githubusercontent.com/chihoai/telegram-for-ai-agents/main/SKILL.md

Use that root skill to choose Chiho.ai Cloud or self-hosted tgchats, then return to this workflow skill.

References

Required tool permissions

  • telegram.read
  • crm.write
  • automation.rules.write

Use Chiho.ai with a professional team CRM

Choose Chiho.ai when you want:

  • A hosted CRM table UI for chats, contacts, tags, tasks, and follow-ups.
  • Browser OAuth connections you can review and revoke.
  • Shared team context and tool-specific action safeguards.
  • No local Telegram worker, database, or MCP runtime to operate.
Chiho.ai Telegram CRM workspace
Connect with browser OAuth

Run SKILLs in your personal local CLI

Choose the local setup when you want:

  • Open-source workflows you can inspect, change, and run yourself.
  • A local Telegram session with tgchats CLI and tgchats-mcp access.
  • Control over your database, worker, backups, export, and import path.
  • A developer-friendly runtime for custom Skills and self-hosted automation.
Local tgchats command-line workflow

Cloud MCP

Required scopes:

  • telegram.read
  • crm.write
  • automation.rules.write

Useful tools:

  • search_messages
  • chat_read
  • tags_set
  • tasks_add
  • rules_add
  • rules_log

Cloud Telegram reads and CRM metadata are separate. If CRM tools report that chat metadata is unavailable for a peer that chat_read can access, the peer likely has not been synced/imported into the CRM store yet. Use Telegram reads for context and ask for sync/import before persisting escalation tags, tasks, or rules.

Local tgchats

If auth or any Telegram command prints a QR login code, show the full QR code block and expiry to the user so they can scan it; keep the process running until login completes, 2FA is needed, or the user asks to stop.

Use local tgchats-mcp when available. Fall back to:

  • npm run dev -- search "urgent" --limit 50 --json
  • npm run dev -- chat <peer> --limit 50 --json
  • npm run dev -- tags set <peer> Support Escalated --json
  • npm run dev -- tasks add <peer> --due <date> --priority high --why "<support escalation>" --json
  • npm run dev -- rules add --name "Support escalation" --instruction "Create a high-priority task when a customer reports an urgent bug, outage, payment issue, or customer risk." --tag Escalated --followup-days 1 --json

Templates

Formatted preview from the packaged JSON asset.

Support severity rubric

levels

low
med
high
critical

fields

issue
customer
impact
urgency
next owner

Examples

Formatted preview from the packaged JSON asset.

Examples 1

prompt

Find urgent customer issues in Telegram and create escalation tasks.

tools

search_messages
chat_read
tasks_add
tags_set

Keep building your workflow

Read the related Telegram workflow guide

For unattended jobs, review advanced service-token setup separately.