brave-search

Search the web and extract readable content as Markdown using the Brave Search API.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/dsactivi-2/Mujo-Team --skill brave-search-dsactivi-2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brave-search
Source: https://github.com/dsactivi-2/Mujo-Team/tree/main/skills/brave-search
Command: npx skills add https://github.com/dsactivi-2/Mujo-Team --skill brave-search-dsactivi-2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @mozilla/readability, jsdom, turndown, turndown-plugin-gfm, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a fast and efficient way to search the web and extract content from web pages without needing a full browser.

Core Features & Use Cases

  • Web Search: Quickly find information using Brave Search.
  • Content Extraction: Pull readable content from specific URLs as Markdown.
  • Use Case: When researching a technical topic, use this Skill to find relevant documentation, extract key information, and get a concise summary without opening multiple browser tabs.

Quick Start

Search for 'latest AI advancements' and get up to 10 results with their content.

Frequently Asked Questions about brave-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract readable web content from URLs as Markdown?

To extract readable web content as Markdown, this Skill uses Readability and Turndown to parse HTML and convert pages into Markdown format. It fetches specific URLs and pulls concise text content for documentation or research without interactive browsing.

What is headless web search and how does it work with Brave Search?

Headless web search performs queries via the Brave Search API without opening a browser interface. It retrieves up to 10 search results instantly, enabling automated information retrieval for facts and technical topics directly within a Node.js environment.

Do I need Node.js and npm packages to scrape web pages for content extraction?

Yes, you need a Node.js environment with npm packages to scrape web pages for content extraction. This Skill relies on installed dependencies like jsdom, Readability, and Turndown to parse HTML and convert readable content into Markdown.

Can I search for technical documentation and get summaries without opening browser tabs?

You can search for technical documentation and get summaries without opening browser tabs by running headless web searches. This Skill fetches relevant results via Brave Search and extracts key information as Markdown, streamlining research workflows.

What are the limitations of using Readability and Turndown for web scraping?

Limitations of using Readability and Turndown for web scraping include reliance on a Node.js environment and dependency on HTML structure. Pages with heavy JavaScript rendering or complex layouts may not extract correctly, as it processes static HTML content rather than interactive browsing.