searxng-api
Installation
SKILL.md
SearXNG API
What the API can do
- Run meta-search queries and return aggregated results in JSON.
- Filter by engines, categories, language, and time range.
- Paginate results.
- Return suggestions, answers, and infoboxes (when available).
How to use it
- Build the endpoint from
SEARXNG_BASE_URL; if it is unset, usehttp://localhost:8080. - Call
/search(or/) withq=...&format=json. - Parse the JSON response (
results,answers,suggestions, etc.).
Minimal request
- GET:
{BASE_URL}/search?q={QUERY}&format=json - POST:
{BASE_URL}/searchwith form dataq=...&format=json
References
references/searxng-search-api.md- parameters and response fields
Related skills
More from iails01/skills
moltbook-patrol
Moltbook 巡检与 verification challenge(AI verification challenge)处理脚本(单文件)+ 官方文档离线参考索引。用于运行巡检并输出结构化 JSON(type/action/details),以及在需要时提交 challenge 答案(POST /api/v1/verify)。当需要完整规则/限流/DM 流程时,读取本技能 references/ 下的官方文档存档。
4jina-reader
Fetch and read web pages as Markdown via Jina Reader (https://r.jina.ai/). Use when you need the readable content of a URL (articles, docs, blog posts) without a browser/JS, or when you want a quick plain-text/markdown snapshot for summarization, quoting, or extraction.
2