/install index1-doctor
index1 Doctor
Environment diagnostic skill for index1. Runs health checks and provides fix recommendations.
Usage
Type /doctor or ask the agent to diagnose index1.
What it checks
The skill runs three commands sequentially and analyzes results:
1. Environment Check
index1 doctor
Checks:
- Python version (>= 3.10 required)
- SQLite version (>= 3.43.0 for full features)
- sqlite-vec extension
- ONNX embedding (built-in, bge-small-en-v1.5)
- Ollama connectivity (optional, for multilingual/CJK)
- Embedding model availability
- CJK/Chinese support (jieba)
2. Index Status
index1 status
Shows:
- Document count and chunk count
- Collections list
- Last index time
- Database size
3. Ollama Models
ollama list
Shows installed models. Recommended embedding models:
nomic-embed-text— Standard, 270MBbge-m3— Best for CJK content, 1.2GB
Interpreting Results
| 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 |
When to use
- First-time setup verification
- After upgrading index1
- When search returns unexpected results
- When vector search stops working
- Before reporting issues
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install index1-doctor - After installation, invoke the skill by name or use
/index1-doctor - Provide required inputs per the skill's parameter spec and get structured output
What is index1 Doctor?
Diagnose index1 environment - check Python, Ollama, models, index health. It is an AI Agent Skill for Claude Code / OpenClaw, with 792 downloads so far.
How do I install index1 Doctor?
Run "/install index1-doctor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is index1 Doctor free?
Yes, index1 Doctor is completely free (open-source). You can download, install and use it at no cost.
Which platforms does index1 Doctor support?
index1 Doctor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created index1 Doctor?
It is built and maintained by gladego (@gladego); the current version is v2.0.3.