serper-searchFetches real Google search or news results with links, snippets, knowledge graph data, and related questions via the Serper.dev API.
Install via ClawdBot CLI:
clawdbot install Samoppakiks/serper-searchNative 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.
Generated Mar 1, 2026
Startups can use this skill to gather real-time Google search data on competitors, industry trends, and customer preferences. It helps in validating business ideas by analyzing organic results, news articles, and knowledge graph insights without relying on AI-synthesized summaries.
Content marketers and SEO specialists can leverage this skill to research trending topics, gather factual data from Google's knowledge graph, and monitor news for content ideas. It provides raw search results to optimize content strategies and improve search engine rankings.
Researchers and students can use this skill to access up-to-date Google search results, including news and scholarly articles, for verifying information and gathering sources. It complements traditional databases by offering real-time web data with links and snippets.
Legal professionals can employ this skill to track news and updates on regulations, such as AI laws in Europe, by searching Google News. It aids in staying informed about policy changes and gathering relevant articles for case preparation or compliance analysis.
Product managers can utilize this skill to search for the latest technologies, like Rust web frameworks, and analyze market feedback through Google results. It supports decision-making by providing direct insights from organic links and related questions.
Offer a free tier with limited searches per month to attract individual users, then charge for higher volumes or advanced features like custom search types. Revenue is generated through subscription plans based on API usage and additional data analytics.
Provide this skill as part of a larger toolkit for businesses, integrating it into enterprise software for market intelligence or customer support. Revenue comes from licensing fees, custom development services, and ongoing maintenance contracts.
Aggregate and analyze search data from this skill to offer insights reports or trend analysis to clients in industries like marketing or finance. Revenue is generated through one-time report sales or recurring data subscription packages.
💬 Integration Tip
Ensure the SERPER_API_KEY is securely stored in environment variables and test the tool with sample queries to verify JSON output formatting before deployment.
Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).
AI-optimized web search via Tavily API. Returns concise, relevant results for AI agents.
This skill should be used when users need to search the web for information, find current content, look up news articles, search for images, or find videos. It uses DuckDuckGo's search API to return results in clean, formatted output (text, markdown, or JSON). Use for research, fact-checking, finding recent information, or gathering web resources.
Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.
Search indexed Discord community discussions via Answer Overflow. Find solutions to coding problems, library issues, and community Q&A that only exist in Discord conversations.
Multi search engine integration with 17 engines (8 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and WolframAlpha knowledge queries. No API keys required.