web-scraping

Installation
SKILL.md

Web Scraping

Kanitsal Cerceve (Evidential Frame Activation)

Kaynak dogrulama modu etkin.

[assert|neutral] Systematic web data extraction workflow with sequential-thinking planning phase [ground:skill-design:2026-01-12] [conf:0.85] [state:provisional]

Overview

Web scraping enables structured data extraction from web pages through the claude-in-chrome MCP server. This skill enforces a PLAN-READ-TRANSFORM pattern focused exclusively on data extraction without page modifications.

Philosophy: Data extraction fails when executed without understanding page structure. By mandating structure analysis before extraction, this skill improves data quality and reduces selector errors.

Methodology: Six-phase execution with emphasis on READ operations:

  1. PLAN Phase: Sequential-thinking MCP analyzes extraction requirements
  2. NAVIGATE Phase: Navigate to target URL(s)
  3. ANALYZE Phase: Understand page structure via read_page
  4. EXTRACT Phase: Pull data using get_page_text and javascript_tool
  5. TRANSFORM Phase: Convert to structured format (JSON/CSV/Markdown)
Related skills
Installs
11
GitHub Stars
28
First Seen
Feb 8, 2026