searxng-search

Original🇺🇸 English
Translated
1 scriptsChecked / no sensitive code detected

Search the web using a local SearXNG instance. Use for web searches, finding current information, researching topics, or checking news.

2installs
Added on

NPX Install

npx skill4agent add varlabz/skills searxng-search

Tags

Translated version includes tags in frontmatter

SearXNG Web Search

Run scripts/search:
bash
scripts/search "your query" [options]
Key options:
-e
engine (general|news|it|science|images…),
-n
max results (default 10),
-t
time range (day|week|month|year),
-f
format (text|json),
--url
override instance URL.
bash
scripts/search "AI breakthroughs" -e news -t month
scripts/search "Python best practices" -f json -n 15
Instance URL defaults to
$SEARXNG_URL
env var, then
http://localhost:8080
.