# Webpage Content Extract

> Fetch a webpage and extract main content, removing navigation and ads

- Skill: `jadegate/webpage-content-extract` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add jadegate/webpage-content-extract`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jadegate/webpage-content-extract/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: jadegate (https://skillmd.com/u/jadegate)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jadegate/webpage-content-extract

---


# Webpage Content Extractor

Fetch a webpage and extract main content, removing navigation and ads

## When to Use

- User wants to extract content
- User wants to read webpage
- Keywords: webpage, extract, content, readability

## Required Parameters

- **url** (string): URL to extract content from

## Output

- **title** (string): Page title
- **content** (string): Main text content
- **word_count** (number): Word count

## Security

- Sandbox level: strict
- Max execution time: 30000ms
- Network whitelist: *
- JadeGate verified: Yes (5-layer security check passed)

## Execution Flow

Entry: `fetch` -> 7 steps -> Exit: `ret_ok`, `ret_fail`

