بنقرة واحدة
telegram
Send Telegram messages, files, and interact with Telegram bots via the telegram-send CLI tool.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Send Telegram messages, files, and interact with Telegram bots via the telegram-send CLI tool.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Interact with Elasticsearch clusters via the API.
Manage GitLab issues and merge requests via the glab CLI.
Read, send, and manage Gmail emails via the gmail-cli tool.
Manage Redis databases via the redis-cli tool.
Manage AWS resources via the aws CLI.
Query metrics, manage monitors, post events, and interact with Datadog via the dogshell CLI.
| name | telegram |
| description | Send Telegram messages, files, and interact with Telegram bots via the telegram-send CLI tool. |
| metadata | {"displayName":"Telegram","icon":"send","category":"communication","version":"1.0.0","dependencies":{"cli":"telegram-send","checkCommand":"telegram-send --version","install":{"darwin":{"pip":"telegram-send"},"linux":{"pip":"telegram-send"},"windows":{"pip":"telegram-send"}}},"config":[{"name":"TELEGRAM_CONFIG","label":"Config Path","type":"string","required":false,"placeholder":"~/.config/telegram-send.conf"}],"auth":{"type":"bot-token","setupCommand":"telegram-send --configure"}} |
Use telegram-send to send messages, files, and media to Telegram chats.
This tool requires initial configuration with a Telegram bot token.
Before using, configure telegram-send with your bot token:
telegram-send --configure
This will prompt you to:
/start to your bot to enable messagingFor group chats, use --configure-group instead:
telegram-send --configure-group
telegram-send "Hello from CodeBuddy!"
# Markdown formatting
telegram-send --format markdown "**Bold** and _italic_ text"
# HTML formatting
telegram-send --format html "<b>Bold</b> and <i>italic</i> text"
# Send a document
telegram-send --file /path/to/document.pdf
# Send with caption
telegram-send --file /path/to/document.pdf --caption "Here's the report"
# Send image
telegram-send --image /path/to/image.png
# Send image with caption
telegram-send --image /path/to/screenshot.png --caption "Screenshot attached"
# Use a specific config file
telegram-send --config /path/to/custom.conf "Message to specific chat"
# Send pre-formatted code
telegram-send --format markdown "\`\`\`python
def hello():
print('Hello, World!')
\`\`\`"
telegram-send --silent "This won't trigger a notification"
telegram-send --location 37.7749 -122.4194
Default config location: ~/.config/telegram-send.conf
You can have multiple configs for different bots/chats:
~/.config/telegram-send.conf - default~/.config/telegram-send-group.conf - for group chats--configchmod 600 ~/.config/telegram-send.conf to secure credentialsIf you get "Unauthorized" errors:
/start to the bottelegram-send --configure