What problem does it solve? Working on PicoClaw itself requires knowing its exact CLI commands, config.json schema, provider matrix, session routing rules, and repository layout, and guessing wrong leads to broken configs and misdiagnosed bugs. ## Core Features & Use Cases - CLI and Config Guidance: Covers onboard, auth, model, skills, MCP, cron, gateway, and status commands plus config.json and .security.yml conventions. - Provider and Tooling Reference: Documents 30+ LLM providers, built-in tool families, subagent orchestration, voice/TTS setup, and slash commands. - Debugging and Contribution Workflows: Provides a PicoClaw-native troubleshooting sequence, log locations, repository map, and contribution rules. - Use Case: A user reports "model not found in model_list" after editing their config; use this Skill to check agents.defaults.model_name against model_list entries and verify PICOCLAW_CONFIG before proposing a fix. ## Quick Start Ask the agent to help you configure a new model provider in PicoClaw or debug why a skill is not loading.