An advanced intelligence layer for web searching that optimizes queries, aggregates multi-source results, and generates automated summaries.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install enhanced-search
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 enhanced-search using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Enhanced Search Skill is a sophisticated upgrade built upon the base web_search tool within the Openclaw ecosystem. It transforms standard search capabilities into a comprehensive research engine by introducing query expansion, keyword extraction, and intelligent result synthesis. By leveraging this skill, developers can provide their AI agents with the ability to understand dialogue context and deliver highly relevant, summarized information instead of raw, unorganized links.
Designed as a high-performance alternative to services like Tavily Web Search, this skill is particularly valuable for environments where external hub integrations are restricted. It ensures that Openclaw Skills remain robust and self-sufficient, offering features like parallel processing and multi-level caching to maintain speed and accuracy during complex information retrieval tasks.
To deploy this skill into your environment, follow these steps:
# 1. Copy the skill directory to your local Openclaw skills folder
cp -r enhanced-search ~/.openclaw/workspace/skills/
# 2. Configure environment variables (Optional)
export ENHANCED_SEARCH_OPTIMIZATION=high
export ENHANCED_SEARCH_SUMMARY_LENGTH=medium
# 3. Verify the installation
openclaw skills list | grep enhanced-search
openclaw skills test enhanced-search
You can also create a configuration file at ~/.openclaw/workspace/config/enhanced-search.json to manage persistence settings like cache_ttl and max_results.
The skill maintains a structured approach to data management and configuration:
| Component | Type | Description |
|---|---|---|
| Search Cache | TTL-based | Stores search results for 1 hour to reduce API overhead. |
| Optimization Cache | Persistent | Stores successful query expansions for 24 hours. |
| Config JSON | Metadata | Defines sources (web, docs, memory) and optimization levels. |
| Output Object | Structured | Contains the summary, source list, and relevance scores. |
Loading
A specialized utility for monitoring account balances and historical billing across major AI and cloud infrastructure providers.

A professional framework for designing high-concurrency Python web crawlers and robust data collection pipelines.

Generate royalty-free AI background music and 1080p video exports using simple natural language prompts.

A professional-grade API skill for retrieving curated IMDb streaming picks and platform-specific content recommendations.

A sophisticated multi-agent orchestration skill for fully automated or human-in-the-loop social media and web publishing.

A dynamic capability discovery skill that allows AI agents to search for, select, and execute thousands of external APIs on-the-fly.








































