·web-scraper
{}

web-scraper

Extract structured data from websites. Use when: collecting competitor pricing; scraping product listings; extracting contact information; gathering research data; monitoring website changes

39Installs·4Trend·@guia-matthieu

Installation

$npx skills add https://github.com/guia-matthieu/clawfu-skills --skill web-scraper

How to Install web-scraper

Quickly install web-scraper AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/guia-matthieu/clawfu-skills --skill web-scraper
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: guia-matthieu/clawfu-skills.

SKILL.md

View raw

Extract structured data from websites using BeautifulSoup and requests - turn any webpage into usable data.

| Structures analysis frameworks | Strategic priorities | | Synthesizes market data | Competitive positioning | | Identifies opportunities | Resource allocation | | Creates strategic options | Final strategy selection | | Suggests implementation approaches | Execution decisions |

| tag | Element type | h1, p, div | | .class | Class name | .price, .title | | #id | Element ID | #main-content | | tag.class | Tag with class | div.product | | tag[attr] | Has attribute | a[href] | | parent > child | Direct child | ul > li | | tag1, tag2 | Multiple | h1, h2, h3 |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/guia-matthieu/clawfu-skills --skill web-scraper
Category
{}Data Analysis
Verified
First Seen
2026-03-11
Updated
2026-03-11

Browse more skills from guia-matthieu/clawfu-skills

Quick answers

What is web-scraper?

Extract structured data from websites. Use when: collecting competitor pricing; scraping product listings; extracting contact information; gathering research data; monitoring website changes Source: guia-matthieu/clawfu-skills.

How do I install web-scraper?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/guia-matthieu/clawfu-skills --skill web-scraper Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/guia-matthieu/clawfu-skills