openclaw-serper
Searches Google and extracts full page content from every result via trafilatura. Returns clean readable text, not just snippets. Use when the user needs web search, research, current events, news, factual lookups, product comparisons, technical documentation, or any question requiring up-to-date information from the internet.
Why use this skill?
Enhance OpenClaw with Serper: retrieve full-page, clean text from Google search results instantly. Perfect for research, news, and technical deep-dives.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/nesdeq/openclaw-serperWhat This Skill Does
The openclaw-serper skill is a powerful web-retrieval engine for the OpenClaw agent, bridging the gap between a standard search engine and a deep-content reader. Unlike basic search tools that return sparse snippets or links, this skill uses the Serper API to perform high-quality Google searches and automatically pipes the results through the trafilatura library. This ensures that every result provided to the agent includes the clean, full-text content of the webpage, stripping away navigation menus, ads, and boilerplate code.
Installation
To integrate this skill into your environment, run the following command in your terminal:
clawhub install openclaw/skills/skills/nesdeq/openclaw-serper
Use Cases
This skill is designed for scenarios requiring deep insight rather than just URLs. It is ideal for:
- Technical Research: Finding documentation, API references, or debugging patterns.
- Product Analysis: Comparing features between different software or hardware solutions.
- Market Intelligence: Tracking breaking news, industry announcements, or current events using the 'current' mode.
- Evergreen Knowledge: Explaining complex concepts using the 'default' mode to aggregate information from authoritative sources.
Example Prompts
- "What are the main performance differences between React Server Components and traditional client-side rendering? Find technical documentation and summarize the architectural changes."
- "What are the latest updates regarding the OpenSource AI policy announced by the EU this week?"
- "Compare the pricing and cloud storage features of Google Drive, Dropbox, and iCloud for a small business user."
Tips & Limitations
- Quality Over Quantity: The tool is designed to work with one well-crafted query. Running multiple redundant searches is unnecessary because the tool already retrieves full page content for every result found.
- Mode Selection: Always differentiate between
defaultfor evergreen knowledge andcurrentfor time-sensitive, news-based queries. - Locale Awareness: If a user requests information in a non-English language or specifies a geographic location, you must explicitly set the
--gland--hlflags to ensure regional accuracy. Failure to set these in non-English contexts may result in inaccurate or poorly localized search results. - Efficiency: The system limits the use of this skill to two calls per interaction to ensure optimal agent performance and token usage. Read the provided text thoroughly before deciding if a second search is actually required.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-nesdeq-openclaw-serper": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
openclaw-feeds
RSS news aggregator. Fetches headlines from curated feeds across three categories: news, games, and finance. Use when the user asks about current news, headlines, what's happening, what's going on, or says "what's up in news", "what's up in finance", "what's up in games", or the German equivalents "was geht mit nachrichten", "was geht mit money", "was geht mit gaming". Also activates for requests like "give me a news rundown", "latest headlines", "market news", "gaming news", "tech news", "finance roundup", or "briefing". Returns structured JSON from public RSS feeds — no API keys, no web search needed.
serper
Google search via Serper API with full page content extraction. Fast API lookup + concurrent page scraping (3s timeout). One well-crafted query returns rich results — avoid multiple calls. Two modes, explicit locale control. API key via .env.