Search the web and get real-time SERP-style results with titles, URLs, and snippets. Use this for general web queries when you need current links and informa...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install desearch-web-search或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install desearch-web-search⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/desearch-web-search/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: desearch-web-search description: Search the web and get real-time SERP-style results with titles, URLs, and snippets. Use this for general web queries when you need current links and information from across the internet. metadata: {"clawdbot":{"emoji":"🌐","homepage":"https://desearch.ai","requires":{"env":["DESEARCH_API_KEY"]}}} ---
Real-time web search returning structured SERP-style results with titles, links, and snippets.
export DESEARCH_API_KEY='your-key-here'# Basic web search
desearch.py web "quantum computing"
# Paginated results
desearch.py web "quantum computing" --start 10
| Option | Description | |--------|-------------| | --start | Pagination offset (default: 0). Use to get the next page of results. |
desearch.py web "best sights in Georgia"
{
"data": [
{
"title": "Cool places and fun things to do in Georgia ? : r/solotravel",
"snippet": "I was in Georgia earlier this month. My favorite place was Mtirala National Park in Adjara. The mountains and forest were absolutely beautiful ...",
"link": "https://www.reddit.com/r/solotravel/comments/py4wls/cool_places_and_fun_things_to_do_in_georgia/",
},
]
}
--start to paginate.Status 401, Unauthorized (e.g., missing/invalid API key)
{
"detail": "Invalid or missing API key"
}
Status 402, Payment Required (e.g., balance depleted)
{
"detail": "Insufficient balance, please add funds to your account to continue using the service."
}
安装 Web Search by Desearch 后,可以对 AI 说这些话来触发它
Help me get started with Web Search by Desearch
Explains what Web Search by Desearch does, walks through the setup, and runs a quick demo based on your current project
Use Web Search by Desearch to search the web and get real-time SERP-style results with titles, UR...
Invokes Web Search by Desearch with the right parameters and returns the result directly in the conversation
What can I do with Web Search by Desearch in my data & analytics workflow?
Lists the top use cases for Web Search by Desearch, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/desearch-web-search/ 目录(个人级,所有项目可用),或 .claude/skills/desearch-web-search/(项目级)。重启 AI 客户端后,用 /desearch-web-search 主动调用,或让 AI 根据上下文自动发现并使用。
Web Search by Desearch 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Web Search by Desearch 可免费安装使用。请查阅仓库了解许可证信息。
Search the web and get real-time SERP-style results with titles, URLs, and snippets. Use this for general web queries when you need current links and informa...
Web Search by Desearch 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using Web Search by Desearch
Identifies repetitive steps in your workflow and sets up Web Search by Desearch to handle them automatically