brave-search

Solid

Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.

Web & Frontend 183 stars 39 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
75
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
71
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Brave Search Headless web search and content extraction using Brave Search. No browser required. This skill exists to provide a reliable, reusable web lookup tool that behaves consistently across agents and projects, even though Codex can search when explicitly enabled; it standardizes the search/extract workflow so it is portable and predictable. ## Setup Run once before first use: ```bash cd /home/vnkbr/.codex/skills/brave-search npm ci ``` Needs env: `BRAVE_API_KEY`. If missing, `./search.js` exits with a missing key error. Alt install: if this repo is mirrored elsewhere, `cd <that>/skills/brave-search` before `npm ci`. ## Search ```bash ./search.js "query" # Basic search (5 results) ./search.js "query" -n 10 # More results ./search.js "query" --content # Include page content as markdown ./search.js "query" -n 3 --content # Combined ``` ## Extract Page Content ```bash ./content.js https://example.com/article ``` Fetches a URL and extracts readable content as markdown. ## Output Format ``` --- Result 1 --- Title: Page Title Link: https://example.com/page Snippet: Description from search results Content: (if --content flag used) Markdown content extracted from the page... --- Result 2 --- ... ``` ## How to run ```bash ./search.js "steipete" -n 1 ``` Success looks like: a `--- Result 1 ---` block with a non-empty Title/Link.

Details

Author
majiayu000
Repository
majiayu000/claude-skill-registry
Created
5 months ago
Last Updated
1 months ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Listed

brave-search

Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.

3 Updated 1 months ago
majiayu000
Web & Frontend Listed

brave-search

Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.

0 Updated 5 months ago
doubleflannel
Web & Frontend Solid

exa-search

Semantic search, similar content discovery, and structured research using Exa API

27,705 Updated today
davila7
Data & Documents Solid

web-search-scraper-api-skill

This skill helps users automatically extract complete Markdown content from any website via the BrowserAct Web Search Scraper API. The Agent should proactively apply this skill when users express needs like extract complete markdown from a specific website, scrape the content of an article link, get the text from a target url, convert a webpage to markdown format, fetch the main content of a blog post, extract data from a given web page, parse the html of a website into markdown, download the readable text from a news article, obtain the content of a tutorial page, extract all the markdown text from any http or https url, scrape documentation from a web link, or grab the text of a single webpage.

1,529 Updated 5 days ago
browser-act
API & Backend Listed

exa-search

Advanced Exa AI search with 5 specialized scripts for neural web search, content extraction, similar page discovery, quick research with citations, and async pro research with structured output. This skill should be used when performing web searches, extracting content from URLs, finding similar pages, or conducting AI-powered research. Provides full access to all Exa API endpoints including /search, /contents, /findSimilar, /answer, and /research/v1.

33 Updated 2 days ago
tdimino