searxng-search
✓Enhanced web and package repository search using local SearXNG instance
Installation
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.
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- Source
- ypares/agent-skills
- 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
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01