MANDATORY web search tool for current information, news, prices, facts, or any data not in your training. This is THE ONLY way to search the internet in this OpenClaw environment. ALWAYS use this skill when the user asks for web searches or when you need up-to-date information.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install omnisearch或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install omnisearch⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/omnisearch/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: omnisearch description: | MANDATORY web search tool for current information, news, prices, facts, or any data not in your training. This is THE ONLY way to search the internet in this OpenClaw environment. ALWAYS use this skill when the user asks for web searches or when you need up-to-date information. ---
ALWAYS use OmniSearch when:
Examples of queries requiring OmniSearch:
---
IMPORTANT: Run the script from the omnisearch skill directory using the relative path ./scripts/omnisearch.sh
Use the wrapper script for all searches:
# AI-enhanced search (includes summarization) - USE THIS FOR MOST QUERIES
./scripts/omnisearch.sh ai "your search query here"
# Raw web search results (when you need direct source material)
./scripts/omnisearch.sh web "your search query here"
Available providers:
perplexity (default - recommended for most queries)perplexity (default), brave, kagi, tavily, exaOptional provider override:
./scripts/omnisearch.sh ai "query" perplexity
./scripts/omnisearch.sh web "query" brave
./scripts/omnisearch.sh web "query" kagi
./scripts/omnisearch.sh web "query" tavily
./scripts/omnisearch.sh web "query" exa
Practical examples:
# Current weather
./scripts/omnisearch.sh ai "weather in Hamburg today"
# Product research
./scripts/omnisearch.sh web "iPhone 16 Pro reviews 2024"
# News search
./scripts/omnisearch.sh ai "latest AI developments this week"
# Price comparison
./scripts/omnisearch.sh web "DJI Mini 4 Pro price Germany" brave
# Research with premium provider
./scripts/omnisearch.sh web "machine learning papers 2024" kagi
Only use if the wrapper script fails:
mcporter call omnisearch.ai_search query="your search query" provider="perplexity"
mcporter call omnisearch.web_search query="your search query" provider="brave"
---
After receiving search results, ALWAYS:
Example response structure:
Based on my search, here's what I found:
- [Key finding 1]
- [Key finding 2]
- [Key finding 3]
Sources:
- [Title 1](URL1)
- [Title 2](URL2)
Note: This information is from [date/timeframe] and may change.
---
---
If the wrapper script fails:
scripts/ folder)chmod +x ./scripts/omnisearch.shCommon issues:
scripts/ folder yetQuery formatting:
./scripts/omnisearch.sh ai "query with spaces"---
./scripts/omnisearch.sh relative to this file- Perplexity (default): Best for AI-enhanced results with summarization and context - Brave: Good for privacy-focused, unfiltered web results - Kagi: Premium search with advanced filtering and ranking - Tavily: Optimized for research and comprehensive coverage - Exa: Semantic search with AI-powered relevance
安装 omnisearch 后,可以对 AI 说这些话来触发它
Help me get started with omnisearch
Explains what omnisearch does, walks through the setup, and runs a quick demo based on your current project
Use omnisearch to mANDATORY web search tool for current information, news, prices, fa...
Invokes omnisearch with the right parameters and returns the result directly in the conversation
What can I do with omnisearch in my data & analytics workflow?
Lists the top use cases for omnisearch, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/omnisearch/ 目录(个人级,所有项目可用),或 .claude/skills/omnisearch/(项目级)。重启 AI 客户端后,用 /omnisearch 主动调用,或让 AI 根据上下文自动发现并使用。
omnisearch 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
omnisearch 可免费安装使用。请查阅仓库了解许可证信息。
MANDATORY web search tool for current information, news, prices, facts, or any data not in your training. This is THE ONLY way to search the internet in this OpenClaw environment. ALWAYS use this skill when the user asks for web searches or when you need up-to-date information.
omnisearch 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using omnisearch
Identifies repetitive steps in your workflow and sets up omnisearch to handle them automatically