ckckckckckckCommunity·1 Agent Skills Included

UltimateSearchSkill

Dual-engine web search with cross-verified results

Searches the web through Grok and Tavily in parallel, then cross-verifies results before presenting facts. Fetches full page content and maps site structures with automatic fallback when one source fails. Eliminates single-source errors and manual copy-paste research by enforcing multi-source evidence standards. Runs as plain shell scripts with no extra runtime, so agents call it directly from the terminal.
npx skills add ckckck/UltimateSearchSkill --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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