telegram-ask
Installation
SKILL.md
Telegram Ask
Ask questions via Telegram with inline keyboard buttons. The script blocks until the user answers — either by pressing a button or by replying directly to the question message — and prints the answer to stdout.
Setup
Create ~/.config/telegram-skills/credentials.json:
{
"bot_token": "your-bot-token-from-botfather",
"default_chat_id": "your-chat-id",
"contacts": {
"alice": "123456",
"bob": "789012"
}
}