What problem does it solve? Setting up or troubleshooting a self-hosted LaRuche AI node requires knowing where each setting lives and what is actually configured right now. This Skill reads the live state of the node through its loopback API and turns it into exact click-path instructions, avoiding stale guesses and dangerous direct file edits. ## Core Features & Use Cases - Live state inspection: Queries endpoints like /api/onboarding, /api/doctor, and /api/config/provider on the local node (default port 8419) to report what is actually configured. - Guided configuration: Maps every setting (providers, channels, secrets vault, voice, MCP server, accounts) to its exact location in the web interface, since writes require the user's browser session. - Pitfall prevention: Flags known traps such as cron-only cadences, global tool disabling, the unauthenticated MCP server default, and shared memory across accounts. - Use Case: A user asks why their Telegram channel is not responding. The Skill curls /api/config/channels, reports the actual channel state, and gives the exact Settings path to fix the token, recommending a vault reference instead of a literal key. ## Quick Start Ask the assistant to check the current LaRuche setup status and walk you through configuring your LLM provider.