Back to Skills

Brave Search

Verified

Privacy-focused web search capability for agents

web-searchprivacyapi

Quick Inject

$armorer inject openclaw brave-search

About

Enables agents to search the web using the Brave Search API. Returns structured results with snippets, URLs, and metadata. Requires a Brave Search API key managed securely through the Armorer Credential Vault.

MCP Configuration

{
  "command": "npx",
  "args": [
    "-y",
    "@modelcontextprotocol/server-brave-search"
  ],
  "env": {
    "BRAVE_API_KEY": "${BRAVE_API_KEY}"
  }
}

Required Credentials

Managed securely through the Armorer Credential Vault.

BRAVE_API_KEY