GPT-5 finding
Telegram auth guidance is incorrect (Authorization header not used by Telegram Bot API)
- templates/community-manager/SKILL.md:83
Telegram Bot API methods are called via https://api.telegram.org/bot<token>/<method> (token in the URL path), not via an Authorization header. This guidance will lead to failed requests for Telegram.
Recommendation
Amend the Sandbox note to specify platform-specific auth: Discord/Slack use Authorization headers; Telegram uses the bot token in the request URL (e.g., https://api.telegram.org/bot$TELEGRAM_BOT_TOKEN/getUpdates).