web-search

Retrieve Brave Web Search results with titles, URLs, snippets, and thumbnails.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Qiue-G/Claw-X --skill web-search-qiue-g
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-search
Source: https://github.com/Qiue-G/Claw-X/tree/main/.openclaw/skills/brave-web-search
Command: npx skills add https://github.com/Qiue-G/Claw-X --skill web-search-qiue-g

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Brave Web Search enables fast, ranked web results with rich metadata (snippets, URLs, thumbnails) and supports freshness filters, SafeSearch, Goggles-based ranking, and pagination to power search UIs and AI agents.

Core Features & Use Cases

  • Ranked results with metadata: Retrieve titles, URLs, and descriptions for each result.
  • Goggles and SafeSearch: Apply custom ranking and content safety controls to refine results.
  • Pagination and endpoint flexibility: Navigate pages with standard pagination and support for multiple HTTP methods.
  • Use Case: Build search UIs, knowledge dashboards, or RAG pipelines that rely on up-to-date Brave results.

Quick Start

Use Brave Web Search with your API key to fetch ranked results for a given query.

Frequently Asked Questions about web-search

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

FAQPage Schema
How do I fetch ranked web search results with snippets for my application?

To fetch ranked web search results, you query the Brave Search API using a valid API key. This returns structured data containing titles, URLs, snippets, and thumbnails for integration into search UIs or dashboards.

Can I apply custom ranking and content filters to web search API queries?

Yes, web search queries support Goggles for custom ranking and SafeSearch levels for content filtering. These parameters refine results to match specific safety controls or ranking preferences.

Does the Brave Search API support pagination for retrieving large result sets?

The Brave Search API supports standard pagination to navigate multiple pages of results. You can handle GET or POST requests with pagination parameters to retrieve extensive web search data sequentially.

What do I need to integrate live web search into an AI agent?

Integrating live web search requires a valid Brave API key and a search query. The API returns current web data structured with titles, URLs, and snippets, enabling AI agents to access up-to-date information.

How do freshness filters work when querying web search APIs?

Freshness filters refine web search API queries by restricting results based on publication time. Applying these parameters ensures your search UIs or RAG pipelines retrieve only the most current web data.