Logo
ClawHub Skills Lib
HomeCategoriesUse CasesTrendingStatisticsBlog
HomeCategoriesUse CasesTrendingStatisticsBlog
ClawHub Skills Lib
ClawHub Skills Lib

Browse 50.000+ community-built AI agent skills for OpenClaw. Updated daily from clawhub.ai.

Explore

  • Home
  • Categories
  • Use Cases
  • Trending
  • Blog

Categories

  • Development
  • AI & Agents
  • Productivity
  • Communication
  • Data & Research
  • Business
  • Platforms
  • Lifestyle
  • Education
  • Design

Use Cases

  • AI Code Generation
  • Code Review & Testing
  • DevOps & Cloud
  • Security & Compliance
  • Build an AI Agent
  • Agent Memory & RAG
  • Multi-Agent Orchestration
  • Browser & Web Automation
  • Financial & Market Data
  • Crypto & Web3
  • Real-Time Web Search
  • News & Media Monitoring
  • Academic Research
  • Data & Analytics
  • AI Image Generation
  • Voice & Audio AI
  • AI Video Creation
  • Content Writing
  • Task & Project Management
  • Knowledge Management
  • Email & Messaging
  • SEO & Content Marketing
  • Sales & CRM
  • Workflow Automation
  • Social Media
  • Chinese Platforms
  • E-Commerce
  • Education & Tutoring
  • HR & Recruiting
  • Legal & Compliance
  • AI Code Generation
  • Code Review & Testing
  • DevOps & Cloud
  • Security & Compliance
  • Build an AI Agent
  • Agent Memory & RAG
  • Multi-Agent Orchestration
  • Browser & Web Automation
  • Financial & Market Data
  • Crypto & Web3
  • Real-Time Web Search
  • News & Media Monitoring
  • Academic Research
  • Data & Analytics
  • AI Image Generation
  • Voice & Audio AI
  • AI Video Creation
  • Content Writing
  • Task & Project Management
  • See all use cases →
  • AI Code Generation
  • Code Review & Testing
  • DevOps & Cloud
  • Security & Compliance
  • Build an AI Agent
  • Agent Memory & RAG
  • Multi-Agent Orchestration
  • Browser & Web Automation
  • Financial & Market Data
  • See all use cases →
© 2026 ClawHub Skills Lib. All rights reserved.Built with Next.js · Neon · Prisma
Home/Blog/ClawHub Telegram Skills Directory: Skills for Bot Development, Voice Messaging & Agent Integration
platform-rounduptelegramclawhubopenclaw

ClawHub Telegram Skills Directory: Skills for Bot Development, Voice Messaging & Agent Integration

March 20, 2026·8 min read

Telegram on ClawHub currently has dedicated skills — a technically diverse ecosystem split between bot builders, voice processing tools, and deep OpenClaw-specific integrations. 49% show real install activity. Here's the complete breakdown.

Note: Install and download figures in text descriptions reflect stats at the time of writing and may be outdated. All skill tables are live — they fetch current data from the ClawHub database on every page load. Treat table values as authoritative.

Data Overview

MetricValue
Total dedicated skills89
Skills with installs (>0)44 (49%)
Skills with zero installs45 (51%)
Top skill by downloadspostiz — dl
Top Telegram-native skilltelegram — installs
Top skill by installstelegram — installs
Highest install rate (non-main)telegram-bot-builder — installs
Top coverage skillrss-ai-reader — dl

1. Core Bot API & Messaging

The foundation layer. telegram (40 installs) is the dominant skill — it wraps the Bot API for full workflow automation. telegram-bot (23 installs) covers the same territory with a slightly different scope. tg takes a different approach: it's a CLI for reading, searching, and sending messages, making it useful for scripting outside the bot model.

telegram-compose stands out for rich HTML message formatting — essential when you need tables, code blocks, or styled text that the plain Bot API struggles with. telegram-bot-builder (11 installs) is the most capable builder in the set, supporting keyboards, inline buttons, webhook configuration, and auto-reply in one skill.


2. Voice & Audio Processing

The most distinctive category on ClawHub for Telegram. Voice messaging is native to Telegram in a way it isn't on Slack or Discord, and the skill ecosystem reflects that.

telegram-offline-voice (12 installs) generates voice messages locally — it handles audio cleaning, chunking, and temp file management without a cloud TTS dependency. telegram-voice-group (6 installs) extends this to group delivery. The telegram-voice-to-voice-macos skill creates a full pipeline on Apple Silicon: it transcribes inbound .ogg voice notes (which Telegram uses natively) and replies with generated voice.

The critical technical detail: Telegram voice messages must be .ogg files sent with asVoice=true. telegram-voice-message-skill exists specifically because this trips up first-time builders — it documents the correct OGG conversion and parameter usage based on real debugging experience.


3. Forum & Group Management

Telegram's "forum mode" — where groups have threaded topics — is well-supported. telegram-auto-topic (5 installs) automates topic creation by detecting /topic in messages. telegram-ops (5 installs) handles the full suite: create, edit, archive forum topics via Bot API.

telegram-agent-coordination solves a specific problem: running multiple AI agents in one Telegram group without message collisions. It's a protocol skill, not an API wrapper — zero installs suggests it's experimental or too niche for broad adoption yet.


4. Message History & MTProto Access

Bot API access is limited to messages your bot receives. To read arbitrary chat history — personal chats, channels you're a member of, groups — you need MTProto (user API). Telegram provides no official supported path for this, so these skills use Telethon or Pyrogram under the hood.

relay-for-telegram (1 install) focuses specifically on message history retrieval and positions itself as the recommended approach. telegram-history (6 installs) uses Telethon directly. sergei-mikhailov-tg-channel-reader reads channel posts and comments with pagination support.

The MTProto approach requires storing a Telegram session — a meaningful security consideration that likely explains the lower install rates compared to Bot API skills.


5. OpenClaw Agent Integration

The most distinctive category in the entire Telegram skill set — and the most OpenClaw-specific. These skills don't interact with Telegram on behalf of users; they configure how OpenClaw agents are Telegram bots.

The pairing cluster is notable: telegram-pairing-message-customization, telegram-pairing-customization, telegram-pairing-approver, and telegram-pairing-send-code-to-every-start all modify OpenClaw's built-in Telegram pairing flow. The fact that four separate skills exist for variations on this single feature signals strong demand for pairing customization that the platform doesn't expose natively.

agent-telegram (9 installs) is a protocol skill — a communication standard that all agents in a team must follow when sending messages to Telegram. tg-smart-cta (5 installs) adds dynamic CTA buttons to Telegram replies, enabling richer UI without building a full bot.


6. Cloud Storage & File Transfer

telegram-cloud-storage (3 installs) is technically creative: it uses Teldrive to turn Telegram's unlimited file storage into a cloud drive. Telegram allows bots to upload up to 2 GB per file with no total storage cap — Teldrive provides a filesystem interface over this. For cost-sensitive users, it's a zero-cost alternative to Dropbox for large files.

telegram-ascii-table (2 installs) solves a real formatting problem: Telegram renders monospace text well, so ASCII box tables are readable in chat. This skill converts tabular data to that format via stdin, avoiding shell injection risks.


7. Alerts & Notifications

Finance dominates: rho-telegram-alerts (5 installs) sends formatted trading alerts and portfolio updates with rate limiting to avoid spam. telegram-notify (6 installs) covers the same territory — trade entry/exit and self-heal events.

f5-telegram-notify is a single-purpose skill: it pings a Telegram chat when an F5-TTS model training job finishes or fails. Zero market breadth, but clear evidence of how Telegram becomes the default notification channel for long-running ML jobs.


8. Mini Apps & Rich UI

Telegram Mini Apps (web apps running inside Telegram) are increasingly used as lightweight frontends. tg-miniapp (1 install) specifically addresses the pain points: safe areas, fullscreen mode, and viewport handling that the official SDK doesn't document well.

telegram-colored-choices-buttons solves a subtle UX problem: Telegram bots can't natively distinguish button intent by color. This skill adds logic to automatically mark buttons as default, destructive (red), or secondary based on semantic context.


9. Social Media & Publishing

postiz leads Telegram skills by total downloads (5,934) despite not being Telegram-specific — it schedules posts to 28+ channels including Telegram, X, LinkedIn, and others. High downloads reflect its broad utility; 18 installs is solid for a scheduling tool. publora-telegram covers the same use case but is Telegram-only.


10. Specialized & Niche Tools

A diverse set of single-purpose tools that don't fit cleanly elsewhere.

telegram-cloud-storage already appears in section 6, but worth noting the Chia blockchain integration (chia-walletconnect) — a Telegram Web App that verifies Chia wallet ownership via WalletConnect. It's the only blockchain-native Telegram skill in the set. anthrovision-telegram-body-scan runs a body measurement flow via Telegram using a camera bridge — equally niche, with zero installs.

telegram-chat-to-image converts Telegram Desktop chat exports to long screenshot-style images — useful for sharing conversations without forwarding individual messages. telegram-todolist (1 install) lets you manage a TODO.md file via Telegram commands — a simple but real use case for async task tracking.


Quick Selection Guide

If you want to...Use this skill
Build a Telegram bot (default)telegram
Rich message formatting (HTML)telegram-compose
CLI: read/search/send messagestg
Keyboard + inline buttons + webhookstelegram-bot-builder
Send voice messages locallytelegram-offline-voice
Transcribe voice to texttelegram-voice-transcribe
Read chat history (user API)telegram-history
Read channels via MTProtosergei-mikhailov-tg-channel-reader
Use Telegram as cloud storagetelegram-cloud-storage
Schedule posts to Telegram + other channelspostiz
Build a Telegram Mini Apptg-miniapp
Send trading/finance alertsrho-telegram-alerts
Configure OpenClaw pairingtelegram-pairing-approver
Agent team communication protocolagent-telegram

Closing Observations

The Bot API / MTProto split defines the ecosystem. Most skills use the Bot API — simpler, no session storage, works with tokens. The MTProto cluster (6 skills) is smaller but fills a real gap: reading history, accessing channels, and acting as a real user rather than a bot. These get lower install rates partly due to higher setup complexity and security concerns around stored sessions.

Voice is a first-class use case for Telegram on ClawHub. Nine dedicated voice skills — more than any other messaging platform in the directory. Telegram's native voice note format (.ogg with asVoice=true) creates a specific technical surface that users care enough to build and install skills for. No equivalent cluster exists for Slack or Discord.

OpenClaw's Telegram integration runs deep. The pairing customization cluster alone has 4 skills modifying a single internal feature. This signals that Telegram is OpenClaw's primary mobile interface, and users heavily customize how the pairing flow works. The platform doesn't expose these as settings, so the skill ecosystem fills the gap.

telegram-cloud-storage is the most technically creative skill in the set. Using Telegram's unlimited file storage as a cloud drive via Teldrive is a genuine hack — free, functional, and not obviously available until you know about it. 3 installs suggests it's finding its audience.

49% install rate sits in the middle of the ClawHub range — below Obsidian's technically engaged 69%, above Notion's more casual 48%. Telegram users are builders who deploy what they install, but the tail of zero-install skills is long, suggesting a lot of experimental or narrowly-targeted tooling.

Data source: ClawHub platform install and download stats as of March 20, 2026. Browse more skills at clawhub-skills.com.

← Back to Blog
64
7 skills
4 skills
3 skills
#SkillDownloadsInstallsGrade
1telegram-offline-voice3,81517A
2telegram-voice-group3,64410A
3telegram-voice-to-voice-macos2,2144B
4telegram-voice-transcribe8862B
5telegram-voice1,2002C
6yandex-speechkit-stt7711B
7telegram-voice-mode1,1711B
8telegram-multilingual-voice-reply1,0210C
9telegram-voice-message-skill7040B
#SkillDownloadsInstallsGrade
1telegram19,747226A
2telegram-bot7,50854A
3telegram-api7,61025A
4tg4,47920A
5telegram-bot-builder2,45818B
6telegram-compose5,41314A
7telegram-bot-manager2,0957B
8telegram-bot-api9042B
#SkillDownloadsInstallsGrade
1telegram-history2,53518B
2relay-for-telegram2,9122B
3sergei-mikhailov-tg-channel-reader1,4722B
4lifequery6151B
5tg-mtproto-cli1,0170B
6telegram-readonly5670B
#SkillDownloadsInstallsGrade
1agent-telegram2,05517B
2telegram-usage2,6579B
3openclaw-telegram-chat2,0068B
4tg-smart-cta2,6087B
5telegram-footer-patch1,4213B
6create-agent-with-telegram-group9611B
7telegram-context1,1461B
#SkillDownloadsInstallsGrade
1rho-telegram-alerts1,7929B
2telegram-notify1,4227B
3polymarket-telegram-picks6590B
#SkillDownloadsInstallsGrade
1telegram-cloud-storage2,7904B
2telegram-ascii-table1,9462B
3tms1,0401B
4tsend9730B
#SkillDownloadsInstallsGrade
1telegram-auto-topic3,4878A
2telegram-ops2,2465B
3tg-groupchat-setup2,1231B
4telegram-topic-rename1,3100B
5telegram-agent-coordination5570B
#SkillDownloadsInstallsGrade
1postiz10,44551A
2publora-telegram9891C
#SkillDownloadsInstallsGrade
1telegram-rich-messages1,7096B
2telegram-inline-buttons7633B
3tg-miniapp2,7403B
4telegram-interactive-buttons6481B
5telegram-colored-choices-buttons8690B
#SkillDownloadsInstallsGrade
1minimax-to-telegram1,3674B
2openclaws2,8494B
3telegram-todolist1,3052B
4phy-openclaw-telegram-bot3451B
5telegram-marketing-audit-adarsh4881B
6telegram-openapi-skill4811B
7telegram-bot-factory9601C
8macos-screenshot-telegram1,2681B
9telegram-discord-bot-dev8620C
10apipick-telegram-phone-check8540B
11telegram-chat-to-image6810B
12telegram-autopilot6500B
13telegram-premium-features4630B
14anthrovision-telegram-body-scan1,5110B
15chia-walletconnect1,9890B
5 skills
2 skills
15 skills
10,445
226
226
18
7,524
8 skills
6 skills
5 skills
9 skills