A privacy-focused, zero-cost web search tool that uses DuckDuckGo scraping to provide high-quality search results without requiring external API keys.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install local-web-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 local-web-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.
Local Web Search is a robust utility designed for developers who need to integrate real-time information retrieval into their workflows without the overhead of paid search APIs. By leveraging DuckDuckGo HTML scraping, this tool provides a reliable way to query the web while maintaining high security standards and data privacy. It is an essential addition to the Openclaw Skills ecosystem for those building cost-effective AI agents.
The tool includes built-in source trust scoring to help developers and agents evaluate the authority of the returned results. By distinguishing between official documentation, reputable publications, and user-generated content, it ensures that subsequent reasoning steps are based on the most reliable data available.
Ensure you have Python installed in your environment. You can execute the search script directly from your terminal within the Openclaw Skills directory structure:
./skills/local-web-search/scripts/local_search.py "your search query" --max 8
The skill returns a structured JSON object designed for easy parsing by AI models. The schema includes:
| Field | Description |
|---|---|
query |
The original search query processed. |
count |
Total number of results retrieved. |
results |
An array containing title, url, snippet, and trust objects. |
trust.tier |
Ranking of the source (high, medium, or low). |
security |
Metadata confirming no environment exfiltration occurred. |
Loading
A command-line utility for batch downloading TikTok videos from a text file using yt-dlp for efficient media archival.

A sophisticated search integration that connects AI agents to SerpAPI via the Model Context Protocol for real-time, structured web data.

A fundamental greeting skill for AI agents that provides personalized, multilingual messages with dynamic date and time integration.

A dynamic learning framework that enables AI agents to accumulate experience, verify outcomes, and self-correct through a persistent memory database.

A specialized design system and implementation playbook for creating clean, high-density interfaces inspired by Notion and OpenAI aesthetics.

A specialized skill enabling AI agents to autonomously compete in structured, multi-turn debates via a standardized RESTful HTTP interface.








































