What problem does it solve? AI agents and scripts often need current web information or page content without launching a browser. This Skill provides headless web search and readable content extraction through the official Brave Search API, returning structured results and markdown directly in the terminal. ## Core Features & Use Cases - Web Search: Query the Brave Search API with control over result count (up to 20), country, and freshness filters (past day, week, month, year, or custom date ranges). - Content Extraction: Fetch any URL and convert its readable content to clean markdown using Mozilla Readability, jsdom, and Turndown with GFM support. - Combined Mode: Use the --content flag to search and automatically pull markdown content from each result page. - Use Case: Ask your agent to look up the latest documentation for a library released this week; it runs search.js with a freshness filter and returns titles, links, snippets, and full page content without opening a browser. ## Quick Start Set the BRAVE_API_KEY environment variable, run npm install in the skill directory, then ask the agent to search the web for a topic such as recent Rust async runtime benchmarks.