·searxng-search
</>

searxng-search

ypares/agent-skills

Enhanced web and package repository search using local SearXNG instance

41Installs·5Trend·@ypares

Installation

$npx skills add https://github.com/ypares/agent-skills --skill searxng-search

SKILL.md

SearXNG is a privacy-respecting metasearch engine that you can run locally. It aggregates results from multiple search engines and package repositories, returning clean JSON output.

| General web search | curl "http://localhost:8888/search?q= &format=json" | general | | Search Cargo/crates.io | curl "http://localhost:8888/search?q= &format=json&categories=cargo" | cargo | | Search npm packages | curl "http://localhost:8888/search?q= &format=json&categories=packages" | packages |

| Search code repositories | curl "http://localhost:8888/search?q= &format=json&categories=repos" | repos | | Search IT resources | curl "http://localhost:8888/search?q= &format=json&categories=it" | it | | Limit results | Add &limit=N to URL | - | | Multiple categories | &categories=cat1,cat2 | - |

Enhanced web and package repository search using local SearXNG instance Source: ypares/agent-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ypares/agent-skills --skill searxng-search
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is searxng-search?

Enhanced web and package repository search using local SearXNG instance Source: ypares/agent-skills.

How do I install searxng-search?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ypares/agent-skills --skill searxng-search Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/ypares/agent-skills