Google Search powered by Serper.dev API. Replaces Brave Search with richer results including Knowledge Graph, Answer Box, People Also Ask, and specialized search types.
Use this skill for any Google search request. Auto-detect intent:
- Default → search
- "news about X" / "latest X" → news
- "images of X" / "pictures of X" → images
- "videos of X" / "how to X video" → videos
- "restaurants near X" / "X near me" → places
- "how much does X cost" / "buy X" → shopping (⚠️ 2 credits — only when explicitly requested)
- "papers on X" / "research about X" → scholar
- "patents for X" → patents
- "suggestions for X" → suggest
SCRIPT_DIR="~/.openclaw/workspace/skills/google-search/scripts"
# Web search (default)
npx tsx $SCRIPT_DIR/google-search.ts search "query" [--num 10] [--time day|week|month|year] [--country us] [--lang en]
# Specialized
npx tsx $SCRIPT_DIR/google-search.ts news "query" [--num 10]
npx tsx $SCRIPT_DIR/google-search.ts images "query"
npx tsx $SCRIPT_DIR/google-search.ts videos "query"
npx tsx $SCRIPT_DIR/google-search.ts places "query"
npx tsx $SCRIPT_DIR/google-search.ts shopping "query"
npx tsx $SCRIPT_DIR/google-search.ts scholar "query" [--year 2023]
npx tsx $SCRIPT_DIR/google-search.ts patents "query"
npx tsx $SCRIPT_DIR/google-search.ts suggest "query"
npx tsx $SCRIPT_DIR/google-search.ts credits
Add --json to any command for raw JSON output.
Requires SERPER_API_KEY env var.
web_fetch on promising links小葱技能站7w4.net发现了升级插件。
--time accepts: hour, day, week, month, year (or h, d, w, m, y)
这是一个高质量的搜索工具,提供了网页、新闻、图片、视频、学术搜索等多种类型,输出格式清晰美观,文档详细易懂。零依赖,安装简单。但某些细节处理还有提升空间。总体而言是一个可靠实用的 Skill。