local-websearch-1Search the web using a self-hosted SearXNG metasearch engine aggregating multiple sources without API keys and returning JSON results.
Install via ClawdBot CLI:
clawdbot install eg-yks/local-websearch-1Privacy-respecting metasearch via your self-hosted SearXNG instance.
Use this skill when the user asks:
python3 {baseDir}/scripts/searxng_search.py "your query"
python3 {baseDir}/scripts/searxng_search.py "query" --count 10
python3 {baseDir}/scripts/searxng_search.py "query" --lang de
Set SEARXNG_URL environment variable:
export SEARXNG_URL="http://your-searxng-host:8888"
| Flag | Default | Description |
|------|---------|-------------|
| -n, --count | 5 | Results to return (1-20) |
| -l, --lang | auto | Language code (en, de, fr, es, etc.) |
Returns JSON:
{
"query": "search terms",
"count": 5,
"results": [
{"title": "...", "url": "...", "description": "...", "engines": ["google", "brave"], "score": 1.5}
]
}
--lang for regional resultsGenerated Mar 1, 2026
Students and researchers can use this skill to gather diverse sources for papers or projects without API restrictions. It aggregates results from multiple engines, ensuring comprehensive coverage while respecting privacy, which is crucial for academic integrity.
Business analysts can leverage this skill to monitor competitors by searching for public information across various search engines. The privacy-respecting nature avoids tracking, and the aggregated results provide a broad view of market trends and news.
Writers and journalists can quickly verify facts or gather background information for articles. The skill's ability to pull from multiple sources enhances accuracy, and the JSON output allows easy integration into content management systems.
IT professionals can search for solutions to technical issues, benefiting from aggregated results that include forums, documentation, and guides. The self-hosted setup ensures data privacy and control over search queries.
Individuals concerned about online privacy can use this skill as a daily search tool, replacing commercial search engines. It provides aggregated results without API keys, reducing reliance on big tech companies and protecting user data.
Offer a managed SearXNG instance as a subscription service, targeting businesses and individuals who value privacy. Revenue comes from monthly fees for hosting, maintenance, and premium features like enhanced search filters or analytics.
Embed this skill into existing productivity software like note-taking apps or project management platforms. Revenue is generated through licensing fees or freemium models where basic search is free, but advanced features require payment.
Provide consulting services to help organizations set up and customize their own SearXNG instances. Revenue comes from one-time setup fees, ongoing support contracts, and training sessions for IT teams.
π¬ Integration Tip
Ensure the SEARXNG_URL environment variable is properly set before use, and consider wrapping the Python script in a simple API for easier integration with other applications.
Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).
AI-optimized web search via Tavily API. Returns concise, relevant results for AI agents.
This skill should be used when users need to search the web for information, find current content, look up news articles, search for images, or find videos. It uses DuckDuckGo's search API to return results in clean, formatted output (text, markdown, or JSON). Use for research, fact-checking, finding recent information, or gathering web resources.
Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.
Search indexed Discord community discussions via Answer Overflow. Find solutions to coding problems, library issues, and community Q&A that only exist in Discord conversations.
Multi search engine integration with 17 engines (8 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and WolframAlpha knowledge queries. No API keys required.