Awesome-openclaw-skills search-realtime-information

Priority live web search for real-time information

install
source · Clone the upstream repo
git clone https://github.com/sundial-org/awesome-openclaw-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/search-realtime-information" ~/.claude/skills/sundial-org-awesome-openclaw-skills-search-realtime-information && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/search-realtime-information" ~/.openclaw/skills/sundial-org-awesome-openclaw-skills-search-realtime-information && rm -rf "$T"
manifest: skills/search-realtime-information/SKILL.md
source content

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.