返回顶部
p

private-search

Route OpenClaw web searches through privacy-respecting engines (Brave Search, Kagi, SearXNG) instead of Google or Bing. Eliminates ad-network tracking from your AI agent's research. Configurable engine, result count, and tracking-param stripping.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
93
下载量
0
收藏
概述
安装方式
版本历史

private-search

# Private Search for OpenClaw Route all web searches through privacy-respecting engines. No ads. No tracking. No query monetization. ## Why This Exists OpenAI now shows ads to ChatGPT users and routes queries through ad-network-partnered search APIs. OpenClaw defaults to Google/Bing-backed search — both of which monetize your queries. This skill replaces that with: - **Brave Search** — independent index, no ad tracking, free tier available - **Kagi** — premium ad-free search, best result quality - **SearXNG** — fully self-hosted, zero third-party dependency ## Quick Setup (Brave Search — Recommended) 1. Get a free Brave Search API key: https://api.search.brave.com/ 2. Set env var: `BRAVE_API_KEY=your_key_here` 3. Done. All agent web searches now route through Brave. ## Configuration Set any of these in your OpenClaw environment: | Variable | Description | Default | |----------|-------------|---------| | `BRAVE_API_KEY` | Brave Search API key | Required for Brave | | `KAGI_API_KEY` | Kagi API key | Optional | | `SEARXNG_URL` | Self-hosted SearXNG URL | Optional | | `PRIVATE_SEARCH_ENGINE` | `brave`, `kagi`, or `searxng` | `brave` | | `PRIVATE_SEARCH_RESULTS` | Number of results to return | `5` | | `PRIVATE_SEARCH_STRIP_TRACKING` | Strip UTM/tracking params from URLs | `true` | ## Usage Once configured, use web search naturally. This skill overrides the default search behavior: ``` Search for the latest OpenAI news Find me pricing for Hetzner VPS plans What are the top AI tools this week? ``` All queries route through your chosen private engine. ## Engine Comparison | Engine | Cost | Privacy | Index Quality | Best For | |--------|------|---------|---------------|----------| | Brave | Free tier (2,000/mo) / $3/mo for 20K | High | Good | Most users | | Kagi | $10–$25/mo | Highest | Excellent | Power users | | SearXNG | Self-hosted (free) | Maximum | Varies | Devs/privacy maximalists | ## How It Works This skill provides a `private_web_search` tool that: 1. Accepts a query string and optional parameters 2. Routes to your configured engine via API 3. Strips tracking parameters from all result URLs (UTM, fbclid, gclid, etc.) 4. Returns clean, structured results 5. Never logs queries to third-party ad networks ## Scripts Run the setup script for guided configuration: ```bash bash scripts/setup-brave-search.sh ``` ## References See `references/privacy-engines.md` for full engine documentation, pricing tiers, and self-hosting instructions for SearXNG. ## Privacy Guarantee This skill never sends your queries to Google, Bing, or any ad-network-affiliated search provider when properly configured. Your research stays private. --- *Published on ClawHub. Built in response to OpenAI's March 2026 ad rollout.*

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 private-search-1776028322 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 private-search-1776028322 技能

通过命令行安装

skillhub install private-search-1776028322

下载 Zip 包

⬇ 下载 private-search v1.0.0

文件大小: 8.72 KB | 发布时间: 2026-4-13 11:36

v1.0.0 最新 2026-4-13 11:36
- Initial release of Private Search for OpenClaw.
- Routes agent search queries through privacy-focused engines: Brave Search (default), Kagi, or self-hosted SearXNG.
- Eliminates ad-network tracking and strips tracking parameters from search result URLs.
- Fully configurable search engine, result count, and privacy settings via environment variables.
- Simple setup for Brave Search; supports optional Kagi and SearXNG integration.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部