web-search

Search the web and return JSON results from multiple search engines.

4|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/73ai/openbotkit --skill web-search-73ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: web-search
Source: https://github.com/73ai/openbotkit/tree/main/skills/web-search
Command: npx skills add https://github.com/73ai/openbotkit --skill web-search-73ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Search the web for information, find articles, look up facts, and research topics quickly and reliably across multiple backends.

Core Features & Use Cases

  • Aggregates results from multiple backends (DuckDuckGo, Brave, Mojeek, Wikipedia) and returns structured JSON.
  • Supports region, time, and pagination controls to tailor searches.
  • Use Case: Research a topic by collecting top relevant articles into a unified JSON payload.

Quick Start

Run a search with obk websearch search and receive results in JSON format.

Frequently Asked Questions about web-search

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

FAQPage Schema
How do I search the web and get structured JSON results from multiple engines?▼

To search the web and get structured JSON, you can aggregate results from multiple backends like DuckDuckGo, Brave, and Wikipedia using command-line tooling. This returns a unified JSON payload suitable for article discovery and quick research.

What is the best way to research topics and discover articles across different regions?▼

The best way to research topics across regions is to use a multi-engine web search tool that supports region and time controls. This allows you to tailor search parameters and collect relevant articles globally.

Can I use command-line flags to control my web search backends and pagination?▼

Yes, you can control web search backends and pagination using command-line flags like --backend, --region, and --max-results. These options let you specify the engine and tailor the output volume.

Does this web search approach support result caching for repeatable research?▼

Yes, this web search approach supports result caching to ensure repeatable results during research. Caching prevents redundant queries and maintains consistency when collecting facts across multiple sessions.

How do I fact-check information quickly using multiple search engines?▼

You can fact-check information quickly by running a multi-engine search that aggregates data from DuckDuckGo, Brave, Mojeek, and Wikipedia. This cross-references sources and returns structured JSON for verification.