Agent skill
telegram
Send and receive messages via Telegram using a Bot.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/telegram-kjdragan-universal-agent
Metadata
Additional technical details for this skill
- requires
-
[ "telegram" ]
SKILL.md
Telegram Skill
Use this skill to communicate via Telegram.
Tools
Access via mcp__telegram__*:
telegram_send_message(chat_id, text): Send a message.telegram_get_updates(limit): Check for new messages sent to the bot.
Configuration
Requires environment variables:
TELEGRAM_BOT_TOKEN: The API token from BotFather.TELEGRAM_ALLOWED_USER_IDS: Comma-separated list of allowed Chat IDs (security).
Usage
- Notifications: "Send me a summary on Telegram when done."
- Interactive: "Check Telegram for my reply."
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?