Claude Skill
ckckck/UltimateSearchSkill
UltimateSearchSkill is a dual-engine web search skill for OpenClaw/Pi, integrating Grok AI, Tavily, and FireCrawl for fast, accurate results. Perfect for AI assistants and developers.
Overview
Repository
Install this Skill
git clone https://github.com/你的用户名/UltimateSearchSkill.gitRegistry
Summary
UltimateSearchSkill is a dual-engine web search skill for OpenClaw/Pi, integrating Grok AI, Tavily, and FireCrawl to deliver fast, accurate, and comprehensive search results.
OpenClaw/Pi 双引擎网络搜索技能:Grok AI + Tavily + FireCrawl
Key features
- Dual-engine search combining Grok AI and Tavily
- FireCrawl integration for deep web scraping
- Optimized for OpenClaw/Pi platforms
- Fast and accurate result retrieval
- Lightweight and easy to deploy
Use cases
- Enhancing AI assistant responses with real-time web data
- Research and data gathering for developers
- Building custom search workflows in OpenClaw/Pi
- Automated content aggregation and analysis
README excerpt
# UltimateSearchSkill <p align="center">中文 | <a href="./README.en.md">English</a></p> 为 [OpenClaw](https://openclaw.ai/) / [Pi](https://github.com/badlogic/pi-mono/) AI Agent 打造的双引擎 Web 搜索技能。Grok AI + Tavily 双引擎交叉验证,纯 Shell 实现,零 MCP 依赖。 <p align="center"> <img alt="License" src="https://img.shields.io/badge/License-MIT-0f766e?style=flat-square" /> <img alt="Shell" src="https://img.shields.io/badge/Shell-Bash-0ea5e9?style=flat-square" /> <img alt="Docker" src="https://img.shields.io/badge/Infra-Docker-2563eb?style=flat-square" /> <img alt="OpenAI Compatible" src="https://img.shields.io/badge/Search-OpenAI%20Compatible-f59e0b?style=flat-square" /> <img alt="Tavily" src="https://img.shields.io/badge/Search-Tavily-f97316?style=flat-square" /> <img alt="FireCrawl" src="https://img.shields.io/badge/Fallback-FireCrawl-f43f5e?style=flat-square" /> </p> ``` 用户提问 → Agent (SKILL.md 指导) ├─ grok-search.sh → Grok(推荐) via OpenAI Compatible API │ ├─ 已知 URL 自动增强(xAI / OpenRouter) │ └─ 兼容其他 OpenAI Compatible 模型 / 代理 ├─ grok-search.sh → grok2api (legacy/experimental) ├─ tavily-search.sh → TavilyProxyManager (多Key聚合) → Tavily 搜索 ├─ web-fetch.sh → Tavily Extract → FireCrawl Scrape (自动降级) ├─ web-map.sh → TavilyProxyManager → Tavily Map (站点映射) └─ dual-search.sh → 并行调用以上,交叉验证 ``` ## 特性 - **双引擎搜索**:Grok 优先搜索 + Tavily(结构化搜索),双源交叉验证 - **多账户聚合**:Tavily 通过 TavilyProxyManager 聚合使用多个账号;`grok2api` 聚合仅保留为 legacy 方案 - **FireCrawl 托底**:web-fetch 三级降级链(Tavily Extract → FireCrawl Scrape → 报错) - **零 MCP 依赖**:纯 Shell 脚本 + Skill 指令,agent 通过 Bash 原生调用 - **安全加固**:端口绑定 127.0.0.1,API 认证,SSH 隧道访问管理面板 - **搜索方法论**:内置 GrokSearc
Topics
No topics yet.