Back to Skills

Fetch

Verified

HTTP requests with content extraction and conversion

httpwebcontent-extractionmarkdown

Quick Inject

$armorer inject openclaw fetch

About

Enables agents to make HTTP requests and extract readable content from web pages. Converts HTML to markdown for easy consumption. Armorer restricts target domains via NetworkPolicy.

MCP Configuration

{
  "command": "npx",
  "args": [
    "-y",
    "@modelcontextprotocol/server-fetch"
  ]
}