{
  "name": "scraping-browser-skill",
  "description": "Cloud browser automation CLI for AI agents powered by Scrapeless. Use when the user needs to interact with websites using cloud browsers, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task with residential proxies and anti-detection features.",
  "version": "0.1.0",
  "author": "Scrapeless AI",
  "license": "Apache-2.0",
  "repository": "https://github.com/scrapeless-ai/scraping-browser-skill",
  "keywords": [
    "browser",
    "automation",
    "scraping",
    "ai",
    "agent",
    "cloud",
    "scrapeless",
    "cli"
  ],
  "triggers": [
    "open a website",
    "fill out a form", 
    "click a button",
    "take a screenshot",
    "scrape data from a page",
    "test this web app",
    "use a proxy",
    "bypass detection",
    "browser automation",
    "web scraping",
    "cloud browser"
  ],
  "allowedTools": [
    "Bash(npx scrapeless-scraping-browser:*)",
    "Bash(scrapeless-scraping-browser:*)"
  ],
  "requirements": {
    "node": ">=18.0.0"
  },
  "installation": {
    "npm": "npm install -g scrapeless-scraping-browser"
  }
}