用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/olasunkanmi-SE/codebuddy --skill telegram命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| 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基于 SOC 职业分类