원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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