curated-search

Web & Frontend Development
v1.0.7
Pending

Domain-restricted full-text search over curated technical documentation.

566 downloads566 installsby @qsmtco

Setup & Installation

Install command

clawhub install qsmtco/curated-search

If the CLI is not installed:

Install command

npx clawhub@latest install qsmtco/curated-search

Or install with OpenClaw CLI:

Install command

openclaw skills install qsmtco/curated-search

or paste the repo link into your assistant's chat

Install command

https://github.com/openclaw/skills/tree/main/skills/qsmtco/curated-search

What 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.

INPUT

User asks: Looking up CSS property syntax without SEO-spam results

AGENT
  1. 1Looking up CSS property syntax without SEO-spam results
  2. 2Searching Python docs offline during travel
  3. 3Filtering documentation queries to a single trusted domain
  4. 4Paginating through large result sets inside an agent workflow
  5. 5Checking async/await behavior across MDN and Python references in one query
OUTPUT
Domain-restricted full-text search over curated technical documentation.

Share this skill

Security Audits

VirusTotalPending
OpenClawPending
View full report

These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.

Details

LanguageMarkdown
Last updatedFeb 26, 2026