[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-firecrawl-firecrawl-agent":3,"mdc--frg7yq-key":33,"related-repo-firecrawl-firecrawl-agent":582,"related-org-firecrawl-firecrawl-agent":663},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":29,"sourceUrl":31,"mdContent":32},"firecrawl-agent","extract structured data from websites","AI-powered autonomous data extraction that navigates complex sites and returns structured JSON. Use this skill when the user wants structured data from websites, needs to extract pricing tiers, product listings, directory entries, or any data as JSON with a schema. Triggers on \"extract structured data\", \"get all the products\", \"pull pricing info\", \"extract as JSON\", or when the user provides a JSON schema for website data. More powerful than simple scraping for multi-page structured extraction.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"firecrawl","Firecrawl","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Ffirecrawl.png",[12,16,19,22],{"name":13,"slug":14,"type":15},"Automation","automation","tag",{"name":17,"slug":18,"type":15},"Web Scraping","web-scraping",{"name":20,"slug":21,"type":15},"Data Analysis","data-analysis",{"name":9,"slug":8,"type":15},6,"https:\u002F\u002Fgithub.com\u002Ffirecrawl\u002Ffirecrawl-codex-plugin","2026-06-30T07:01:34.627",null,3,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":26},[],"https:\u002F\u002Fgithub.com\u002Ffirecrawl\u002Ffirecrawl-codex-plugin\u002Ftree\u002FHEAD\u002Fskills\u002Ffirecrawl-agent","---\nname: firecrawl-agent\ndescription: |\n  AI-powered autonomous data extraction that navigates complex sites and returns structured JSON. Use this skill when the user wants structured data from websites, needs to extract pricing tiers, product listings, directory entries, or any data as JSON with a schema. Triggers on \"extract structured data\", \"get all the products\", \"pull pricing info\", \"extract as JSON\", or when the user provides a JSON schema for website data. More powerful than simple scraping for multi-page structured extraction.\n---\n\n# firecrawl agent\n\nAI-powered autonomous extraction. The agent navigates sites and extracts structured data (takes 2-5 minutes).\n\n## When to use\n\n- You need structured data from complex multi-page sites\n- Manual scraping would require navigating many pages\n- You want the AI to figure out where the data lives\n\n## Quick start\n\n```bash\n# Extract structured data\nfirecrawl agent \"extract all pricing tiers\" --wait -o .firecrawl\u002Fpricing.json\n\n# With a JSON schema for structured output\nfirecrawl agent \"extract products\" --schema '{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"price\":{\"type\":\"number\"}}}' --wait -o .firecrawl\u002Fproducts.json\n\n# Focus on specific pages\nfirecrawl agent \"get feature list\" --urls \"\u003Curl>\" --wait -o .firecrawl\u002Ffeatures.json\n```\n\n## Options\n\n| Option                 | Description                               |\n| ---------------------- | ----------------------------------------- |\n| `--urls \u003Curls>`        | Starting URLs for the agent               |\n| `--model \u003Cmodel>`      | Model to use: spark-1-mini or spark-1-pro |\n| `--schema \u003Cjson>`      | JSON schema for structured output         |\n| `--schema-file \u003Cpath>` | Path to JSON schema file                  |\n| `--max-credits \u003Cn>`    | Credit limit for this agent run           |\n| `--wait`               | Wait for agent to complete                |\n| `--pretty`             | Pretty print JSON output                  |\n| `-o, --output \u003Cpath>`  | Output file path                          |\n\n## Tips\n\n- Always use `--wait` to get results inline. Without it, returns a job ID.\n- Use `--schema` for predictable, structured output — otherwise the agent returns freeform data.\n- Agent runs consume more credits than simple scrapes. Use `--max-credits` to cap spending.\n- For simple single-page extraction, prefer `scrape` — it's faster and cheaper.\n\n## See also\n\n- [firecrawl-scrape](..\u002Ffirecrawl-scrape\u002FSKILL.md) — simpler single-page extraction\n- [firecrawl-interact](..\u002Ffirecrawl-interact\u002FSKILL.md) — scrape + interact for manual page interaction (more control)\n- [firecrawl-crawl](..\u002Ffirecrawl-crawl\u002FSKILL.md) — bulk extraction without AI\n",{"data":34,"body":35},{"name":4,"description":6},{"type":36,"children":37},"root",[38,46,52,59,79,85,303,309,473,479,533,539,576],{"type":39,"tag":40,"props":41,"children":42},"element","h1",{"id":4},[43],{"type":44,"value":45},"text","firecrawl agent",{"type":39,"tag":47,"props":48,"children":49},"p",{},[50],{"type":44,"value":51},"AI-powered autonomous extraction. The agent navigates sites and extracts structured data (takes 2-5 minutes).",{"type":39,"tag":53,"props":54,"children":56},"h2",{"id":55},"when-to-use",[57],{"type":44,"value":58},"When to use",{"type":39,"tag":60,"props":61,"children":62},"ul",{},[63,69,74],{"type":39,"tag":64,"props":65,"children":66},"li",{},[67],{"type":44,"value":68},"You need structured data from complex multi-page sites",{"type":39,"tag":64,"props":70,"children":71},{},[72],{"type":44,"value":73},"Manual scraping would require navigating many pages",{"type":39,"tag":64,"props":75,"children":76},{},[77],{"type":44,"value":78},"You want the AI to figure out where the data lives",{"type":39,"tag":53,"props":80,"children":82},{"id":81},"quick-start",[83],{"type":44,"value":84},"Quick start",{"type":39,"tag":86,"props":87,"children":92},"pre",{"className":88,"code":89,"language":90,"meta":91,"style":91},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","# Extract structured data\nfirecrawl agent \"extract all pricing tiers\" --wait -o .firecrawl\u002Fpricing.json\n\n# With a JSON schema for structured output\nfirecrawl agent \"extract products\" --schema '{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"price\":{\"type\":\"number\"}}}' --wait -o .firecrawl\u002Fproducts.json\n\n# Focus on specific pages\nfirecrawl agent \"get feature list\" --urls \"\u003Curl>\" --wait -o .firecrawl\u002Ffeatures.json\n","bash","",[93],{"type":39,"tag":94,"props":95,"children":96},"code",{"__ignoreMap":91},[97,109,155,164,173,231,238,247],{"type":39,"tag":98,"props":99,"children":102},"span",{"class":100,"line":101},"line",1,[103],{"type":39,"tag":98,"props":104,"children":106},{"style":105},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[107],{"type":44,"value":108},"# Extract structured data\n",{"type":39,"tag":98,"props":110,"children":112},{"class":100,"line":111},2,[113,118,124,130,135,140,145,150],{"type":39,"tag":98,"props":114,"children":116},{"style":115},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[117],{"type":44,"value":8},{"type":39,"tag":98,"props":119,"children":121},{"style":120},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[122],{"type":44,"value":123}," agent",{"type":39,"tag":98,"props":125,"children":127},{"style":126},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[128],{"type":44,"value":129}," \"",{"type":39,"tag":98,"props":131,"children":132},{"style":120},[133],{"type":44,"value":134},"extract all pricing tiers",{"type":39,"tag":98,"props":136,"children":137},{"style":126},[138],{"type":44,"value":139},"\"",{"type":39,"tag":98,"props":141,"children":142},{"style":120},[143],{"type":44,"value":144}," --wait",{"type":39,"tag":98,"props":146,"children":147},{"style":120},[148],{"type":44,"value":149}," -o",{"type":39,"tag":98,"props":151,"children":152},{"style":120},[153],{"type":44,"value":154}," .firecrawl\u002Fpricing.json\n",{"type":39,"tag":98,"props":156,"children":157},{"class":100,"line":27},[158],{"type":39,"tag":98,"props":159,"children":161},{"emptyLinePlaceholder":160},true,[162],{"type":44,"value":163},"\n",{"type":39,"tag":98,"props":165,"children":167},{"class":100,"line":166},4,[168],{"type":39,"tag":98,"props":169,"children":170},{"style":105},[171],{"type":44,"value":172},"# With a JSON schema for structured output\n",{"type":39,"tag":98,"props":174,"children":176},{"class":100,"line":175},5,[177,181,185,189,194,198,203,208,213,218,222,226],{"type":39,"tag":98,"props":178,"children":179},{"style":115},[180],{"type":44,"value":8},{"type":39,"tag":98,"props":182,"children":183},{"style":120},[184],{"type":44,"value":123},{"type":39,"tag":98,"props":186,"children":187},{"style":126},[188],{"type":44,"value":129},{"type":39,"tag":98,"props":190,"children":191},{"style":120},[192],{"type":44,"value":193},"extract products",{"type":39,"tag":98,"props":195,"children":196},{"style":126},[197],{"type":44,"value":139},{"type":39,"tag":98,"props":199,"children":200},{"style":120},[201],{"type":44,"value":202}," --schema",{"type":39,"tag":98,"props":204,"children":205},{"style":126},[206],{"type":44,"value":207}," '",{"type":39,"tag":98,"props":209,"children":210},{"style":120},[211],{"type":44,"value":212},"{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"price\":{\"type\":\"number\"}}}",{"type":39,"tag":98,"props":214,"children":215},{"style":126},[216],{"type":44,"value":217},"'",{"type":39,"tag":98,"props":219,"children":220},{"style":120},[221],{"type":44,"value":144},{"type":39,"tag":98,"props":223,"children":224},{"style":120},[225],{"type":44,"value":149},{"type":39,"tag":98,"props":227,"children":228},{"style":120},[229],{"type":44,"value":230}," .firecrawl\u002Fproducts.json\n",{"type":39,"tag":98,"props":232,"children":233},{"class":100,"line":23},[234],{"type":39,"tag":98,"props":235,"children":236},{"emptyLinePlaceholder":160},[237],{"type":44,"value":163},{"type":39,"tag":98,"props":239,"children":241},{"class":100,"line":240},7,[242],{"type":39,"tag":98,"props":243,"children":244},{"style":105},[245],{"type":44,"value":246},"# Focus on specific pages\n",{"type":39,"tag":98,"props":248,"children":250},{"class":100,"line":249},8,[251,255,259,263,268,272,277,281,286,290,294,298],{"type":39,"tag":98,"props":252,"children":253},{"style":115},[254],{"type":44,"value":8},{"type":39,"tag":98,"props":256,"children":257},{"style":120},[258],{"type":44,"value":123},{"type":39,"tag":98,"props":260,"children":261},{"style":126},[262],{"type":44,"value":129},{"type":39,"tag":98,"props":264,"children":265},{"style":120},[266],{"type":44,"value":267},"get feature list",{"type":39,"tag":98,"props":269,"children":270},{"style":126},[271],{"type":44,"value":139},{"type":39,"tag":98,"props":273,"children":274},{"style":120},[275],{"type":44,"value":276}," --urls",{"type":39,"tag":98,"props":278,"children":279},{"style":126},[280],{"type":44,"value":129},{"type":39,"tag":98,"props":282,"children":283},{"style":120},[284],{"type":44,"value":285},"\u003Curl>",{"type":39,"tag":98,"props":287,"children":288},{"style":126},[289],{"type":44,"value":139},{"type":39,"tag":98,"props":291,"children":292},{"style":120},[293],{"type":44,"value":144},{"type":39,"tag":98,"props":295,"children":296},{"style":120},[297],{"type":44,"value":149},{"type":39,"tag":98,"props":299,"children":300},{"style":120},[301],{"type":44,"value":302}," .firecrawl\u002Ffeatures.json\n",{"type":39,"tag":53,"props":304,"children":306},{"id":305},"options",[307],{"type":44,"value":308},"Options",{"type":39,"tag":310,"props":311,"children":312},"table",{},[313,332],{"type":39,"tag":314,"props":315,"children":316},"thead",{},[317],{"type":39,"tag":318,"props":319,"children":320},"tr",{},[321,327],{"type":39,"tag":322,"props":323,"children":324},"th",{},[325],{"type":44,"value":326},"Option",{"type":39,"tag":322,"props":328,"children":329},{},[330],{"type":44,"value":331},"Description",{"type":39,"tag":333,"props":334,"children":335},"tbody",{},[336,354,371,388,405,422,439,456],{"type":39,"tag":318,"props":337,"children":338},{},[339,349],{"type":39,"tag":340,"props":341,"children":342},"td",{},[343],{"type":39,"tag":94,"props":344,"children":346},{"className":345},[],[347],{"type":44,"value":348},"--urls \u003Curls>",{"type":39,"tag":340,"props":350,"children":351},{},[352],{"type":44,"value":353},"Starting URLs for the agent",{"type":39,"tag":318,"props":355,"children":356},{},[357,366],{"type":39,"tag":340,"props":358,"children":359},{},[360],{"type":39,"tag":94,"props":361,"children":363},{"className":362},[],[364],{"type":44,"value":365},"--model \u003Cmodel>",{"type":39,"tag":340,"props":367,"children":368},{},[369],{"type":44,"value":370},"Model to use: spark-1-mini or spark-1-pro",{"type":39,"tag":318,"props":372,"children":373},{},[374,383],{"type":39,"tag":340,"props":375,"children":376},{},[377],{"type":39,"tag":94,"props":378,"children":380},{"className":379},[],[381],{"type":44,"value":382},"--schema \u003Cjson>",{"type":39,"tag":340,"props":384,"children":385},{},[386],{"type":44,"value":387},"JSON schema for structured output",{"type":39,"tag":318,"props":389,"children":390},{},[391,400],{"type":39,"tag":340,"props":392,"children":393},{},[394],{"type":39,"tag":94,"props":395,"children":397},{"className":396},[],[398],{"type":44,"value":399},"--schema-file \u003Cpath>",{"type":39,"tag":340,"props":401,"children":402},{},[403],{"type":44,"value":404},"Path to JSON schema file",{"type":39,"tag":318,"props":406,"children":407},{},[408,417],{"type":39,"tag":340,"props":409,"children":410},{},[411],{"type":39,"tag":94,"props":412,"children":414},{"className":413},[],[415],{"type":44,"value":416},"--max-credits \u003Cn>",{"type":39,"tag":340,"props":418,"children":419},{},[420],{"type":44,"value":421},"Credit limit for this agent run",{"type":39,"tag":318,"props":423,"children":424},{},[425,434],{"type":39,"tag":340,"props":426,"children":427},{},[428],{"type":39,"tag":94,"props":429,"children":431},{"className":430},[],[432],{"type":44,"value":433},"--wait",{"type":39,"tag":340,"props":435,"children":436},{},[437],{"type":44,"value":438},"Wait for agent to complete",{"type":39,"tag":318,"props":440,"children":441},{},[442,451],{"type":39,"tag":340,"props":443,"children":444},{},[445],{"type":39,"tag":94,"props":446,"children":448},{"className":447},[],[449],{"type":44,"value":450},"--pretty",{"type":39,"tag":340,"props":452,"children":453},{},[454],{"type":44,"value":455},"Pretty print JSON output",{"type":39,"tag":318,"props":457,"children":458},{},[459,468],{"type":39,"tag":340,"props":460,"children":461},{},[462],{"type":39,"tag":94,"props":463,"children":465},{"className":464},[],[466],{"type":44,"value":467},"-o, --output \u003Cpath>",{"type":39,"tag":340,"props":469,"children":470},{},[471],{"type":44,"value":472},"Output file path",{"type":39,"tag":53,"props":474,"children":476},{"id":475},"tips",[477],{"type":44,"value":478},"Tips",{"type":39,"tag":60,"props":480,"children":481},{},[482,494,507,520],{"type":39,"tag":64,"props":483,"children":484},{},[485,487,492],{"type":44,"value":486},"Always use ",{"type":39,"tag":94,"props":488,"children":490},{"className":489},[],[491],{"type":44,"value":433},{"type":44,"value":493}," to get results inline. Without it, returns a job ID.",{"type":39,"tag":64,"props":495,"children":496},{},[497,499,505],{"type":44,"value":498},"Use ",{"type":39,"tag":94,"props":500,"children":502},{"className":501},[],[503],{"type":44,"value":504},"--schema",{"type":44,"value":506}," for predictable, structured output — otherwise the agent returns freeform data.",{"type":39,"tag":64,"props":508,"children":509},{},[510,512,518],{"type":44,"value":511},"Agent runs consume more credits than simple scrapes. Use ",{"type":39,"tag":94,"props":513,"children":515},{"className":514},[],[516],{"type":44,"value":517},"--max-credits",{"type":44,"value":519}," to cap spending.",{"type":39,"tag":64,"props":521,"children":522},{},[523,525,531],{"type":44,"value":524},"For simple single-page extraction, prefer ",{"type":39,"tag":94,"props":526,"children":528},{"className":527},[],[529],{"type":44,"value":530},"scrape",{"type":44,"value":532}," — it's faster and cheaper.",{"type":39,"tag":53,"props":534,"children":536},{"id":535},"see-also",[537],{"type":44,"value":538},"See also",{"type":39,"tag":60,"props":540,"children":541},{},[542,554,565],{"type":39,"tag":64,"props":543,"children":544},{},[545,552],{"type":39,"tag":546,"props":547,"children":549},"a",{"href":548},"..\u002Ffirecrawl-scrape\u002FSKILL.md",[550],{"type":44,"value":551},"firecrawl-scrape",{"type":44,"value":553}," — simpler single-page extraction",{"type":39,"tag":64,"props":555,"children":556},{},[557,563],{"type":39,"tag":546,"props":558,"children":560},{"href":559},"..\u002Ffirecrawl-interact\u002FSKILL.md",[561],{"type":44,"value":562},"firecrawl-interact",{"type":44,"value":564}," — scrape + interact for manual page interaction (more control)",{"type":39,"tag":64,"props":566,"children":567},{},[568,574],{"type":39,"tag":546,"props":569,"children":571},{"href":570},"..\u002Ffirecrawl-crawl\u002FSKILL.md",[572],{"type":44,"value":573},"firecrawl-crawl",{"type":44,"value":575}," — bulk extraction without AI",{"type":39,"tag":577,"props":578,"children":579},"style",{},[580],{"type":44,"value":581},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":583,"total":249},[584,597,604,614,625,635,654],{"slug":8,"name":8,"fn":585,"description":586,"org":587,"tags":588,"stars":23,"repoUrl":24,"updatedAt":25},"search and scrape web content","Search, scrape, and interact with the web via the Firecrawl CLI. Use this skill whenever the user wants to search the web, find articles, research a topic, look something up online, scrape a webpage, grab content from a URL, get data from a website, crawl documentation, or interact with pages that need clicks or logins. Also use when they say \"fetch this page\", \"pull the content from\", \"get the page at https:\u002F\u002F\", or reference external websites. This provides real-time web search with full page content and interact capabilities — beyond typical built-in browsing without the Firecrawl CLI. Do NOT trigger for local file operations, git commands, deployments, or code editing tasks.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[589,592,593,596],{"name":590,"slug":591,"type":15},"CLI","cli",{"name":9,"slug":8,"type":15},{"name":594,"slug":595,"type":15},"Search","search",{"name":17,"slug":18,"type":15},{"slug":4,"name":4,"fn":5,"description":6,"org":598,"tags":599,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[600,601,602,603],{"name":13,"slug":14,"type":15},{"name":20,"slug":21,"type":15},{"name":9,"slug":8,"type":15},{"name":17,"slug":18,"type":15},{"slug":573,"name":573,"fn":605,"description":606,"org":607,"tags":608,"stars":23,"repoUrl":24,"updatedAt":25},"bulk extract content from websites","Bulk extract content from an entire website or site section. Use this skill when the user wants to crawl a site, extract all pages from a docs section, bulk-scrape multiple pages following links, or says \"crawl\", \"get all the pages\", \"extract everything under \u002Fdocs\", \"bulk extract\", or needs content from many pages on the same site. Handles depth limits, path filtering, and concurrent extraction.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[609,612,613],{"name":610,"slug":611,"type":15},"Data Engineering","data-engineering",{"name":9,"slug":8,"type":15},{"name":17,"slug":18,"type":15},{"slug":562,"name":562,"fn":615,"description":616,"org":617,"tags":618,"stars":23,"repoUrl":24,"updatedAt":25},"interact with scraped web pages","Control and interact with a live browser session on any scraped page — click buttons, fill forms, navigate flows, and extract data using natural language prompts or code. Use when the user needs to interact with a webpage beyond simple scraping: logging into a site, submitting forms, clicking through pagination, handling infinite scroll, navigating multi-step checkout or wizard flows, or when a regular scrape failed because content is behind JavaScript interaction. Also useful for authenticated scraping via profiles. Triggers on \"interact\", \"click\", \"fill out the form\", \"log in to\", \"sign in\", \"submit\", \"paginated\", \"next page\", \"infinite scroll\", \"interact with the page\", \"navigate to\", \"open a session\", or \"scrape failed\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[619,620,623,624],{"name":13,"slug":14,"type":15},{"name":621,"slug":622,"type":15},"Browser Automation","browser-automation",{"name":9,"slug":8,"type":15},{"name":17,"slug":18,"type":15},{"slug":626,"name":626,"fn":627,"description":628,"org":629,"tags":630,"stars":23,"repoUrl":24,"updatedAt":25},"firecrawl-map","map website URLs and site structure","Discover and list all URLs on a website, with optional search filtering. Use this skill when the user wants to find a specific page on a large site, list all URLs, see the site structure, find where something is on a domain, or says \"map the site\", \"find the URL for\", \"what pages are on\", or \"list all pages\". Essential when the user knows which site but not which exact page.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[631,632,633,634],{"name":590,"slug":591,"type":15},{"name":9,"slug":8,"type":15},{"name":594,"slug":595,"type":15},{"name":17,"slug":18,"type":15},{"slug":636,"name":636,"fn":637,"description":638,"org":639,"tags":640,"stars":23,"repoUrl":24,"updatedAt":25},"firecrawl-parse","extract and convert files to markdown","Efficiently extract and convert the contents of any local file—such as PDF, DOCX, DOC, ODT, RTF, XLSX, XLS, or HTML—into clean, well-formatted markdown saved to disk. Use this skill whenever the user requests to parse, read, or extract information from a file on their computer, including phrases like “parse this PDF”, “convert this document”, “read this file”, “extract text from”, or when a local file path (not a URL) is provided. This skill offers advanced options like generating AI-powered summaries and answering questions based on the file's content. Prefer this tool over `scrape` when handling local files to deliver precise, structured outputs for downstream tasks.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[641,644,647,648,651],{"name":642,"slug":643,"type":15},"Data Cleaning","data-cleaning",{"name":645,"slug":646,"type":15},"DOCX","docx",{"name":9,"slug":8,"type":15},{"name":649,"slug":650,"type":15},"HTML","html",{"name":652,"slug":653,"type":15},"PDF","pdf",{"slug":551,"name":551,"fn":655,"description":656,"org":657,"tags":658,"stars":23,"repoUrl":24,"updatedAt":25},"scrape and extract content with Firecrawl","Extract clean markdown from any URL, including JavaScript-rendered SPAs. Use this skill whenever the user provides a URL and wants its content, says \"scrape\", \"grab\", \"fetch\", \"pull\", \"get the page\", \"extract from this URL\", or \"read this webpage\". Handles JS-rendered pages, multiple concurrent URLs, and returns LLM-optimized markdown. Use this instead of WebFetch for any webpage content extraction.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[659,660,661,662],{"name":13,"slug":14,"type":15},{"name":642,"slug":643,"type":15},{"name":9,"slug":8,"type":15},{"name":17,"slug":18,"type":15},{"items":664,"total":820},[665,681,693,704,719,732,741,754,766,783,798,810],{"slug":666,"name":666,"fn":667,"description":668,"org":669,"tags":670,"stars":678,"repoUrl":679,"updatedAt":680},"competitor-analysis","analyze competitors across features and pricing","Compare two or more companies, products, or platforms across pricing, features, positioning, and docs. Use this skill whenever the user says \"compare X vs Y\", \"how does X stack up against Y\", \"alternatives to X\", \"competitive landscape of …\", \"X vs Y vs Z\", or asks for a competitor matrix. Uses search to discover competitors when the user only names a category, then scrape for each competitor's homepage, pricing page, and features\u002Fdocs. Returns a normalized comparison matrix as JSON.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[671,674,675],{"name":672,"slug":673,"type":15},"Competitive Intelligence","competitive-intelligence",{"name":9,"slug":8,"type":15},{"name":676,"slug":677,"type":15},"Research","research",1130,"https:\u002F\u002Fgithub.com\u002Ffirecrawl\u002Fweb-agent","2026-04-17T05:00:44.623049",{"slug":682,"name":682,"fn":683,"description":684,"org":685,"tags":686,"stars":678,"repoUrl":679,"updatedAt":692},"deep-research","conduct multi-source deep research","Multi-source research with source triangulation and fact-checking. Use for any research task requiring 3+ sources.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[687,688,691],{"name":9,"slug":8,"type":15},{"name":689,"slug":690,"type":15},"Knowledge Management","knowledge-management",{"name":676,"slug":677,"type":15},"2026-04-17T05:00:45.852512",{"slug":694,"name":694,"fn":695,"description":696,"org":697,"tags":698,"stars":678,"repoUrl":679,"updatedAt":703},"e-commerce","extract product data from e-commerce sites","Navigate e-commerce sites to extract products, pricing, categories, and inventory. Handles pagination, variants, and JS-heavy storefronts.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[699,701,702],{"name":700,"slug":694,"type":15},"E-commerce",{"name":9,"slug":8,"type":15},{"name":17,"slug":18,"type":15},"2026-05-15T06:15:30.880268",{"slug":705,"name":705,"fn":706,"description":707,"org":708,"tags":709,"stars":678,"repoUrl":679,"updatedAt":718},"financial-research","pull financial data for public companies","Pull company financials, SEC filings, and analyst consensus for a public company. Use this skill whenever the user says \"10-K\", \"10-Q\", \"earnings\", \"revenue of\", \"financials for\", \"analyst rating for\", \"price target for\", or provides a stock ticker. Combines SEC EDGAR for official filings with Yahoo Finance \u002F TipRanks for analyst data. Search + scrape only; no interact needed.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[710,713,714,715],{"name":711,"slug":712,"type":15},"Finance","finance",{"name":9,"slug":8,"type":15},{"name":676,"slug":677,"type":15},{"name":716,"slug":717,"type":15},"SEC Filings","sec-filings","2026-05-15T06:15:33.293957",{"slug":720,"name":720,"fn":721,"description":722,"org":723,"tags":724,"stars":678,"repoUrl":679,"updatedAt":731},"pricing-tracker","track and compare vendor pricing tiers","Extract and normalize pricing tiers from any SaaS, API, cloud, or LLM vendor's pricing page. Use this skill whenever the user says \"pricing for X\", \"how much does X cost\", \"pricing tiers\", \"cost comparison\", provides a URL ending in `\u002Fpricing` or `\u002Fplans`, or asks to monitor pricing over time. Pairs well with `exportSkill` to turn a run into a cron-friendly workflow. Scrape-driven; no interact needed for typical pricing pages.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[725,726,727,728],{"name":672,"slug":673,"type":15},{"name":9,"slug":8,"type":15},{"name":676,"slug":677,"type":15},{"name":729,"slug":730,"type":15},"SaaS","saas","2026-04-17T05:00:43.349332",{"slug":733,"name":733,"fn":5,"description":734,"org":735,"tags":736,"stars":678,"repoUrl":679,"updatedAt":740},"structured-extraction","Extract structured data matching a JSON schema from websites. Handles complex nested schemas, arrays, pagination, and validation. Always outputs via formatOutput.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[737,738,739],{"name":610,"slug":611,"type":15},{"name":9,"slug":8,"type":15},{"name":17,"slug":18,"type":15},"2026-05-15T06:15:32.092034",{"slug":742,"name":742,"fn":743,"description":744,"org":745,"tags":746,"stars":751,"repoUrl":752,"updatedAt":753},"firecrawl-company-directories","extract company directories with Firecrawl","Extract structured company lists from directories with Firecrawl. Use for scraping YC, Crunchbase, Product Hunt, G2, startup directories, category directories, or custom company databases into JSON, CSV, CRM-ready lists, or research tables.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[747,748,749,750],{"name":13,"slug":14,"type":15},{"name":610,"slug":611,"type":15},{"name":9,"slug":8,"type":15},{"name":17,"slug":18,"type":15},99,"https:\u002F\u002Fgithub.com\u002Ffirecrawl\u002Ffirecrawl-workflows","2026-06-30T07:02:21.468",{"slug":755,"name":755,"fn":756,"description":757,"org":758,"tags":759,"stars":751,"repoUrl":752,"updatedAt":753},"firecrawl-competitive-intel","monitor competitor product changes with Firecrawl","Monitor competitor pricing, features, changelogs, dashboards, and product changes with Firecrawl. Use for recurring competitive intelligence, pricing tier extraction, feature change tracking, or structured competitor alerts.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[760,761,762,765],{"name":672,"slug":673,"type":15},{"name":9,"slug":8,"type":15},{"name":763,"slug":764,"type":15},"Marketing","marketing",{"name":17,"slug":18,"type":15},{"slug":767,"name":767,"fn":768,"description":769,"org":770,"tags":771,"stars":751,"repoUrl":752,"updatedAt":753},"firecrawl-dashboard-reporting","pull metrics from analytics dashboards","Pull metrics from analytics dashboards and internal web tools with Firecrawl browser. Use when the user needs dashboard reporting, cross-platform metric summaries, authenticated analytics extraction, date-range reports, or structured metrics from web dashboards.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[772,775,778,779,782],{"name":773,"slug":774,"type":15},"Analytics","analytics",{"name":776,"slug":777,"type":15},"Dashboards","dashboards",{"name":9,"slug":8,"type":15},{"name":780,"slug":781,"type":15},"Reporting","reporting",{"name":17,"slug":18,"type":15},{"slug":784,"name":784,"fn":785,"description":786,"org":787,"tags":788,"stars":751,"repoUrl":752,"updatedAt":753},"firecrawl-deep-research","conduct deep research with Firecrawl","Produce an intensive, cited analytical report: executive summary, multi-angle\nfindings, contrarian views, open questions, and full sources. Use only when the\nuser needs rigorous synthesis of a complex topic (scientific, technical, policy,\nor market-analytical) that cannot be answered with a short search, and wants\na formal written report, not a recommendation list.\n\nDo not use for product picks, top-N lists, quick lookups, or routine \"find out\nabout X\" tasks. If the request does not clearly need this kind of report, do\nnot use this skill.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[789,790,793,794,797],{"name":9,"slug":8,"type":15},{"name":791,"slug":792,"type":15},"Firecrawl Research","firecrawl-research",{"name":676,"slug":677,"type":15},{"name":795,"slug":796,"type":15},"Summarization","summarization",{"name":17,"slug":18,"type":15},{"slug":799,"name":799,"fn":800,"description":801,"org":802,"tags":803,"stars":751,"repoUrl":752,"updatedAt":753},"firecrawl-demo-walkthrough","generate product walkthroughs with Firecrawl","Walk through a product's key flows with Firecrawl browser and produce a structured UX\u002Fproduct walkthrough. Use for signup, onboarding, pricing, docs, dashboard, product demo prep, UX teardown, and first-run experience analysis.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[804,805,806,809],{"name":13,"slug":14,"type":15},{"name":9,"slug":8,"type":15},{"name":807,"slug":808,"type":15},"UX Design","ux-design",{"name":17,"slug":18,"type":15},{"slug":811,"name":811,"fn":812,"description":813,"org":814,"tags":815,"stars":751,"repoUrl":752,"updatedAt":753},"firecrawl-knowledge-base","build knowledge bases from web content","Build a knowledge base from web content with Firecrawl. Use for local reference docs, RAG-ready chunks, fine-tuning datasets, documentation mirrors, topic corpora, or LLM-ready markdown organized from web sources.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[816,817,818,819],{"name":610,"slug":611,"type":15},{"name":9,"slug":8,"type":15},{"name":689,"slug":690,"type":15},{"name":594,"slug":595,"type":15},36]