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
65
7 skills
4 skills
4 skills
#SkillDownloadsInstallsGrade
1telegram16,949215A
2telegram-bot6,56152A
3telegram-api6,83825A
4tg3,78220A
5telegram-bot-builder1,93617B
6telegram-compose3,20914A
7telegram-bot-manager1,3957B
8telegram-bot-api5602B
#SkillDownloadsInstallsGrade
1telegram-offline-voice3,06214A
2telegram-voice-group2,5916A
3telegram-voice-to-voice-macos1,6634B
4telegram-voice7413C
5telegram-voice-transcribe5252B
6yandex-speechkit-stt2331B
7telegram-voice-mode4281B
8telegram-multilingual-voice-reply4050C
9telegram-voice-message-skill3120B
#SkillDownloadsInstallsGrade
1telegram-auto-topic3,1017A
2telegram-ops1,3965B
3tg-groupchat-setup1,4640B
4telegram-topic-rename1,0050B
5telegram-agent-coordination2740B
#SkillDownloadsInstallsGrade
1telegram-history1,84114B
2relay-for-telegram2,3562B
3sergei-mikhailov-tg-channel-reader9461B
4lifequery3151B
5tg-mtproto-cli5690B
6telegram-readonly710B
#SkillDownloadsInstallsGrade
1rho-telegram-alerts1,2829B
2telegram-notify9447B
3f5-telegram-notify2071B
4polymarket-telegram-picks1790B
#SkillDownloadsInstallsGrade
1agent-telegram1,39413B
2telegram-usage2,2029B
3tg-smart-cta2,2216B
4openclaw-telegram-chat1,3323B
5telegram-footer-patch3503B
6create-agent-with-telegram-group6421B
7telegram-context7501B
#SkillDownloadsInstallsGrade
1telegram-rich-messages1,1166B
2tg-miniapp2,3013B
3telegram-inline-buttons4412B
4telegram-interactive-buttons1801B
5telegram-colored-choices-buttons6400B
#SkillDownloadsInstallsGrade
1telegram-cloud-storage2,0193B
2telegram-ascii-table1,5452B
3tms6431B
4tsend6750B
#SkillDownloadsInstallsGrade
1postiz8,95450A
2publora-telegram3930C
#SkillDownloadsInstallsGrade
1openclaws2,3894B
2minimax-to-telegram5563B
3telegram-todolist6401B
4telegram-business3481B
5telegram-marketing-audit-adarsh2681B
6telegram-openapi-skill2211B
7telegram-bot-factory6771C
8macos-screenshot-telegram5430B
9telegram-discord-bot-dev6420C
10apipick-telegram-phone-check5300B
11telegram-chat-to-image3850B
12telegram-autopilot1170B
13telegram-premium-features2070B
14anthrovision-telegram-body-scan1,2320B
15chia-walletconnect1,5540B
5 skills
2 skills
15 skills
8,954
215
215
17
5,037
8 skills
5 skills
9 skills
6 skills