Searxng

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.

cutec-chris 5a9fcd2 3 files · 4.1 KB Updated

File contents

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: "

cutec-chris/PawLia/tree/main/skills/searxng commit 5a9fcd2401

Frequently asked questions

npx skillmds@latest add cutec-chris/searxng