Microsoft's official Playwright skill — drives a real browser from the command line using accessibility snapshots and element refs, and plans, generates and heals Playwright tests.
Firecrawl Build: ScrapeSkill
Summary
Integrate Firecrawl's /scrape endpoint into product code — turn a known URL into markdown, HTML, links, metadata or screenshots, with sensible defaults baked in.
Features
- Guides /scrape integration for single-page extraction
- Recommends markdown and onlyMainContent as defaults
- Escalation rules to /search and /interact when scrape is the wrong tool
- Covers ingestion, enrichment, changelog and pricing extraction patterns
- Supports hosted Firecrawl or a self-hosted deployment
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Usage Instructions
Learn how to use this skill with different AI agents.
Example Usage
Add a Firecrawl-backed endpoint that takes a docs URL and stores its main content as markdown.
Description
Firecrawl's build skills are for the case where you are shipping a feature that calls Firecrawl, not for an agent browsing the web on its own behalf. This one covers /scrape: the page-level primitive you reach for when the application already has a URL and needs its content.
What the skill actually contributes is judgement about defaults, which is where most first integrations go wrong. Return markdown unless the feature genuinely needs another format. Turn on onlyMainContent for article-shaped pages so navigation and footer chrome do not pollute the extraction. Add rendering waits only when a page demonstrably needs them, rather than as a reflex that slows every request.
It also encodes escalation rules, so an agent picks the right endpoint instead of forcing /scrape to do everything: if you do not have the URL yet, start from firecrawl-build-search; if getting the content requires clicking, typing or multi-step navigation, move up to firecrawl-build-interact. That routing is the difference between a working integration and a scraper that silently returns an empty shell for every JavaScript-heavy page.
Common patterns it targets are knowledge ingestion from known URLs, company and product page enrichment, pricing and changelog extraction, and page-level monitoring. Requires a Firecrawl account and FIRECRAWL_API_KEY; FIRECRAWL_API_URL points it at a self-hosted deployment instead. ISC-licensed, published by Firecrawl.
Related Skills
Google's official agent skill for writing production Maps Platform code — grounded in freshly fetched docs, with a demo key path that needs no billing account.
Railway's official agent skill: create projects, provision databases and buckets, deploy, manage variables and domains, and read build failures back — from the CLI, API or MCP server.
Diagnoses wrong gradients in differentiable NVIDIA Warp programs by measuring first — comparing autodiff against finite differences on a shrunk reproduction before proposing any fix.