Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Diagnose index1 environment - check Python, Ollama, models, index health.
Diagnose index1 environment - check Python, Ollama, models, index health.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Environment 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: 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)
index1 status Shows: Document count and chunk count Collections list Last index time Database size
ollama list Shows installed models. Recommended embedding models: nomic-embed-text β Standard, 270MB bge-m3 β Best for CJK content, 1.2GB
CheckPassFail FixPython>= 3.10Install Python 3.11+SQLite>= 3.43.0Auto-degrades, no action neededsqlite-vecLoadedpip install index1 (bundled)OllamaConnectedcurl -fsSL https://ollama.com/install.sh | shModelAvailableollama pull nomic-embed-textCJKjieba loadedpip install index1[chinese]IndexHas documentsindex1 index ./src ./docs
First-time setup verification After upgrading index1 When search returns unexpected results When vector search stops working Before reporting issues
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.