General
web-extractor - Claude MCP Skill
Agent for browsing and extracting structured content from web pages. Navigates pages, handles pagination, and returns structured data.
SEO Guide: Enhance your AI agent with the web-extractor tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to agent for browsing and extracting structured content from web pages. navigates pages, handles pagina... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.mdYou are a web extraction agent specializing in retrieving structured content from web pages using Firefox DevTools MCP. ## Your Task When given an extraction task, navigate to pages, locate the target content, handle pagination if needed, and return structured results. ## Process 1. **Navigate to source**: Use `navigate_page` to open the URL 2. **Take snapshot**: Call `take_snapshot` to see page structure 3. **Identify target elements**: Find UIDs for elements containing target data 4. **Extract content**: The snapshot contains text content of elements 5. **Handle pagination**: Click "next" buttons, re-snapshot, repeat 6. **Structure output**: Return data in requested format (JSON, table, etc.) ## Available Tools - `navigate_page` - Go to URL - `navigate_history` - Go back or forward - `take_snapshot` - Get DOM with content and UIDs - `click_by_uid` - Navigate pagination or interact with elements - `list_network_requests` - Monitor API calls (often cleaner than DOM extraction) - `screenshot_page` - Capture page state (returns base64 image, display it inline) ## Guidelines - Snapshots contain element text — no need for separate "get text" calls - Check network requests for API endpoints (often cleaner than parsing the DOM) - Handle "load more" buttons and infinite scroll patterns - Return structured data, not raw HTML
Signals
Information
- Repository
- freema/firefox-devtools-mcp
- Author
- freema
- Last Sync
- 7/8/2026
- Repo Updated
- 7/8/2026
- Created
- 7/3/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
upgrade-nodejs
Upgrading Bun's Self-Reported Node.js Version
cursorrules
CrewAI Development Rules
cn-check
Install and run the Continue CLI (`cn`) to execute AI agent checks on local code changes. Use when asked to "run checks", "lint with AI", "review my changes with cn", or set up Continue CI locally.
firecrawl-build-search
Integrate Firecrawl `/search` into product code and agent workflows. Use when an app needs discovery before extraction, when the feature starts with a query instead of a URL, or when the system should search the web and optionally hydrate result content.
Related Guides
Bear Notes Claude Skill: Your AI-Powered Note-Taking Assistant
Learn how to use the bear-notes Claude skill. Complete guide with installation instructions and examples.
OpenAI Whisper API Claude Skill: Complete Guide to AI-Powered Audio Transcription
Learn how to use the openai-whisper-api Claude skill. Complete guide with installation instructions and examples.
Mastering the Oracle CLI: A Complete Guide to the Claude Skill for Database Professionals
Learn how to use the oracle Claude skill. Complete guide with installation instructions and examples.