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. guia-matthieu
  4. /
  5. clawfu-skills
  6. /
  7. Web Scraper

Web Scraper

Editor's Note

This is a straightforward BeautifulSoup wrapper that turns webpage scraping into CLI commands. You get four main operations: scrape elements by CSS selector, extract all links, pull email addresses with configurable depth, and grab structured data using predefined schemas for articles and products. The CSS selector reference table is genuinely helpful if you're rusty on that syntax. What's nice is the explicit ethical guidelines section, which actually matters since too many people slam servers without thinking about rate limits or robots.txt. The examples show real output formats, so you know what you're getting. It won't replace knowing how to write a scraper yourself, but if you need to pull competitor pricing or extract contact info from directories without writing boilerplate, it does the job.

Install

npx skills add https://github.com/guia-matthieu/clawfu-skills --skill web-scraper
Votes
0
Installs409
GitHub Stars117
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment