Jump to related tools in the same category or review the original source on GitHub.

Web & Frontend Development @choihyunsus Updated 6/28/2026 2,029 downloads 0 stars Security: Pass

N2 Free Search OpenClaw Plugin & Skill | ClawHub

Looking to integrate N2 Free Search into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate web & frontend development tasks instantly, without having to write custom tools from scratch.

What this skill does

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

Install

ClawHub CLI
openclaw skills install @choihyunsus/n2-free-search
Node.js (npx)
npx clawhub@latest install n2-free-search

Full SKILL.md

Open original
Metadata table.
namedescriptionhomepageuser invocable
n2-free-searchFree, unlimited web search for AI agents via SearXNG — no API keys needed.https://nton2.comtrue

SKILL.md content below is scrollable.

🔍 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 API Google Custom Search N2 Free Search
Cost $5 / 1,000 queries $5 / 1,000 queries Free forever
API Key Required Required Not needed
Search Engines Brave only Google only 70+ 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

ClawHub Registry URL: https://clawhub.ai/choihyunsus/skills/n2-free-search

Related skills

If this matches your use case, these are close alternatives in the same category.