🧪 Skills

searxng-tool-for-openclaw

--- name: searxng-tool-for-openclaw description: Install an OpenClaw plugin that adds SearXNG-powered web search without paid search APIs. metadata: openclaw: emoji: "🔎" os: - linux

v1.0.0
❤️ 0
⬇️ 28
👁 1
Share

Description


name: searxng-tool-for-openclaw description: Install an OpenClaw plugin that adds SearXNG-powered web search without paid search APIs. metadata: openclaw: emoji: "🔎" os: - linux - macos - windows requires: anyBins: - openclaw config: - ~/.openclaw/openclaw.json install: - kind: node package: openclaw bins: - openclaw - kind: node package: searxng-tool-for-openclaw bins: - searxng-tool-for-openclaw config: stateDirs: - ~/.openclaw example: | { "plugins": { "entries": { "searxng-tool": { "enabled": true, "config": { "baseUrl": "http://127.0.0.1:8888", "timeoutSeconds": 20, "maxResults": 8, "defaultLanguage": "auto", "defaultCategories": "general", "defaultSafeSearch": 0 } } } } } cliHelp: | searxng-tool-for-openclaw install searxng-tool-for-openclaw print-path links: homepage: https://github.com/barrontang/searxng-tool-for-openclaw repository: https://github.com/barrontang/searxng-tool-for-openclaw documentation: https://github.com/barrontang/searxng-tool-for-openclaw#readme

SearXNG Tool for OpenClaw

This skill bundle points users at the npm package for the actual OpenClaw plugin.

What it installs

The published npm package contains:

  • the OpenClaw plugin entry declared in openclaw.extensions
  • the openclaw.plugin.json manifest used for validation
  • an executable installer so npx searxng-tool-for-openclaw install works

Recommended install paths

Install the plugin directly from npm through OpenClaw:

openclaw plugins install searxng-tool-for-openclaw

Or use the package's installer binary:

npx searxng-tool-for-openclaw install

Required runtime

  • OpenClaw installed and available on your machine
  • A reachable SearXNG instance with JSON output enabled

Minimal config

Add the plugin entry to your OpenClaw config and point it at your SearXNG base URL.

{
  "plugins": {
    "entries": {
      "searxng-tool": {
        "enabled": true,
        "config": {
          "baseUrl": "http://127.0.0.1:8888"
        }
      }
    }
  }
}

After install or config changes, restart the gateway.

Reviews (0)

Sign in to write a review.

No reviews yet. Be the first to review!

Comments (0)

Sign in to join the discussion.

No comments yet. Be the first to share your thoughts!

Compatible Platforms

Pricing

Free

Related Configs