ythx-101ythx-101Communityยท1 Agent Skills Included

ask-search

Private self-hosted web search without paid API keys

Searches the web through a self-hosted SearxNG instance that aggregates Google, Bing, DuckDuckGo, Brave, and 70+ other engines. Eliminates paid search API keys, rate limits, and query leaks to third-party servers. Returns clean titles, URLs, and snippets via one terminal command or MCP server, ready for any coding environment.
npx skills add ythx-101/ask-search --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ask-search?โ–ผ

Run `npx skills add ythx-101/ask-search --all -g -y` in your terminal to install it globally. You also need a running SearxNG instance, which you can start with the included Docker Compose file.

How to search the web without a paid API key?โ–ผ

ask-search routes queries through your own SearxNG server, which aggregates results from Google, Bing, DuckDuckGo, and Brave for free. Just run `ask-search "your query"` to get titles, URLs, and snippets.

Does ask-search work with Claude Code and OpenClaw?โ–ผ

Yes. It works as a CLI command in Claude Code and OpenClaw, and ships with an MCP server for Antigravity and other MCP-compatible environments.

Can ask-search filter news or languages?โ–ผ

Yes. Use flags like --categories news for news-only results, --lang zh-CN for language filtering, and --engines to pick specific search engines.

Is ask-search private?โ–ผ

Yes. Because SearxNG runs on your own machine or server, your search queries never go to a third-party search API provider.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’