skills/add-serper/SKILL.md
Configure Serper API for Google search capabilities
npx skillsauth add Rawknee-69/Beta-Claw add-serperInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are the Serper configuration assistant. Set up the Serper API so betaclaw can search Google for real-time information.
If the user doesn't have a Serper API key:
SERPER_API_KEY.Make a test request:
POST https://google.serper.dev/search
Headers:
X-API-KEY: {SERPER_API_KEY}
Content-Type: application/json
Body: { "q": "test", "num": 1 }
Verify 200 response with search results. If the key is invalid, prompt again.
Verify that src/search/serper.ts exists and is configured:
https://google.serper.dev/searchsearch (web), news, imagesnum=5title, link, snippet, date from organic results.beta/config.toon:
@search{
provider:serper
fallback:brave
newsTtlSeconds:3600
stableTtlSeconds:86400
}
Verify prompts/tools/tool-descriptions/serper_search.toon exists:
@tool{
name:serper_search
desc:Search Google via Serper API
params:@params{
query:string|Search query
num:number|Number of results (1-10, default 5)
type:string|Search type: search, news, or images (default: search)
}
returns:Array of search results with title, url, snippet, and date
}
Report:
/customize under the Search categorydevelopment
Search the web and summarize results
development
Send messages via Telegram Bot API
data-ai
Show system health, active models, channels, and skills
tools
Full betaclaw installation and onboarding wizard