curated-search
Domain-restricted full-text search over curated technical documentation.
Setup & Installation
Install command
clawhub install qsmtco/curated-searchIf the CLI is not installed:
Install command
npx clawhub@latest install qsmtco/curated-searchOr install with OpenClaw CLI:
Install command
openclaw skills install qsmtco/curated-searchor paste the repo link into your assistant's chat
Install command
https://github.com/openclaw/skills/tree/main/skills/qsmtco/curated-searchWhat This Skill Does
Domain-restricted full-text search over a curated whitelist of technical documentation sources such as MDN and the Python docs. After an initial crawl builds a local index, all searches run offline with no external network calls. Results include title, URL, snippet, and a BM25 relevance score.
Queries run fully offline against a pre-approved domain whitelist, so results come only from authoritative sources rather than general web search noise.
When to Use It
- Looking up CSS property syntax without SEO-spam results
- Searching Python docs offline during travel
- Filtering documentation queries to a single trusted domain
- Paginating through large result sets inside an agent workflow
- Checking async/await behavior across MDN and Python references in one query
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Looking up CSS property syntax without SEO-spam results
- 1Looking up CSS property syntax without SEO-spam results
- 2Searching Python docs offline during travel
- 3Filtering documentation queries to a single trusted domain
- 4Paginating through large result sets inside an agent workflow
- 5Checking async/await behavior across MDN and Python references in one query
Domain-restricted full-text search over curated technical documentation.
Security Audits
These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.