| name | telegram-admin |
| description | Configure, inspect, and operate the local Codex Telegram bridge. |
Use this skill when the user wants to set up or troubleshoot the Codex Telegram bridge.
Responsibilities
- Edit
~/.codex/telegram-bridge/config.json carefully.
- Manage access with
scripts/access.py.
- Start or inspect the bridge process with
scripts/telegram_bridge.py.
- Use the bundled Telegram MCP tools for delivery behavior when the user is actively interacting through Telegram.
- Preserve existing allowlists and pending pairing codes unless the user asks otherwise.
Files
- Plugin root:
plugins/codex-telegram-bridge
- Bridge:
scripts/telegram_bridge.py
- Telegram MCP actions:
scripts/telegram_actions_mcp.py
- Access CLI:
scripts/access.py
- State dir:
~/.codex/telegram-bridge
Delivery tools
reply: send a Telegram message to the active chat
reply: can also attach local files and optionally use Telegram MarkdownV2 formatting
edit_message: edit the latest outbound Telegram message, useful for progress updates
react: add an emoji reaction to the latest inbound or outbound Telegram message
download_attachment: fetch an inbound Telegram file by attachment_file_id into the local bridge inbox
Prefer these tools when the user would benefit from intermediate updates during a long task.
Guardrails
- Never leak the Telegram bot token in plain text.
- Keep DM access locked down unless the user explicitly wants open pairing.
- If changing
default_cwd or sandbox settings, explain the security implications.