n2-free-search
تایید شدهFree, unlimited web search for AI agents via SearXNG — no API keys needed.
(0)
۱.۰k
۳۰
۳۷
نصب مهارت
مهارتها کدهای شخص ثالث از مخازن عمومی GitHub هستند. SkillHub الگوهای مخرب شناختهشده را اسکن میکند اما نمیتواند امنیت را تضمین کند. قبل از نصب، کد منبع را بررسی کنید.
نصب سراسری (سطح کاربر):
npx skillhub install openclaw/skills/n2-free-searchنصب در پروژه فعلی:
npx skillhub install openclaw/skills/n2-free-search --projectمسیر پیشنهادی: ~/.claude/skills/n2-free-search/
بررسی هوش مصنوعی
کیفیت دستورالعمل40
دقت توضیحات35
کاربردی بودن54
صحت فنی65
Scored 47 — functional MCP server config skill with useful comparison table, but very thin. No parameter documentation, no usage examples, no error handling guidance. Description lacks trigger phrases.
محتوای SKILL.md
---
name: n2-free-search
description: Free, unlimited web search for AI agents via SearXNG — no API keys needed.
homepage: https://nton2.com
user-invocable: true
---
# 🔍 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:
```json
{
"mcpServers": {
"n2-free-search": {
"command": "npx",
"args": ["-y", "n2-free-search"]
}
}
}
```
### Option 2: Self-Hosted (Maximum Privacy)
```json
{
"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
- NPM: https://www.npmjs.com/package/n2-free-search
- GitHub: https://github.com/choihyunsus/n2-free-search
- Website: https://nton2.com
---
*Part of the N2 AI Body series — Building the Body for AI*