From sundial-org-awesome-openclaw-skills-4
Searches the web via self-hosted SearXNG metasearch engine, aggregating Google, Brave, DuckDuckGo results without API keys. Triggers on phrases like 'search the web for...' or 'look up...' for privacy-focused research.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Privacy-respecting metasearch via your self-hosted SearXNG instance.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Privacy-respecting metasearch via your self-hosted SearXNG instance.
Use this skill when the user asks:
python3 ~/.clawdbot/skills/searxng/scripts/searxng_search.py "your query"
python3 ~/.clawdbot/skills/searxng/scripts/searxng_search.py "query" --count 10
python3 ~/.clawdbot/skills/searxng/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 results