Discover and explore top open-source AI tools and projects—updated daily.
Johell1NSAI agent skill for robust web search and browsing
New!
Top 82.9% on SourcePulse
Summary
This project offers a self-hosted, free, and unlimited "skill" for AI agents to perform web searches and browsing. It tackles anti-bot systems by orchestrating SearXNG (search), Camofox (standard browse), and CloakBrowser (stealth browse). The key benefit is an anti-hallucination system ensuring reliable, cost-free access to live web data for AI agents.
How It Works
The system first uses a Dockerized SearXNG for metasearch, returning URLs. AI agents then select Camofox (Dockerized Firefox via REST API) for standard browsing, leveraging Readability.js for efficient data extraction. If anti-bot protections (Cloudflare, Akamai) are detected, it automatically escalates to CloakBrowser (npm Chromium-based stealth browser) which uses advanced fingerprinting and challenge detection to bypass these barriers.
Quick Start & Requirements
npx skills add Johell1NS/browser-search for AI agents.npm install, run Docker for SearXNG (localhost:8080) and Camofox (localhost:9377).docs.searxng.org), Camofox (github.com/jo-inc/camofox-browser).Highlighted Details
Maintenance & Community
Encourages community contributions via GitHub issues and PRs. Open-source nature implies active development, though specific community channels are not detailed.
Licensing & Compatibility
Limitations & Caveats
4 days ago
Inactive