diff --git a/skills/stperic/local-websearch/SKILL.md b/skills/stperic/local-websearch/SKILL.md index d9520c995e..166ffe7c79 100644 --- a/skills/stperic/local-websearch/SKILL.md +++ b/skills/stperic/local-websearch/SKILL.md @@ -2,6 +2,8 @@ name: searxng description: Search the web using a self-hosted SearXNG metasearch engine. Aggregates Google, Brave, DuckDuckGo, and more without API keys. homepage: https://docs.searxng.org +command-dispatch: cli +command: python3 {baseDir}/scripts/searxng_search.py metadata: {"moltbot":{"emoji":"🔍","requires":{"bins":["python3"],"env":["SEARXNG_URL"]}}} --- @@ -21,9 +23,9 @@ Use this skill when the user asks: ## Quick start ```bash -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 +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 ``` ## Setup @@ -58,4 +60,4 @@ Returns JSON: - No API keys needed—SearXNG aggregates upstream engines - Results include source engines for transparency - Scores indicate relevance (higher = better) -- For news, add "news" to query or use `--lang` for regional results \ No newline at end of file +- For news, add "news" to query or use `--lang` for regional results