telegram-openapi-skillOperate Telegram Bot API through UXC with a curated OpenAPI schema, bot-token path auth, polling-based reads, and webhook management guardrails.
Install via ClawdBot CLI:
clawdbot install jolestar/telegram-openapi-skillGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Accesses sensitive credential files or environment variables
${OPENAISends data to undocumented external endpoint (potential exfiltration)
post → https://example.com/photo.jpgCalls external URL not in known-safe list
https://api.telegram.org`.Uses known external API (expected, informational)
raw.githubusercontent.comGenerated Mar 20, 2026
Use this skill to automate responses to customer inquiries on Telegram. It can send text messages and media files like photos or documents, enabling quick replies and sharing support materials. Polling via getUpdates allows real-time monitoring of incoming messages for timely assistance.
Distribute news updates, promotional content, or educational materials to Telegram channels or groups. The skill supports sending text and media, making it ideal for broadcasting announcements or sharing files. Webhook management ensures reliable delivery without manual intervention.
Integrate with IoT systems to send alerts or status updates from devices to Telegram chats. Use polling to fetch updates and send messages or images, providing remote monitoring capabilities. This is useful for home automation or industrial sensors.
Send course materials, assignments, and announcements to students via Telegram. The skill handles text and document uploads, facilitating easy distribution of learning resources. Polling ensures instructors can receive student queries in real-time.
Coordinate event logistics by sending reminders, schedules, and media updates to participants on Telegram. Use chat lookup to target specific groups and manage webhooks for automated notifications. This streamlines communication for conferences or workshops.
Offer a subscription-based service where businesses can deploy custom Telegram bots using this skill. Provide managed polling and webhook setups, with revenue from monthly fees. This model targets SMEs needing automated customer engagement without technical overhead.
Provide consulting to integrate the skill into existing systems, such as CRM or ERP platforms. Charge for setup, customization, and ongoing support. This model appeals to enterprises seeking tailored Telegram automation solutions.
Develop and sell pre-built bot templates for common use cases like support or marketing. Offer basic features for free and charge for advanced functionalities like media sends or polling. This model generates revenue from template sales and upgrades.
💬 Integration Tip
Ensure proper auth setup with uxc and test polling workflows before production to avoid conflicts with other bot consumers.
Scored Apr 19, 2026
AI Analysis
The skill's external API usage (api.telegram.org, raw.githubusercontent.com) is consistent with its stated purpose of operating the Telegram Bot API via a curated OpenAPI schema. The credential handling pattern uses standard environment variable storage for the bot token, which is a legitimate authentication method for this API and not inherently malicious. No evidence of hidden instructions, credential harvesting, data exfiltration to unauthorized servers, or obfuscation was found in the provided definition.
Audited Apr 17, 2026 · audit v1.0
YouTube Data API integration with managed OAuth. Search videos, manage playlists, access channel data, and interact with comments. Use this skill when users want to interact with YouTube. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Trello API integration with managed OAuth. Manage boards, lists, cards, members, and labels. Use this skill when users want to interact with Trello for project management. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Fetch up-to-date library documentation via Context7 API. Use PROACTIVELY when: (1) Working with ANY external library (React, Next.js, Supabase, etc.) (2) User asks about library APIs, patterns, or best practices (3) Implementing features that rely on third-party packages (4) Debugging library-specific issues (5) Need current documentation beyond training data cutoff Always prefer this over guessing library APIs or using outdated knowledge.
API reference for CoinMarketCap DEX endpoints including token lookup, pools, transactions, trending, and security analysis. Use this skill whenever the user...
Use when designing REST or GraphQL APIs, creating OpenAPI specifications, or planning API architecture. Invoke for resource modeling, versioning strategies, pagination patterns, error handling standards.
Lightweight API mock server for prototyping and testing, supporting JSON/JSON Schema responses, dynamic data, validation, latency, and webhook simulation.