agentsclimarketplace

Searxng

Skill cutec-chris/PawLia/skills/searxng

A lightweight, open-source AI assistant built for local hardware.

Install
npx -y skills add cutec-chris/PawLia --skill searxng

Assembled 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

  1. Run the search script with the provided arguments:
    python <scripts_dir>/search.py --query "<query>" --limit <limit>
    
    The script reads the SearXNG URL from skill-config.searxng.url. It also uses skill-config.searxng.timeout when present. Pass --url or --timeout only for explicit overrides.
  2. Parse the JSON output (array of objects with title, url, content fields)
  3. 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>"

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.