What problem does it solve?
Users running Paseo often hit configuration, connectivity, provider, or version-skew problems and need accurate answers grounded in current documentation rather than guesswork. This Skill answers Paseo product questions directly, verifies them against the live docs, and guides structured troubleshooting.
Core Features & Use Cases
- Documentation-grounded answers: Fetches the live docs index at paseo.sh/llms.txt and the relevant Markdown page before answering setup, configuration, or troubleshooting questions.
- Topology-aware diagnosis: Identifies whether the daemon is desktop-managed, standalone, or Docker-based, and how the client connects (local, relay, LAN/VPN/Tailscale, or web UI) before diagnosing.
- Read-only diagnostics: Uses commands like
paseo daemon status --json and paseo provider diagnostic <provider> --json plus known log and config paths to pinpoint issues without changing state.
- Use Case: A user reports that Claude Code is missing in the desktop app. The Skill identifies the affected daemon host, runs the provider diagnostic, compares the daemon PATH with a fresh login shell, and links the relevant troubleshooting doc.
Quick Start
Ask the assistant to explain why a provider is not detected in Paseo and have it diagnose the affected daemon using the current documentation.