🔍

Web Search

Featured
by openclaw · v1.4.0 · MITRepository

Search the web using DuckDuckGo, Brave Search, or Tavily. Get real-time information without hallucination. Supports structured results and full page content.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add web-search npx -- -y @trustedskills/web-search
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "web-search": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/web-search"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The web-search skill enables an AI agent to perform searches on the internet, retrieving relevant information from websites and other online sources. It allows for dynamic access to current data, news, and resources that are not preloaded into the system.

When to use it

  • To find up-to-date information about a recent event or development.
  • When answering questions that require external knowledge beyond the AI's training data.
  • To gather research material or references for a project or report.
  • For verifying facts or statistics that are time-sensitive or location-specific.

Key capabilities

  • Access to real-time web content
  • Retrieval of information from multiple sources
  • Support for complex search queries

Example prompts

  • "What were the latest developments in renewable energy as of 2025?"
  • "Find recent news articles about AI regulations in Europe."
  • "Search for the best practices in remote team management."

Tips & gotchas

  • Ensure internet connectivity is stable to avoid search failures.
  • Be mindful of privacy and data security when handling sensitive search queries.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Verified Commit7b5e64ef

Installing this skill downloads the exact code at commit 7b5e64ef, not the current state of the repository. This prevents supply-chain attacks from unauthorized updates.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
v1.4.0
License
MIT
Author
openclaw
Installs
5.6k
Updated
Feb 28, 2026
Published
Sep 15, 2025

Featured

Editorially selected — recommended for any platform.

Pinned commit7b5e64ef

Install command fetches the verified snapshot, not the live repository.