AI Agent skill for Website Scraper
--- name: website-scraper description: Extracts data from websites using web scraping techniques version: 1.0.0 category: data-extraction --- # Website Scraper ## Overview The Website Scraper skill enables the extraction of relevant data from websites, allowing for the collection and processing of information from online sources. This skill utilizes web scraping techniques to navigate websites, identify relevant data, and retrieve it in a structured format. ## Instructions To use the Website Scraper skill, provide the following inputs: * **Website URL**: The URL of the website to scrape * **Data selectors**: CSS selectors or XPath expressions to identify the data to extract * **Data format**: The desired output format for the extracted data (e.g., JSON, CSV, etc.) The skill will then navigate to the specified website, extract the data using the provided selectors, and return it in the requested format.
AI Agent Skills are reusable workflow packages that extend your AI coding assistant with multi-step capabilities. Install Website Scraper by following these steps.
.cursor/skills/ or .codex/skills/ directory