A high-performance local document retrieval engine that provides weighted keyword searching and incremental indexing without requiring a vector database.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install doc-search-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install doc-search-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Doc Search is a specialized utility designed for developers and researchers who need to navigate large volumes of local documentation, code comments, and text files. As a core part of the Openclaw Skills ecosystem, it provides a multi-strategy search approach that ranks results by relevance, looking through filenames, headers, and body content. Unlike heavy semantic search engines, it remains lightweight and fast by utilizing traditional indexing techniques.
This skill is built to handle Markdown, plain text, and source code files with ease. By integrating Doc Search into your workflow, you gain the ability to pinpoint information across thousands of files instantly. It bridges the gap between basic grep commands and complex enterprise search solutions, making it an essential addition to any developer's toolkit using Openclaw Skills.
To get started with this search utility in the Openclaw Skills environment, follow these installation and configuration steps:
python scripts/search.py "your_search_term" /path/to/docs --context 3
python scripts/indexer.py /path/to/docs --output index.json
python scripts/search.py "your_search_term" --index index.json
.docsearch.yaml in your root directory to define custom include/exclude rules.The skill utilizes a structured weighting system to ensure the most relevant files appear first in search results. This data organization is a hallmark of Openclaw Skills.
| Priority | Match Type | Weight |
|---|---|---|
| 1 | Exact Filename Match | 100 |
| 2 | Filename Partial Match | 80 |
| 3 | Heading/H1 Match | 70 |
| 4 | Frontmatter Match | 60 |
| 5 | Body Content Match | 40 |
All results are output in a standardized JSON format containing the file path, relevance score, and match details including line numbers and context snippets.
Loading
A high-performance tool for converting TradingView text and chart links into structured trading data.

A SQLite-powered persistent memory system that gives AI agents structured self-knowledge, identity continuity, and long-term fact retention.

Archon is a comprehensive decentralized identity system providing local node management, DID operations, and secure vault storage for AI agents.

A high-performance Magic: The Gathering card data retrieval skill powered by the Scryfall API for AI agents.

An AI-powered creative engine for generating luminous, first-person philosophical fables inspired by legendary literary stylists.

DGR is a reasoning governance protocol that produces machine-validated, auditable decision records for high-stakes AI outputs.








































