web-search

Return ranked web search results with snippets, URLs, and structured metadata.

23|3|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/MidnightV1/Claude-Code-Feishu --skill web-search-midnightv1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-search
Source: https://github.com/MidnightV1/Claude-Code-Feishu/tree/main/.claude/skills/brave-web-search
Command: npx skills add https://github.com/MidnightV1/Claude-Code-Feishu --skill web-search-midnightv1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many applications and agents need fast, ranked web results with snippets, URLs, thumbnails and structured metadata but lack a single API that returns diverse result types and supports custom ranking and rich callbacks; this Skill provides a consistent, structured search response for those needs.

Core Features & Use Cases

  • Structured Search Results: Returns web, news, videos, discussions, FAQ, infobox, location, and mixed responses with snippets, thumbnails, and schema.org data.
  • Custom Ranking and Filters: Supports Goggles for custom re-ranking, freshness filters, SafeSearch, pagination, language/country controls, and extra snippets per result.
  • Rich Callbacks: Enables vertical-specific rich data via a callback key (weather, stocks, sports, currency, etc.) for apps that need immediate enriched info.
  • Use Case: Integrate into a search UI, RAG grounding pipeline, or automated agent that must present ranked, source-attributed results with optional post-processing rules.

Quick Start

Use the web-search skill to query for python web frameworks and return the top 5 results with snippets, URLs, thumbnails, and freshness filters.

Frequently Asked Questions about web-search

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

FAQPage Schema
How do I get structured web search results with snippets and metadata for my application?

You can retrieve structured web search results containing snippets, URLs, thumbnails, and schema.org metadata by querying supported web, news, video, and local POI endpoints for search UIs and RAG grounding.

Can I use custom ranking and filters to re-rank web search results?

You can apply custom ranking to web search results by using Goggles for re-ranking, alongside freshness filters, SafeSearch controls, pagination, and language or country parameters.

Does the web search API support rich callbacks for enriched data like weather and stocks?

The web search API supports rich callbacks to return vertical-specific enriched data like weather, stocks, sports, and currency via a callback key for immediate application use.

Do I need an API key to authenticate web search queries?

You need an X-Subscription-Token API key to authenticate web search queries, enabling access to ranked results, custom Goggles ranking, and structured metadata across supported search verticals.

What is the best way to ground a RAG pipeline with ranked web search results?

The best way to ground a RAG pipeline with ranked web search results is to request structured responses with snippets, URLs, and schema.org data, applying freshness filters and SafeSearch for source attribution.