Claude Skill

ythx-101/ask-search

ask-search 是一个面向 AI 代理(OpenClaw、Claude Code、Antigravity)的自托管网络搜索技能,基于 SearxNG,私密、可定制,无需外部 API。

概览

Stars380
Forks36
语言Python
最后更新2026-03-22
最近同步2026-07-03
前往 GitHub

仓库信息

拥有者ythx-101
仓库ask-search
完整名称ythx-101/ask-search
Repo ID1,176,838,622

安装这个 Skill

git clone https://github.com/ythx-101/ask-search

Registry 信息

类型mcp_server
质量分75/100
验证状态readme_parsed
最近验证2026-06-13
平台
ClaudeMCPOpenClawCursor
能力
browsermemorysearchterminalworkflow
识别文件
README.mdSKILL.md
配置键
SEARXNG_SECRETSEARXNG_SECRET_KEYSEARXNG_URLTAVILY_API_KEYYOUR_API_KEYURL
安装方式
  • git clone https://github.com/ythx-101/ask-search
  • docker 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: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![OpenClaw](https://img.shields.io/badge/OpenClaw-Skill-blue.svg)](https://github.com/openclaw/openclaw) [![Python](https://img.shields.io/badge/Python-3.8%2B-blue.svg)](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

话题

暂无话题

探索更多

数据来自 GitHub,同步时间:2026-07-03