Telegram Assistant Skill banner
BayramAnnakov BayramAnnakov

Telegram Assistant Skill

Design community

Description

Claude Code skill for Telegram automation: digests, style extraction, channel posting

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Telegram Assistant Skill

A Claude Code skill for automating Telegram workflows: digests, channel posting, and style-matched drafts.

Features

  • Digest Workflow: Summarize unread messages across all chats with priority classification
  • Style Extraction: Analyze channel posts to capture writing style patterns
  • Post Workflow: Draft posts matching your authentic voice, saved as drafts for review

Requirements

Installation

  1. Clone this repo:
git clone https://github.com/BayramAnnakov/telegram-assistant-skill.git
  1. Symlink to Claude skills directory:
ln -s /path/to/telegram-assistant-skill ~/.claude/skills/telegram-assistant
  1. Restart Claude Code

  2. Verify the skill is detected:

Ask Claude: "use the telegram-assistant skill to show my unread messages"

Usage

Digest Workflow

Triggers: "telegram digest", "unread messages", "morning summary"

"Show me a digest of my unread Telegram messages"
"Summarize what I missed in Telegram today"

Style Extraction

Triggers: "analyze writing style", "extract style from channel"

"Analyze the writing style of my ProductsAndStartups channel"
"Extract style patterns from @cryptoEssay"

Post Workflow

Triggers: "post to channel", "draft telegram post", "write for channel"

"Draft a post about MCP for my channel using my style"
"Write a channel post about AI agents"

Safety

This skill follows a **draft-first** policy:

  • Never sends messages directly via send_message
  • Always uses save_draft so you can review in Telegram before sending
  • Drafts appear in the chat input field in your Telegram app

Dependencies

This skill works best with the following PRs merged into telegram-mcp: