UltimateSearchSkill
Dual-engine web search with cross-verified results
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install UltimateSearchSkill?▼
Run `npx skills add ckckck/UltimateSearchSkill --all -g -y` in your terminal to install the skill globally. You will also need Docker, a Tavily API key, and an OpenAI-compatible API key for Grok search.
What does UltimateSearchSkill do?▼
It gives your agent dual-engine web search using Grok and Tavily, plus page fetching and site mapping. Results from both engines are cross-verified to reduce errors and hallucinations.
Why use two search engines instead of one?▼
Single search results can be outdated, biased, or wrong. Running Grok and Tavily in parallel lets the agent compare independent sources and only present facts backed by at least two of them.
Does UltimateSearchSkill work with OpenClaw and Pi?▼
Yes. It is built for OpenClaw and Pi agents and runs through plain Bash scripts, so it also works with any agent that can execute terminal commands.
Do I need MCP servers to run this skill?▼
No. It is pure shell scripts with zero MCP dependency, which means no extra processes, no added context tokens, and native Bash invocation.
Related Repositories in Education & Research
View All in Education & Research→learn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides