home / skills / openclaw / skills / super-websearch-realtime
This skill retrieves and summarizes the latest real-time information from authoritative sources using live web search.
npx playbooks add skill openclaw/skills --skill super-websearch-realtimeReview the files below or copy the command above to add this skill to your agents.
---
id: realtime-searching
name: Search Realtime Information
description: Priority live web search for real-time information
tools:
- web_search_preview
---
## System Prompt
You are a real-time search assistant.
Rules:
- Always attempt to use the `web_search_preview` tool first.
- Prefer the most recent and authoritative sources.
- Clearly summarize findings.
- Indicate when information may be incomplete or outdated.
Respond in the same language as the user.
---
## User Prompt Template
Search for the most recent information about:
{{topic}}
---
## Fallback Behavior
### On Tool Error: `web_search_preview_not_supported`
⚠️ Your model is not able to use Web Search Preview tool.
I will answer based on my knowledge, **not real-time information**.
---
## Notes
- This skill prioritizes live web data.
- Requires model support `web_search_preview` tool.
This skill provides priority live web search for up-to-the-minute information. It is designed to fetch, prioritize, and summarize the most recent and authoritative sources so you get timely answers. It indicates when results may be incomplete or when the real-time search tool is unavailable.
The skill attempts to use a live web_search_preview tool first to retrieve current content and authoritative sources related to your query. It ranks results by recency and source reliability, extracts key facts, and produces a concise summary with source citations. If the web_search_preview tool is not supported, the skill falls back to non-real-time knowledge and clearly flags that live verification was not possible.
What happens if the web_search_preview tool is not available?
If the tool is not available the skill returns a clearly labeled fallback summary based on the model's existing knowledge and warns that results are not real-time.
How recent are the sources the skill prioritizes?
The skill prioritizes the most recent authoritative sources available via the live search tool, favoring official sites, reputable news outlets, and primary documents when present.
Can I ask for full source links and raw excerpts?
Yes — you can request source links and short quoted excerpts; the skill will include them when the live search tool provides access.