ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

n2-free-search

Free, unlimited web search for AI agents via SearXNG — no API keys needed.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/choihyunsus/n2-free-search
Or

🔍 N2 Free Search — MCP Server Skill

Free, private, unlimited web search for your AI agent. No API keys, no credit cards, no rate limits.

Why Use This?

Brave Search APIGoogle Custom SearchN2 Free Search
Cost$5 / 1,000 queries$5 / 1,000 queriesFree forever
API KeyRequiredRequiredNot needed
Search EnginesBrave onlyGoogle only70+ engines

Quick Setup

Option 1: Public Mode (Zero Setup)

Add to your MCP config:

{
  "mcpServers": {
    "n2-free-search": {
      "command": "npx",
      "args": ["-y", "n2-free-search"]
    }
  }
}

Option 2: Self-Hosted (Maximum Privacy)

{
  "mcpServers": {
    "n2-free-search": {
      "command": "npx",
      "args": ["-y", "n2-free-search"],
      "env": {
        "SEARXNG_URL": "http://localhost:8080"
      }
    }
  }
}

Available Tools

  • n2_web_search — Search the web (Google, Bing, DuckDuckGo + 70 more)
  • n2_news_search — Search recent news articles
  • n2_image_search — Search for images
  • n2_video_search — Search for videos
  • n2_suggest — Get search suggestions / autocomplete

Links


Part of the N2 AI Body series — Building the Body for AI

Metadata

Stars3683
Views1
Updated2026-04-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-choihyunsus-n2-free-search": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.