Webpage Content Extract

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

jadegate cef719e 2 files · 4.5 KB Updated

File contents

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

jadegate/jadegate/tree/main/skills/webpage-content-extract commit cef719e6ae

Frequently asked questions

npx skillmds@latest add jadegate/webpage-content-extract