scrape-webpage

安装量: 43
排名: #17110

安装

npx skills add https://github.com/adobe/skills --skill scrape-webpage

Scrape Webpage Extract content, metadata, and images from a webpage for import/migration. When to Use This Skill Use this skill when: Starting a page import and need to extract content from source URL Need webpage analysis with local image downloads Want metadata extraction (Open Graph, JSON-LD, etc.) Invoked by: page-import skill (Step 1) Prerequisites Before using this skill, ensure: ✅ Node.js is available ✅ npm playwright is installed ( npm install playwright ) ✅ Chromium browser is installed ( npx playwright install chromium ) ✅ Sharp image library is installed ( cd .claude/skills/scrape-webpage/scripts && npm install )

返回排行榜