Claude Skill
ythx-101/ask-search
ask-search 是一个面向 AI 代理(OpenClaw、Claude Code、Antigravity)的自托管网络搜索技能,基于 SearxNG,私密、可定制,无需外部 API。
概览
仓库信息
安装这个 Skill
git clone https://github.com/ythx-101/ask-searchRegistry 信息
git clone https://github.com/ythx-101/ask-searchdocker run -d --name searxng \
项目简介
ask-search 是一个面向 AI 代理(如 OpenClaw、Claude Code 和 Antigravity)的自托管网络搜索技能,基于 SearxNG 实现,提供私密、可定制的搜索功能,无需依赖外部 API。
Self-hosted web search skill for AI agents (OpenClaw/Claude Code/Antigravity) via SearxNG
要点
- 通过 SearxNG 自托管,保护隐私
- 兼容 OpenClaw、Claude Code、Antigravity
- 无需外部 API 依赖
- 可自定义搜索参数
使用场景
- 为 AI 代理提供私密网络搜索
- 自动化工作流中的自定义搜索引擎
- 支持离线搜索集成
README 摘要
<div align="center"> # 🔍 ask-search **Self-hosted web search for AI agents — zero API key, full privacy** [](LICENSE) [](https://github.com/openclaw/openclaw) [](https://python.org) *Works in OpenClaw · Claude Code · Antigravity · Any CLI* </div> --- ## 😡 The Problem Your AI agent wants to search the web, but: - Brave Search API: $3/1000 queries, rate limited - Google Custom Search: $5/1000, daily caps - Bing API: paid, complex setup - Built-in web search: sends queries to third-party servers **You just want your local agent to search Google without paying or leaking queries.** ## ✅ The Solution `ask-search` wraps [SearxNG](https://github.com/searxng/searxng) — a self-hosted meta search engine that aggregates Google, Bing, DuckDuckGo, Brave and 70+ more sources. One command, all results, zero cost. ```bash ask-search "Claude Code vs Cursor 2026" ``` ``` [1] Claude Code Is Eating Cursor's Lunch https://techcrunch.com/2026/... After Anthropic launched Claude Code with agent mode... [google,brave] [2] Why I switched from Cursor to Claude Code https://reddit.com/r/LocalLLaMA/... ... ``` ## 📊 Compatibility | Environment | Integration | Status | |-------------|-------------|--------| | **OpenClaw** | CLI Skill (`SKILL.md`) | ✅ | | **Claude Code** | CLI command | ✅ | | **Antigravity** | MCP Server | ✅ | | Any shell | `ask-search` CLI | ✅ | ## 🚀 Quick Start ### 30-second version (if SearxNG already running) ```bash git clone https://github.com/ythx-101/ask-search cd ask-search bash install.sh ask-search "hello world" ``` ### Full setup with Docker
话题
暂无话题