What problem does it solve? Configuring an Octop deployment involves many CLI subcommands that are agent-scoped, identity-sensitive, and split between the terminal and the web console, making it easy to run the wrong command against the wrong user or agent. ## Core Features & Use Cases - Identity-First Workflow: Resolves the current user and agent via the /status command before running any CLI, avoiding mistakes from assuming octop config show reflects the Dashboard or IM user. - Full Configuration Coverage: Provides command templates for providers and models, IM channels (Feishu, Discord, WeCom, QQ, Telegram), skills, cron jobs, agent lifecycle, users, backups, upgrades, and plugins. - Use Case: A user asks in Feishu "how do I switch the model to GPT-4o" — the assistant first requests /status output, then guides or executes octop models active --provider OpenAI --model gpt-4o with the correct agent context. ## Quick Start Ask the assistant to help you change the default model or add a Feishu channel to your Octop agent, and send /status first so it can identify your agent and user.