scrape

Extract text and structured data from web pages using automated browser skills.

Updated Jun 4, 2026
One-click install
npx skills add https://github.com/Manzueti/cyberdart --skill scrape-manzueti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scrape
Source: https://github.com/Manzueti/cyberdart/tree/main/scrape
Command: npx skills add https://github.com/Manzueti/cyberdart --skill scrape-manzueti

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bash, Read, AskUserQuestion, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of extracting data from web pages, reducing the need for manual data entry and saving time.

Core Features & Use Cases

  • Data Extraction: Automatically extract text and structured data from web pages.
  • First Call Prototyping: Prototypes the data extraction flow using $B primitives before codifying the browser-skill.
  • Read-only Access: Designed for read-only data retrieval; for write operations, use the /automate skill.
  • Use Case: When you need to quickly gather information from a website, such as fetching product details or news articles.

Quick Start

Use the scrape skill to extract data from the website 'www.example.com'.

Frequently Asked Questions about scrape

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract data from web pages using browser automation?

Web scraping extracts data from web pages using automated browser skills to retrieve text and structured content without manual entry. It prototypes the extraction flow using Bash primitives before codifying the browser-skill for execution.

What is the best way to automate information gathering from websites?

Automated information gathering is best handled by a read-only scraping skill that fetches product details or news articles. It streamlines data retrieval by reducing manual entry and saving time during content aggregation.

Can I use web scraping for write operations like form submission?

Web scraping through this skill is designed strictly for read-only data retrieval. For write operations like form submission or automated interactions, you should use the /automate skill instead of the scrape skill.

Do I need Bash to retrieve structured data from web pages?

Yes, Bash is required to retrieve structured data from web pages. The extraction process depends on Bash, Read, and AskUserQuestion tools to prototype the flow and execute the browser-skill codification.

Does web scraping work for market analysis and content aggregation?

Web scraping works for market analysis and content aggregation by automatically extracting structured data from target websites. It is applicable to any scenario requiring information retrieval from web pages.