coze-web-fetch
Installation
SKILL.md
Coze Web Fetch
Fetch and extract structured content from any URL using coze-coding-dev-sdk. Returns text, images, and links in various output formats.
Quick Start
Basic Fetch
npx ts-node {baseDir}/scripts/fetch.ts -u "https://example.com/article"
Multiple URLs
npx ts-node {baseDir}/scripts/fetch.ts \
-u "https://example.com/page1" \
-u "https://example.com/page2"