Web Searching

Perform Brave searches, fetch pages, and convert them to markdown.

393|34|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/Pthahnix/De-Anthropocentric-Research-Engine --skill web-searching
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Web Searching
Source: https://github.com/Pthahnix/De-Anthropocentric-Research-Engine/tree/main/skills/sop/web-searching
Command: npx skills add https://github.com/Pthahnix/De-Anthropocentric-Research-Engine --skill web-searching

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This SOP automates the discovery and extraction of web content by performing a Brave search, fetching pages, and converting them to markdown for downstream analysis.

Core Features & Use Cases

  • Orchestrates Brave web search, fetches results, and converts pages to markdown for local caching.
  • Fetches and caches per-result content for offline review and downstream processing.
  • Useful for literature surveys, market intelligence, and technical research workflows that require structured online content.

Quick Start

Provide a search query and a maximum results count to initiate the web-searching workflow.

Frequently Asked Questions about Web Searching

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

FAQPage Schema
How do I automate web search and content extraction for research workflows?

Web search and content extraction is automated by performing a Brave search, fetching result pages, and converting them to markdown. This workflow outputs structured WebMeta[] arrays with cached content for offline review and downstream processing.

What is the best way to convert web search results to markdown for literature surveys?

Converting web search results to markdown for literature surveys is done by orchestrating a Brave search and fetching pages. The workflow caches per-result content locally as markdown, enabling structured offline analysis for research workflows.

Do I need Brave web search to use this content extraction workflow?

Brave web search is required to perform the discovery phase of this content extraction workflow. The automation requires Brave web search, web fetching, and content extraction tools to function and output structured WebMeta[] data.

Can I cache fetched web pages for offline market intelligence analysis?

Caching fetched web pages for offline market intelligence analysis is supported by fetching and storing per-result content as markdown. This allows downstream processing and offline review without requiring continuous internet connectivity.

How do I start a web-searching workflow with a maximum results count?

To start a web-searching workflow, provide a search query and a maximum results count. This initiates the automated process of performing a Brave search, fetching the corresponding pages, and converting them to markdown.

What format does the web scraping output use for downstream technical research?

The web scraping output uses markdown format for downstream technical research. It returns WebMeta[] objects containing the extracted metadata and content, ensuring structured online content is available for analysis.