What problem does it solve? Setting up a new Telegram bot as a separate Hermes Agent profile involves many manual steps—creating the profile, writing SOUL.md and config.yaml, wiring bot tokens and API keys into .env, and starting the gateway—where missing any step causes silent failures like "no credentials configured" errors. ## Core Features & Use Cases - Profile Scaffolding: Creates a dedicated Hermes profile with its own SOUL.md personality, config.yaml model settings, and .env token wiring. - Gateway Startup & Verification: Starts the Telegram gateway, handles service installation prompts, and verifies connectivity via gateway logs. - Pitfall Guidance: Documents common failures such as missing DEEPSEEK_API_KEY, wrong Telegram user IDs, and token rotation. - Use Case: You want a separate Telegram bot for Japanese lessons with its own personality. Provide the @BotFather token and your Telegram user ID, and this Skill walks through profile creation, configuration, gateway start, and testing. ## Quick Start Set up a new Telegram bot profile named japanese-tutor using this bot token from @BotFather and my Telegram user ID, then start and verify its gateway.