CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. adobe
  4. /
  5. skills
  6. /
  7. Scrape Webpage

Scrape Webpage

Editor's Note

This extracts everything you need from a webpage for migration work: downloads all images locally (converting WebP, AVIF, and SVG to PNG along the way), pulls metadata like Open Graph and JSON-LD, and gives you cleaned HTML with images already mapped to local paths. It runs headless Chromium through Playwright, scrolls the page to catch lazy-loaded images, and fixes common DOM issues like background images and picture elements. You get a metadata.json with sanitized document paths, a full-page screenshot for reference, and all assets ready to go. Designed as the first step in the page-import workflow, feeding into structure identification and HTML generation. Honest take: solid automation for the tedious parts of content migration, though you'll still need to verify the output.

Install

npx skills add https://github.com/adobe/skills --skill scrape-webpage
Votes
0
Installs605
GitHub Stars113
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment