/install google-serper-search
Google Serper Search
This skill enables you to search the web and find images using the Serper API.
When to Use This Skill
Use this skill when the user:
- Asks to search for information online
- Needs current/recent information not in your knowledge base
- Requests to find images or pictures
- Wants to verify facts or get latest updates
- Asks questions that require web search
How to Use
Advanced Search
You can now use advanced parameters to filter results.
python3 scripts/serper_search.py "query" --type news --gl us --hl en --tbs "past week"
Parameters:
- Type (
--type): search, images, videos, places, maps, reviews, news, shopping, lens, scholar, patents, autocomplete. - Country (
--gl): 2-letter country code (e.g.,us,cn,jp,gb). - Language (
--hl): Google language code (e.g.,en,zh-cn,zh-tw,ja). - Date range (
--tbs):past hour,past 24 hours,past week,past month,past year.
The script returns JSON with:
knowledgeGraph: Key facts about the topicorganic: Search results with title, link, and snippetpeopleAlsoAsk: Related questionsrelatedSearches: Related search terms
Image Search
When the user needs images, run:
python3 scripts/serper_search.py "search query" --type images
Returns JSON with image URLs, thumbnails, dimensions, and sources.
Response Format
After getting search results:
- Parse the JSON response
- Present results in a clear, organized format
- Include relevant links and sources
- For images, describe what was found and provide image URLs
Example Usage
User: "Search for the latest news about AI" You: Use Bash tool to run the search script, then format and present the results.
User: "Find pictures of mountains" You: Use Bash tool to run image search, then present the image URLs and descriptions.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install google-serper-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/google-serper-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Google Serper Search 是什么?
This skill should be used when the user asks to "search the web", "search for information", "find information online", "search Google", "search for images",... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 665 次。
如何安装 Google Serper Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install google-serper-search」即可一键安装,无需额外配置。
Google Serper Search 是免费的吗?
是的,Google Serper Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Google Serper Search 支持哪些平台?
Google Serper Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Google Serper Search?
由 twodogegg(@twodogegg)开发并维护,当前版本 v0.1.1。