What problem does it solve? Hermes' built-in web_search and web_extract tools route through Firecrawl cloud, which fails when paid credits run out. This Skill provides free alternatives for both finding URLs and converting pages to clean markdown, so research workflows never stall. ## Core Features & Use Cases - Free Search via Brave API: Uses the Brave Search API free tier (2,000 queries/month) through the included brave_search.py CLI, avoiding bot-walled anonymous search engine scraping. - Layered Extraction Fallback: The webget wrapper tries trafilatura locally first, then falls back to the Jina Reader API for JS-rendered or Cloudflare-protected pages, with Playwright MCP as a last resort. - Use Case: When web_extract returns "Web tools are not configured" mid-research, run webget on the target URL to get clean markdown instantly, or use brave_search.py to find sources without any paid credits. ## Quick Start Set the BRAVE_API_KEY and JINA_API_KEY environment variables, install trafilatura with uv tool install, then ask the agent to search for a topic and extract the top result as markdown using the free fallback tools.