online-search

Retrieve real-time search results with up to five clickable entries.

1|2|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/bluegitter/QClaw --skill online-search-bluegitter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: online-search
Source: https://github.com/bluegitter/QClaw/tree/main/resources/openclaw/config/skills/online-search
Command: npx skills add https://github.com/bluegitter/QClaw --skill online-search-bluegitter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert user queries that require up-to-date internet information into reliable, click-through search results while preventing AI hallucination by relying on the search engine's pre-rendered output.

Core Features & Use Cases

  • Verbatim Results Display: Always present the pre-rendered message field from the search API containing up to five clickable result entries so users can directly access sources.
  • Recency-aware Search: Support time-window filtering (from_time / to_time) for queries about "today", "recent", "this week", etc., and enforce mutual-exclusion rules with cnt to improve freshness.
  • Error Handling and Safety: Retry on transient network errors, surface the API's JSON error messages to users, and avoid fabricating links or sources.
  • Use Case: Ask for "latest AI news", "today's gold price", or "深圳今天天气" and receive a pre-rendered list of relevant results followed by an optional language-matched analysis.

Quick Start

Use the online-search skill to search for 最新AI新闻 and return the pre-rendered search results verbatim then provide a brief summary in Chinese.

Frequently Asked Questions about online-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get real-time web search results in a conversational agent without AI hallucination?

Real-time web search results are retrieved directly from the search engine's pre-rendered output, delivering up to five clickable entries verbatim to prevent AI hallucination. This ensures conversational agents provide verifiable, up-to-date internet information.

Can I filter web search results by a specific time window for recent news?

Web search results support time-window filtering using from_time and to_time parameters for queries about recent events. This recency-aware search feature enforces mutual-exclusion rules with result count to improve information freshness.

What is the best way to find today's gold price or current weather scores using an AI client?

The best way to find current prices, weather, or scores is using real-time web search that returns pre-rendered clickable result entries. This retrieves up-to-date internet information directly from the search engine without fabricating links.

Does the verbatim search output support an optional language-matched analysis?

Verbatim search output supports an optional language-matched analysis following the pre-rendered list of relevant results. For example, searching in Chinese returns verbatim results first, followed by a brief summary in Chinese.

Why does my real-time web search return a JSON error message instead of results?

Real-time web search returns JSON error messages to surface API failures or transient network errors transparently. The system retries on transient network errors but will ultimately report the JSON success flag failure rather than fabricating links.