Loading...
Loading...
Revolut X Telegram notification connector. Use when the user asks to "set up Telegram alerts", "add Telegram bot", "manage Telegram connection", "test Telegram notification", or runs revx connector telegram commands.
npx skill4agent add revolut-engineering/revolut-x-api revx-telegramrevx connector telegramConfigure Telegram bot integrations for alert notifications from monitors and the grid bot.
Auth required. Make sureis installed and configured before running these commands. If any command fails with an auth-related error —revx,Auth not configured,No private key found,Authentication failed (401),Invalid signature, or a missing key/config file atinsecure permissions— invoke the~/.config/revolut-x/skill immediately and apply the fix yourself. Do not interrupt the user to ask them to run setup. Only escalate to the user for steps only they can perform (pasting the API key, registering the public key in their Revolut X profile, choosing a passphrase). After the fix, retry the original command.revx-auth
revx connector telegram add --token <bot-token> --chat-id <chat-id>
revx connector telegram add --token <token> --chat-id <id> --label prod --test| Flag | Description |
|---|---|
| Telegram Bot API token (required) |
| Telegram chat ID (required) |
| Connection label (default: "default") |
| Send test message after adding |
/newbotbotmy_revx_alerts_bot123456789:ABCdefGHI-jklMNOpqrSTUvwxYZ<YOUR_TOKEN>https://api.telegram.org/bot<YOUR_TOKEN>/getUpdates"chat":{"id": <number>}123456789-1001234567890revx connector telegram add --token <bot-token> --chat-id <chat-id> --test--testgetUpdatesgetUpdatesrevx connector telegram list # List all connections
revx connector telegram test <connection-id> # Send test message
revx connector telegram test <id> --message "Custom test"
revx connector telegram enable <connection-id> # Enable connection
revx connector telegram disable <connection-id> # Disable connection
revx connector telegram delete <connection-id> # Delete connectionrevx-monitorrevx-strategy| Skill | Purpose |
|---|---|
| Set up price/indicator alerts that notify via Telegram |
| Grid bot sends trade notifications via Telegram |
| API key setup and configuration |