# Web Reader

> Read and extract readable content from a URL via the Zhipu CodePlan MCP web-reader server. Use when you need to fetch and parse a web page into clean text/markdown, especially when browser automation is unnecessary. Triggers: web-reader, webReader, read webpage, extract article, fetch url.

- Skill: `zkl2333/web-reader` (Agent Skill)
- Install (CLI): `npx skillmds@latest add zkl2333/web-reader`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zkl2333/web-reader/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: zkl2333 (https://skillmd.com/u/zkl2333)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/zkl2333/web-reader

---


## Prerequisites (mcporter)

Add this server to your `mcporter.json` (merge under `mcpServers`):

```json
"web-reader": {
  "baseUrl": "https://open.bigmodel.cn/api/mcp/web_reader/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_ZHIPU_API_KEY",
    "Accept": "application/json, text/event-stream"
  }
}
```

Based on the Zhipu CodePlan MCP server configuration, this skill provides functionality for reading web page content.

**Usage:**
Call the `webReader` tool with the `url` parameter.

**Parameters:**
- `url` (string, required): The URL of the website to read.

**Example:**
```bash
mcporter call web-reader.webReader url="https://github.com/openclaw/openclaw"
```

