Install
openclaw skills install index1-doctorDiagnose index1 environment - check Python, Ollama, models, index health.
openclaw skills install index1-doctorEnvironment diagnostic skill for index1. Runs health checks and provides fix recommendations.
Type /doctor or ask the agent to diagnose index1.
The skill runs three commands sequentially and analyzes results:
index1 doctor
Checks:
index1 status
Shows:
ollama list
Shows installed models. Recommended embedding models:
nomic-embed-text — Standard, 270MBbge-m3 — Best for CJK content, 1.2GB| Check | Pass | Fail Fix |
|---|---|---|
| Python | >= 3.10 | Install Python 3.11+ |
| SQLite | >= 3.43.0 | Auto-degrades, no action needed |
| sqlite-vec | Loaded | pip install index1 (bundled) |
| Ollama | Connected | curl -fsSL https://ollama.com/install.sh | sh |
| Model | Available | ollama pull nomic-embed-text |
| CJK | jieba loaded | pip install index1[chinese] |
| Index | Has documents | index1 index ./src ./docs |