{
    "$schema": "https://schemas.agentskills.io/discovery/0.2.0/schema.json",
    "skills": [
        {
            "name": "browser-automation",
            "type": "skill-md",
            "description": "Drive a remote cloud browser via the Chrome DevTools Protocol (CDP) or the Model Context Protocol (MCP) to perform multi-step interactions \u2014 clicks, form fills, navigation, scraping after auth.",
            "url": "https://scrapfly.io/.well-known/agent-skills/browser-automation/SKILL.md",
            "digest": "sha256:32d12081a212affda6d39f57e6a4b703519cb390c56bf0baa88ca87aa7637ee8"
        },
        {
            "name": "crawl-site",
            "type": "skill-md",
            "description": "Crawl multiple pages of a website with depth, path, and rate-limit controls, optionally applying extraction rules or storing results as WARC archives.",
            "url": "https://scrapfly.io/.well-known/agent-skills/crawl-site/SKILL.md",
            "digest": "sha256:98b9349f2d29d0abd9cc6865b129f9b7e5b994e47e966ec5ac7a4e1648159f23"
        },
        {
            "name": "extract-structured-data",
            "type": "skill-md",
            "description": "Convert HTML or text content into structured JSON using LLM-powered extraction, predefined models (product, article, job), or declarative extraction rules.",
            "url": "https://scrapfly.io/.well-known/agent-skills/extract-structured-data/SKILL.md",
            "digest": "sha256:2f5a7db1864a0073507af27aafdaac86e818b71851fe9c8a6c9bbadead78232e"
        },
        {
            "name": "scrape-url",
            "type": "skill-md",
            "description": "Fetch a single URL through Scrapfly's managed proxy and anti-bot bypass infrastructure, returning the full HTML response (or JSON-rendered DOM when JavaScript rendering is enabled).",
            "url": "https://scrapfly.io/.well-known/agent-skills/scrape-url/SKILL.md",
            "digest": "sha256:cd79092b361863e1cc63e22a71be1106b94cbce3b319ea2ee505f29b28b1cda3"
        },
        {
            "name": "screenshot-page",
            "type": "skill-md",
            "description": "Capture a full-page or viewport screenshot of a URL, with configurable resolution, format, and wait conditions.",
            "url": "https://scrapfly.io/.well-known/agent-skills/screenshot-page/SKILL.md",
            "digest": "sha256:b9a15280ea8b5f8a83f7620629bf8fc915e31628cc09238c24abbb3224f13d02"
        }
    ]
}