openrag_install
Installation
SKILL.md
When the user asks to install OpenRAG, follow this workflow in order.
Initial assessment phase
Before starting installation, check for an existing OpenRAG installation:
- Check if
~/.openrag/tui/.envexists - If it exists:
- Read the configuration to understand what's already set up
- Check if services are currently running with
docker compose psfor the generated OpenRAG compose file, or by filtering on the compose project/labels instead ofdocker ps --filter "name=openrag" - Inform the user about the existing installation
- Ask if they want to:
- Start existing services (if stopped)
- Reconfigure existing installation
- Verify existing installation
- Proceed with fresh installation (will use existing config)
- If no existing installation found, proceed with fresh installation workflow