index1-doctor
Diagnose index1 environment - check Python, Ollama, models, index health.
Why use this skill?
Troubleshoot your index1 environment, verify SQLite, Ollama, and embedding models with the index1-doctor skill for OpenClaw.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/gladego/index1-doctorWhat This Skill Does
The index1-doctor skill serves as the primary diagnostic engine for the index1 ecosystem. When executed, it performs a comprehensive system health audit to ensure that your environment is fully capable of handling vector search and document retrieval tasks. It automates the verification of critical dependencies, including Python environment versioning, SQLite compatibility—specifically checking for the essential sqlite-vec extension—and verifying the availability of embedding models such as bge-small-en-v1.5. Beyond static analysis, the skill queries the active index status to provide a high-level overview of document and chunk counts, database size, and collection health. Finally, it probes local Ollama instances to ensure that necessary embedding models are active and reachable, providing a consolidated report that helps users identify misconfigurations or missing dependencies that might cause search anomalies.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. Run the following command in your terminal:
clawhub install openclaw/skills/skills/gladego/index1-doctor
Once installed, no further configuration is required as the skill automatically taps into your existing local environment variables and index1 configurations.
Use Cases
This skill is indispensable during the onboarding phase when you are initially setting up index1 for the first time, as it validates your environment against all minimum requirements. It is also highly effective as a troubleshooting tool; if you find that search queries are returning zero results or producing degraded accuracy, running the doctor will immediately pinpoint if a model has been uninstalled or if an index has become corrupted. Developers should incorporate this check into their maintenance routine, particularly after major system updates or index1 package upgrades, to ensure continuous compatibility.
Example Prompts
- "Run a health check on my index1 environment and report any issues."
- "/doctor - please diagnose why my search results seem outdated."
- "Can you check if my environment is ready for CJK processing in index1?"
Tips & Limitations
When interpreting the results, focus on the 'Fail Fix' column provided in the diagnostic summary. Ensure that if you are working with Chinese or CJK documents, you explicitly install the index1[chinese] extras, as the standard installation does not bundle the jieba tokenizer. Be aware that this skill performs read-only checks on your files and database; it does not perform automated repairs. Always ensure your Ollama service is running in the background before invoking the command to avoid false negatives regarding model availability.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-gladego-index1-doctor": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-read, code-execution
Related Skills
mcp-builder
Bootstraps new Model Context Protocol (MCP) servers from a natural language description. Use when the user asks to build an MCP server, create an MCP tool, scaffold an MCP integration, or add MCP capabilities to an existing project. NOT for: general API design, non-MCP tool building, or frontend tasks.
xpoz-social-search
Search Twitter, Instagram, and Reddit posts in real time. Find social media mentions, track hashtags, discover influencers, and analyze engagement — 1.5B+ posts indexed. Social listening, brand monitoring, and competitor research made easy for AI agents.
Zerion Api Skill
Skill by abishekdharshan
agent-health-diagnostics
Diagnose and fix the 4 most common OpenClaw agent failures — heartbeat spam, API rate limit cascades, channel death loops, and memory/embedding errors. Battle-tested across a 6-agent multi-host deployment.
harmonia
Check PyTorch, Transformers, and CUDA compatibility. Detect GPU, driver mismatches, and version conflicts in ML environments. Use when the user sets up ML/AI tools, installs torch or transformers, hits dependency errors, or asks about compatible versions.