Overview
- Skill Key
- adelpro/private-web-search-searchxng
- Author
- adelpro
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/adelpro/private-web-search-searchxng
- Latest Commit SHA
- fcba16ea34ee6c9f82aa5b3a876683e1e4d015af
Self-hosted private web search using SearXNG. Use when privacy is important, external APIs are blocked, you need search without tracking, or want to avoid paid search APIs.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 private-web-search-searchxng 技能。 若已安装,则直接安装 private-web-search-searchxng 技能。
# Private Web Search (SearXNG) Privacy-respecting, self-hosted metasearch engine for AI agents. ## Quick Setup ```bash # 1. Start container docker run -d --name searxng -p 8080:8080 -e BASE_URL=http://localhost:8080/ searxng/searxng # 2. Enable JSON API docker exec searxng sed -i 's/ formats:/ formats:\n - json/' /etc/searxng/settings.yml docker restart searxng # 3. Verify curl -sL "http://localhost:8080/search?q=test&format=json" | jq '.results[0]' ``` ## Usage ### Basic Search ```bash curl -sL "http://localhost:8080/search?q=YOUR_QUERY&format=json" | jq '.results[:10]' ``` ### Using the Helper Script ```bash ./scripts/search.sh "openclaw ai" 5 ``` ### Environment Variables | Variable | Default | Description | |----------|---------|-------------| | SEARXNG_PORT | 8080 | Container port | | SEARXNG_HOST | localhost | Server host | | BASE_URL | http://localhost:8080 | Public URL | ## Available Engines Google, Bing, DuckDuckGo, Brave, Startpage, Wikipedia, and more. ## Management ```bash docker start searxng # Start docker stop searxng # Stop docker logs searxng # View logs docker rm searxng -f # Remove ``` ## Troubleshooting | Issue | Solution | |-------|----------| | No results | Check `docker logs searxng` | | 403 Forbidden | Enable JSON format (step 2) | | Connection refused | Run `docker start searxng` |
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.