From sundial-org-awesome-openclaw-skills-4
Searches Google via SerpAPI for web, news, and local business results with country, language, and location targeting. Use for real-time web data in scripts and automation.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Search Google via SerpAPI with country/language targeting.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Search Google via SerpAPI with country/language targeting.
# Google Search
{baseDir}/scripts/search.sh "artificial intelligence B2B" --country br --lang pt
# Google News
{baseDir}/scripts/search.sh "inteligência artificial" --engine google_news --country br --lang pt
# Google Local
{baseDir}/scripts/search.sh "AI companies" --engine google_local --country us --location "San Francisco, California"
| Engine | Use case | Key results field |
|---|---|---|
google | Web search (default) | organic_results |
google_news | News articles | news_results |
google_local | Local businesses/places | local_results |
| Flag | Description | Default |
|---|---|---|
--engine | google, google_news, google_local | google |
--country | 2-letter country code (br, us, de, etc.) | us |
--lang | Language code (pt, en, es, etc.) | en |
--location | Location string (e.g. "São Paulo, Brazil") | — |
--num | Number of results | 10 |
--json | Raw JSON output | off |
Set SERPAPI_API_KEY env var, or store it:
mkdir -p ~/.config/serpapi
echo "your_key_here" > ~/.config/serpapi/api_key
chmod 600 ~/.config/serpapi/api_key
br (Brazil), us (USA), pt (Portugal), de (Germany), fr (France), es (Spain), gb (UK), jp (Japan), in (India).