What problem does it solve?
Interactive first-run onboarding wizard. Verifies paper-wiki's Python environment, walks the user through five questions to build their personal recipe (vault path, topics, S2 API key, auto-ingest preference), writes the config files, and surfaces optional MCP servers. Use when the user invokes /paper-wiki:setup, when no personal recipe exists yet at ~/.config/paper-wiki/recipes/, or when downstream paperwiki SKILLs report missing config.
Core Features & Use Cases
- Verifies the Python environment and ensures the paper-wiki venv is ready.
- Asks five questions to build the daily.yaml personal recipe and a secrets.env placeholder.
- Writes the two files to ~/.config/paper-wiki/recipes/daily.yaml and ~/.config/paper-wiki/secrets.env.
- Exposes optional MCP server surfaces to enable paperclip and related components.
- Serves as the initial setup flow for downstream SKILLs to load proper config after install.
Quick Start
Run /paper-wiki:setup to begin the onboarding wizard and generate your daily.yaml.