Fetches real Google search or news results with links, snippets, knowledge graph data, and related questions via the Serper.dev API.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install serper-search或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install serper-search⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/serper-search/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
Native Clawdbot plugin for Google Search via Serper.dev API. Returns real Google results — organic links, knowledge graph, news, and "People Also Ask" — as a single tool call.
{
"env": {
"vars": {
"SERPER_API_KEY": "your-api-key-here"
}
}
}
Or configure directly in the plugin entry:
{
"plugins": {
"entries": {
"serper-search": {
"enabled": true,
"config": {
"apiKey": "your-api-key-here",
"defaultNumResults": 5
}
}
}
}
}
The plugin registers a serper_search tool with three parameters:
| Parameter | Type | Default | Description | |-----------|------|---------|-------------| | query | string | required | The search query | | num | number | 5 | Number of results (1-100) | | searchType | string | "search" | "search" for web, "news" for news |
> Search for "best rust web frameworks 2026"
Returns organic results with title, link, snippet, and position, plus knowledge graph and related questions.
> Search news for "AI regulation Europe"
Returns news articles with title, link, snippet, date, and source.
serper-search/
clawdbot.plugin.json # Plugin manifest with configSchema
package.json # NPM package config
index.ts # Plugin implementation
SKILL.md # This file
export default function register(api) — not an objectapi.registerTool(toolObject) — direct, not callback{ content: [{ type: "text", text: JSON.stringify(results) }] }@sinclair/typebox from Clawdbot's own node_modulesBuilt by @Samoppakiks with Claude Code.
安装 serper-search 后,可以对 AI 说这些话来触发它
Help me get started with serper-search
Explains what serper-search does, walks through the setup, and runs a quick demo based on your current project
Use serper-search to fetches real Google search or news results with links, snippets, kn...
Invokes serper-search with the right parameters and returns the result directly in the conversation
What can I do with serper-search in my data & analytics workflow?
Lists the top use cases for serper-search, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/serper-search/ 目录(个人级,所有项目可用),或 .claude/skills/serper-search/(项目级)。重启 AI 客户端后,用 /serper-search 主动调用,或让 AI 根据上下文自动发现并使用。
serper-search 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
serper-search 可免费安装使用。请查阅仓库了解许可证信息。
Fetches real Google search or news results with links, snippets, knowledge graph data, and related questions via the Serper.dev API.
serper-search 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using serper-search
Identifies repetitive steps in your workflow and sets up serper-search to handle them automatically