[PR #2] searxng-search #6

Closed
opened 2026-03-07 13:57:59 +03:00 by kerem · 0 comments
Owner

Original Pull Request: https://github.com/badlogic/pi-skills/pull/2

State: closed
Merged: No


searxng-search skill

Adds a new skill for local web search using SearXNG metasearch engine.

Heavily inspired by (okay, basically a rip-off of) the brave-search skill in this repo, but uses a local SearXNG instance instead of Brave's API.

Features

  • Web search via local SearXNG instance (no API keys, no rate limits)
  • Content extraction as markdown
  • Docker container management included

What's included

  • search.js - Search with optional content extraction
  • content.js - Extract readable content from URLs
  • docker.sh - Manage SearXNG Docker container
  • SKILL.md - Setup and usage documentation
  • package.json - Dependencies (@mozilla/readability, jsdom, turndown)

Setup

cd searxng-search
npm install
./docker.sh setup

Updated README.md with installation instructions and requirements.

**Original Pull Request:** https://github.com/badlogic/pi-skills/pull/2 **State:** closed **Merged:** No --- # searxng-search skill Adds a new skill for local web search using SearXNG metasearch engine. Heavily inspired by (okay, basically a rip-off of) the `brave-search` skill in this repo, but uses a local SearXNG instance instead of Brave's API. ## Features - Web search via local SearXNG instance (no API keys, no rate limits) - Content extraction as markdown - Docker container management included ## What's included - `search.js` - Search with optional content extraction - `content.js` - Extract readable content from URLs - `docker.sh` - Manage SearXNG Docker container - `SKILL.md` - Setup and usage documentation - `package.json` - Dependencies (@mozilla/readability, jsdom, turndown) ## Setup ```bash cd searxng-search npm install ./docker.sh setup ``` Updated README.md with installation instructions and requirements.
kerem 2026-03-07 13:57:59 +03:00
kerem changed title from [PR #2] [CLOSED] searxng-search to [PR #2] searxng-search 2026-03-07 19:42:44 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pi-skills#6
No description provided.