Searxng
A lightweight, open-source AI assistant built for local hardware.
npx -y skills add cutec-chris/PawLia --skill searxngAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Perform web searches using a SearXNG instance. Use when the user asks for web search results, current information, news, or wants to find online resources.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.1 KB, as published. Nobody here has run it
SearXNG Web Search
Instructions
- Run the search script with the provided arguments:
The script reads the SearXNG URL frompython <scripts_dir>/search.py --query "<query>" --limit <limit>skill-config.searxng.url. It also usesskill-config.searxng.timeoutwhen present. Pass--urlor--timeoutonly for explicit overrides. - Parse the JSON output (array of objects with
title,url,contentfields) - Return the results as a structured list
Output format
Return results like this:
1. **<title>**
<url>
<content>
Return only the search results, no additional commentary.
Error handling
If the script exits with an error, report: "Search failed: <error message from stderr>"