| name | access |
| description | Manage hub access — view allowed users, add or remove Telegram user IDs from the allowlist. Use when the user asks about who can access the hub or wants to change access. |
Manage Hub Access
View Current Access
Read ~/.claude/channels/hub/config.json and show the telegramAllowFrom array.
Add a User
- Ask for the Telegram user ID (numeric)
- Read current config
- Add the ID to
telegramAllowFrom array
- Write updated config
- Restart daemon to apply
Remove a User
- Show current allowlist
- Ask which ID to remove
- Update config
- Restart daemon
Finding a User ID
Tell the user to message @userinfobot on Telegram to get their numeric ID.