[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-firecrawl-firecrawl-build-onboarding":3,"mdc--1prx6-key":34,"related-org-firecrawl-firecrawl-build-onboarding":629,"related-repo-firecrawl-firecrawl-build-onboarding":796},{"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":32,"mdContent":33},"firecrawl-build-onboarding","configure Firecrawl credentials and SDK","Get Firecrawl credentials and SDK setup into a project. Use when an application needs `FIRECRAWL_API_KEY`, when an agent should add Firecrawl to `.env`, when the user wants to authenticate Firecrawl for app code, or when choosing the first SDK and docs for a new Firecrawl integration. This skill includes its own browser auth flow, so it does not depend on the website onboarding skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"firecrawl","Firecrawl","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Ffirecrawl.png",[12,14,17,20],{"name":9,"slug":8,"type":13},"tag",{"name":15,"slug":16,"type":13},"Authentication","authentication",{"name":18,"slug":19,"type":13},"API Development","api-development",{"name":21,"slug":22,"type":13},"SDK","sdk",54,"https:\u002F\u002Fgithub.com\u002Ffirecrawl\u002Fskills","2026-04-09T04:48:11.560192","ISC",15,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],null,"https:\u002F\u002Fgithub.com\u002Ffirecrawl\u002Fskills\u002Ftree\u002FHEAD\u002Fskills\u002Ffirecrawl-build-onboarding","---\nname: firecrawl-build-onboarding\ndescription: Get Firecrawl credentials and SDK setup into a project. Use when an application needs `FIRECRAWL_API_KEY`, when an agent should add Firecrawl to `.env`, when the user wants to authenticate Firecrawl for app code, or when choosing the first SDK and docs for a new Firecrawl integration. This skill includes its own browser auth flow, so it does not depend on the website onboarding skill.\nlicense: ISC\nmetadata:\n  author: firecrawl\n  version: \"0.1.0\"\n  homepage: https:\u002F\u002Fwww.firecrawl.dev\n  source: https:\u002F\u002Fgithub.com\u002Ffirecrawl\u002Fskills\ninputs:\n  - name: FIRECRAWL_API_KEY\n    description: Firecrawl API key used for hosted Firecrawl API requests.\n    required: true\n  - name: FIRECRAWL_API_URL\n    description: Optional base URL for self-hosted Firecrawl deployments.\n    required: false\nreferences:\n  - references\u002Fauth-flow.md\n  - references\u002Fsdk-installation.md\n  - references\u002Fproject-setup.md\n---\n\n# Firecrawl Build Onboarding\n\nUse this skill for the application-integration path from Firecrawl's onboarding flow.\n\n## Install\n\nIf you haven't installed yet, one command sets up both the CLI tools\n(for live web work) and the build skills (for app integration):\n\n```bash\nnpx -y firecrawl-cli@latest init --all --browser\n```\n\nThis installs the Firecrawl CLI, the CLI skills, and these build skills\ntogether. It also opens browser auth so the human can sign in or create\nan account. No separate `npx skills add` step is needed.\n\n## Use This When\n\n- a project needs `FIRECRAWL_API_KEY`\n- the user wants Firecrawl wired into `.env`\n- you are adding Firecrawl to an app for the first time\n- you need to choose the first SDK or REST path\n\nIf the human still needs to sign up, sign in, or authorize access in the browser, use the auth flow reference in this skill.\n\n## Quick Start\n\nIf the user already has an API key, place it in `.env`:\n\n```dotenv\nFIRECRAWL_API_KEY=fc-...\n```\n\nIf the project is self-hosted, also set:\n\n```dotenv\nFIRECRAWL_API_URL=https:\u002F\u002Fyour-firecrawl-instance.example.com\n```\n\nThen decide which integration path applies:\n\n- **Fresh project** -> choose the target stack, install the SDK, add the first Firecrawl call, and run a smoke test\n- **Existing project** -> inspect the repo first, then integrate Firecrawl where the project already handles third-party APIs and env vars\n\n## What Do You Need?\n\n| Task | Reference |\n|---|---|\n| **Run the browser auth flow and save `FIRECRAWL_API_KEY`** | [references\u002Fauth-flow.md](references\u002Fauth-flow.md) |\n| **Install the right SDK** | [references\u002Fsdk-installation.md](references\u002Fsdk-installation.md) |\n| **Put credentials into `.env` or project config** | [references\u002Fproject-setup.md](references\u002Fproject-setup.md) |\n| **Choose the right endpoint after setup** | [firecrawl-build](..\u002Ffirecrawl-build\u002FSKILL.md) |\n| **Need live web tooling during this task** | The CLI skills are already installed from the same command |\n| **Start implementation from a known URL** | [firecrawl-build-scrape](..\u002Ffirecrawl-build-scrape\u002FSKILL.md) |\n| **Start implementation from a query** | [firecrawl-build-search](..\u002Ffirecrawl-build-search\u002FSKILL.md) |\n\n## Docs (Source of Truth)\n\nRead the source-of-truth page for your project language for SDK usage, schemas, and examples:\n\n- **Node \u002F TypeScript**: [docs.firecrawl.dev\u002Fagent-source-of-truth\u002Fnode](https:\u002F\u002Fdocs.firecrawl.dev\u002Fagent-source-of-truth\u002Fnode)\n- **Python**: [docs.firecrawl.dev\u002Fagent-source-of-truth\u002Fpython](https:\u002F\u002Fdocs.firecrawl.dev\u002Fagent-source-of-truth\u002Fpython)\n- **Rust**: [docs.firecrawl.dev\u002Fagent-source-of-truth\u002Frust](https:\u002F\u002Fdocs.firecrawl.dev\u002Fagent-source-of-truth\u002Frust)\n- **Java**: [docs.firecrawl.dev\u002Fagent-source-of-truth\u002Fjava](https:\u002F\u002Fdocs.firecrawl.dev\u002Fagent-source-of-truth\u002Fjava)\n- **Elixir**: [docs.firecrawl.dev\u002Fagent-source-of-truth\u002Felixir](https:\u002F\u002Fdocs.firecrawl.dev\u002Fagent-source-of-truth\u002Felixir)\n- **cURL \u002F REST**: [docs.firecrawl.dev\u002Fagent-source-of-truth\u002Fcurl](https:\u002F\u002Fdocs.firecrawl.dev\u002Fagent-source-of-truth\u002Fcurl)\n\n## After Setup\n\nOnce the key is present:\n\n1. decide whether this is a fresh project or an existing codebase\n2. ask what Firecrawl should do in the product\n3. pick the narrowest endpoint that matches that behavior\n4. read the source-of-truth page for the project language before writing code\n5. add the SDK or REST call in code\n6. run a smoke test that proves one real Firecrawl request succeeds\n7. use the endpoint-specific skills in this repo for implementation guidance\n8. if you also need live web tooling during the current task, the CLI skills are already installed — use `firecrawl\u002Fcli`\n",{"data":35,"body":52},{"name":4,"description":6,"license":26,"metadata":36,"inputs":39,"references":48},{"author":8,"version":37,"homepage":38,"source":24},"0.1.0","https:\u002F\u002Fwww.firecrawl.dev",[40,44],{"name":41,"description":42,"required":43},"FIRECRAWL_API_KEY","Firecrawl API key used for hosted Firecrawl API requests.",true,{"name":45,"description":46,"required":47},"FIRECRAWL_API_URL","Optional base URL for self-hosted Firecrawl deployments.",false,[49,50,51],"references\u002Fauth-flow.md","references\u002Fsdk-installation.md","references\u002Fproject-setup.md",{"type":53,"children":54},"root",[55,63,69,76,81,131,144,150,186,191,197,209,225,230,244,249,273,279,450,456,461,562,568,573,623],{"type":56,"tag":57,"props":58,"children":59},"element","h1",{"id":4},[60],{"type":61,"value":62},"text","Firecrawl Build Onboarding",{"type":56,"tag":64,"props":65,"children":66},"p",{},[67],{"type":61,"value":68},"Use this skill for the application-integration path from Firecrawl's onboarding flow.",{"type":56,"tag":70,"props":71,"children":73},"h2",{"id":72},"install",[74],{"type":61,"value":75},"Install",{"type":56,"tag":64,"props":77,"children":78},{},[79],{"type":61,"value":80},"If you haven't installed yet, one command sets up both the CLI tools\n(for live web work) and the build skills (for app integration):",{"type":56,"tag":82,"props":83,"children":88},"pre",{"className":84,"code":85,"language":86,"meta":87,"style":87},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","npx -y firecrawl-cli@latest init --all --browser\n","bash","",[89],{"type":56,"tag":90,"props":91,"children":92},"code",{"__ignoreMap":87},[93],{"type":56,"tag":94,"props":95,"children":98},"span",{"class":96,"line":97},"line",1,[99,105,111,116,121,126],{"type":56,"tag":94,"props":100,"children":102},{"style":101},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[103],{"type":61,"value":104},"npx",{"type":56,"tag":94,"props":106,"children":108},{"style":107},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[109],{"type":61,"value":110}," -y",{"type":56,"tag":94,"props":112,"children":113},{"style":107},[114],{"type":61,"value":115}," firecrawl-cli@latest",{"type":56,"tag":94,"props":117,"children":118},{"style":107},[119],{"type":61,"value":120}," init",{"type":56,"tag":94,"props":122,"children":123},{"style":107},[124],{"type":61,"value":125}," --all",{"type":56,"tag":94,"props":127,"children":128},{"style":107},[129],{"type":61,"value":130}," --browser\n",{"type":56,"tag":64,"props":132,"children":133},{},[134,136,142],{"type":61,"value":135},"This installs the Firecrawl CLI, the CLI skills, and these build skills\ntogether. It also opens browser auth so the human can sign in or create\nan account. No separate ",{"type":56,"tag":90,"props":137,"children":139},{"className":138},[],[140],{"type":61,"value":141},"npx skills add",{"type":61,"value":143}," step is needed.",{"type":56,"tag":70,"props":145,"children":147},{"id":146},"use-this-when",[148],{"type":61,"value":149},"Use This When",{"type":56,"tag":151,"props":152,"children":153},"ul",{},[154,165,176,181],{"type":56,"tag":155,"props":156,"children":157},"li",{},[158,160],{"type":61,"value":159},"a project needs ",{"type":56,"tag":90,"props":161,"children":163},{"className":162},[],[164],{"type":61,"value":41},{"type":56,"tag":155,"props":166,"children":167},{},[168,170],{"type":61,"value":169},"the user wants Firecrawl wired into ",{"type":56,"tag":90,"props":171,"children":173},{"className":172},[],[174],{"type":61,"value":175},".env",{"type":56,"tag":155,"props":177,"children":178},{},[179],{"type":61,"value":180},"you are adding Firecrawl to an app for the first time",{"type":56,"tag":155,"props":182,"children":183},{},[184],{"type":61,"value":185},"you need to choose the first SDK or REST path",{"type":56,"tag":64,"props":187,"children":188},{},[189],{"type":61,"value":190},"If the human still needs to sign up, sign in, or authorize access in the browser, use the auth flow reference in this skill.",{"type":56,"tag":70,"props":192,"children":194},{"id":193},"quick-start",[195],{"type":61,"value":196},"Quick Start",{"type":56,"tag":64,"props":198,"children":199},{},[200,202,207],{"type":61,"value":201},"If the user already has an API key, place it in ",{"type":56,"tag":90,"props":203,"children":205},{"className":204},[],[206],{"type":61,"value":175},{"type":61,"value":208},":",{"type":56,"tag":82,"props":210,"children":214},{"className":211,"code":212,"language":213,"meta":87,"style":87},"language-dotenv shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","FIRECRAWL_API_KEY=fc-...\n","dotenv",[215],{"type":56,"tag":90,"props":216,"children":217},{"__ignoreMap":87},[218],{"type":56,"tag":94,"props":219,"children":220},{"class":96,"line":97},[221],{"type":56,"tag":94,"props":222,"children":223},{},[224],{"type":61,"value":212},{"type":56,"tag":64,"props":226,"children":227},{},[228],{"type":61,"value":229},"If the project is self-hosted, also set:",{"type":56,"tag":82,"props":231,"children":233},{"className":211,"code":232,"language":213,"meta":87,"style":87},"FIRECRAWL_API_URL=https:\u002F\u002Fyour-firecrawl-instance.example.com\n",[234],{"type":56,"tag":90,"props":235,"children":236},{"__ignoreMap":87},[237],{"type":56,"tag":94,"props":238,"children":239},{"class":96,"line":97},[240],{"type":56,"tag":94,"props":241,"children":242},{},[243],{"type":61,"value":232},{"type":56,"tag":64,"props":245,"children":246},{},[247],{"type":61,"value":248},"Then decide which integration path applies:",{"type":56,"tag":151,"props":250,"children":251},{},[252,263],{"type":56,"tag":155,"props":253,"children":254},{},[255,261],{"type":56,"tag":256,"props":257,"children":258},"strong",{},[259],{"type":61,"value":260},"Fresh project",{"type":61,"value":262}," -> choose the target stack, install the SDK, add the first Firecrawl call, and run a smoke test",{"type":56,"tag":155,"props":264,"children":265},{},[266,271],{"type":56,"tag":256,"props":267,"children":268},{},[269],{"type":61,"value":270},"Existing project",{"type":61,"value":272}," -> inspect the repo first, then integrate Firecrawl where the project already handles third-party APIs and env vars",{"type":56,"tag":70,"props":274,"children":276},{"id":275},"what-do-you-need",[277],{"type":61,"value":278},"What Do You Need?",{"type":56,"tag":280,"props":281,"children":282},"table",{},[283,302],{"type":56,"tag":284,"props":285,"children":286},"thead",{},[287],{"type":56,"tag":288,"props":289,"children":290},"tr",{},[291,297],{"type":56,"tag":292,"props":293,"children":294},"th",{},[295],{"type":61,"value":296},"Task",{"type":56,"tag":292,"props":298,"children":299},{},[300],{"type":61,"value":301},"Reference",{"type":56,"tag":303,"props":304,"children":305},"tbody",{},[306,331,349,374,394,410,430],{"type":56,"tag":288,"props":307,"children":308},{},[309,323],{"type":56,"tag":310,"props":311,"children":312},"td",{},[313],{"type":56,"tag":256,"props":314,"children":315},{},[316,318],{"type":61,"value":317},"Run the browser auth flow and save ",{"type":56,"tag":90,"props":319,"children":321},{"className":320},[],[322],{"type":61,"value":41},{"type":56,"tag":310,"props":324,"children":325},{},[326],{"type":56,"tag":327,"props":328,"children":329},"a",{"href":49},[330],{"type":61,"value":49},{"type":56,"tag":288,"props":332,"children":333},{},[334,342],{"type":56,"tag":310,"props":335,"children":336},{},[337],{"type":56,"tag":256,"props":338,"children":339},{},[340],{"type":61,"value":341},"Install the right SDK",{"type":56,"tag":310,"props":343,"children":344},{},[345],{"type":56,"tag":327,"props":346,"children":347},{"href":50},[348],{"type":61,"value":50},{"type":56,"tag":288,"props":350,"children":351},{},[352,367],{"type":56,"tag":310,"props":353,"children":354},{},[355],{"type":56,"tag":256,"props":356,"children":357},{},[358,360,365],{"type":61,"value":359},"Put credentials into ",{"type":56,"tag":90,"props":361,"children":363},{"className":362},[],[364],{"type":61,"value":175},{"type":61,"value":366}," or project config",{"type":56,"tag":310,"props":368,"children":369},{},[370],{"type":56,"tag":327,"props":371,"children":372},{"href":51},[373],{"type":61,"value":51},{"type":56,"tag":288,"props":375,"children":376},{},[377,385],{"type":56,"tag":310,"props":378,"children":379},{},[380],{"type":56,"tag":256,"props":381,"children":382},{},[383],{"type":61,"value":384},"Choose the right endpoint after setup",{"type":56,"tag":310,"props":386,"children":387},{},[388],{"type":56,"tag":327,"props":389,"children":391},{"href":390},"..\u002Ffirecrawl-build\u002FSKILL.md",[392],{"type":61,"value":393},"firecrawl-build",{"type":56,"tag":288,"props":395,"children":396},{},[397,405],{"type":56,"tag":310,"props":398,"children":399},{},[400],{"type":56,"tag":256,"props":401,"children":402},{},[403],{"type":61,"value":404},"Need live web tooling during this task",{"type":56,"tag":310,"props":406,"children":407},{},[408],{"type":61,"value":409},"The CLI skills are already installed from the same command",{"type":56,"tag":288,"props":411,"children":412},{},[413,421],{"type":56,"tag":310,"props":414,"children":415},{},[416],{"type":56,"tag":256,"props":417,"children":418},{},[419],{"type":61,"value":420},"Start implementation from a known URL",{"type":56,"tag":310,"props":422,"children":423},{},[424],{"type":56,"tag":327,"props":425,"children":427},{"href":426},"..\u002Ffirecrawl-build-scrape\u002FSKILL.md",[428],{"type":61,"value":429},"firecrawl-build-scrape",{"type":56,"tag":288,"props":431,"children":432},{},[433,441],{"type":56,"tag":310,"props":434,"children":435},{},[436],{"type":56,"tag":256,"props":437,"children":438},{},[439],{"type":61,"value":440},"Start implementation from a query",{"type":56,"tag":310,"props":442,"children":443},{},[444],{"type":56,"tag":327,"props":445,"children":447},{"href":446},"..\u002Ffirecrawl-build-search\u002FSKILL.md",[448],{"type":61,"value":449},"firecrawl-build-search",{"type":56,"tag":70,"props":451,"children":453},{"id":452},"docs-source-of-truth",[454],{"type":61,"value":455},"Docs (Source of Truth)",{"type":56,"tag":64,"props":457,"children":458},{},[459],{"type":61,"value":460},"Read the source-of-truth page for your project language for SDK usage, schemas, and examples:",{"type":56,"tag":151,"props":462,"children":463},{},[464,482,498,514,530,546],{"type":56,"tag":155,"props":465,"children":466},{},[467,472,474],{"type":56,"tag":256,"props":468,"children":469},{},[470],{"type":61,"value":471},"Node \u002F TypeScript",{"type":61,"value":473},": ",{"type":56,"tag":327,"props":475,"children":479},{"href":476,"rel":477},"https:\u002F\u002Fdocs.firecrawl.dev\u002Fagent-source-of-truth\u002Fnode",[478],"nofollow",[480],{"type":61,"value":481},"docs.firecrawl.dev\u002Fagent-source-of-truth\u002Fnode",{"type":56,"tag":155,"props":483,"children":484},{},[485,490,491],{"type":56,"tag":256,"props":486,"children":487},{},[488],{"type":61,"value":489},"Python",{"type":61,"value":473},{"type":56,"tag":327,"props":492,"children":495},{"href":493,"rel":494},"https:\u002F\u002Fdocs.firecrawl.dev\u002Fagent-source-of-truth\u002Fpython",[478],[496],{"type":61,"value":497},"docs.firecrawl.dev\u002Fagent-source-of-truth\u002Fpython",{"type":56,"tag":155,"props":499,"children":500},{},[501,506,507],{"type":56,"tag":256,"props":502,"children":503},{},[504],{"type":61,"value":505},"Rust",{"type":61,"value":473},{"type":56,"tag":327,"props":508,"children":511},{"href":509,"rel":510},"https:\u002F\u002Fdocs.firecrawl.dev\u002Fagent-source-of-truth\u002Frust",[478],[512],{"type":61,"value":513},"docs.firecrawl.dev\u002Fagent-source-of-truth\u002Frust",{"type":56,"tag":155,"props":515,"children":516},{},[517,522,523],{"type":56,"tag":256,"props":518,"children":519},{},[520],{"type":61,"value":521},"Java",{"type":61,"value":473},{"type":56,"tag":327,"props":524,"children":527},{"href":525,"rel":526},"https:\u002F\u002Fdocs.firecrawl.dev\u002Fagent-source-of-truth\u002Fjava",[478],[528],{"type":61,"value":529},"docs.firecrawl.dev\u002Fagent-source-of-truth\u002Fjava",{"type":56,"tag":155,"props":531,"children":532},{},[533,538,539],{"type":56,"tag":256,"props":534,"children":535},{},[536],{"type":61,"value":537},"Elixir",{"type":61,"value":473},{"type":56,"tag":327,"props":540,"children":543},{"href":541,"rel":542},"https:\u002F\u002Fdocs.firecrawl.dev\u002Fagent-source-of-truth\u002Felixir",[478],[544],{"type":61,"value":545},"docs.firecrawl.dev\u002Fagent-source-of-truth\u002Felixir",{"type":56,"tag":155,"props":547,"children":548},{},[549,554,555],{"type":56,"tag":256,"props":550,"children":551},{},[552],{"type":61,"value":553},"cURL \u002F REST",{"type":61,"value":473},{"type":56,"tag":327,"props":556,"children":559},{"href":557,"rel":558},"https:\u002F\u002Fdocs.firecrawl.dev\u002Fagent-source-of-truth\u002Fcurl",[478],[560],{"type":61,"value":561},"docs.firecrawl.dev\u002Fagent-source-of-truth\u002Fcurl",{"type":56,"tag":70,"props":563,"children":565},{"id":564},"after-setup",[566],{"type":61,"value":567},"After Setup",{"type":56,"tag":64,"props":569,"children":570},{},[571],{"type":61,"value":572},"Once the key is present:",{"type":56,"tag":574,"props":575,"children":576},"ol",{},[577,582,587,592,597,602,607,612],{"type":56,"tag":155,"props":578,"children":579},{},[580],{"type":61,"value":581},"decide whether this is a fresh project or an existing codebase",{"type":56,"tag":155,"props":583,"children":584},{},[585],{"type":61,"value":586},"ask what Firecrawl should do in the product",{"type":56,"tag":155,"props":588,"children":589},{},[590],{"type":61,"value":591},"pick the narrowest endpoint that matches that behavior",{"type":56,"tag":155,"props":593,"children":594},{},[595],{"type":61,"value":596},"read the source-of-truth page for the project language before writing code",{"type":56,"tag":155,"props":598,"children":599},{},[600],{"type":61,"value":601},"add the SDK or REST call in code",{"type":56,"tag":155,"props":603,"children":604},{},[605],{"type":61,"value":606},"run a smoke test that proves one real Firecrawl request succeeds",{"type":56,"tag":155,"props":608,"children":609},{},[610],{"type":61,"value":611},"use the endpoint-specific skills in this repo for implementation guidance",{"type":56,"tag":155,"props":613,"children":614},{},[615,617],{"type":61,"value":616},"if you also need live web tooling during the current task, the CLI skills are already installed — use ",{"type":56,"tag":90,"props":618,"children":620},{"className":619},[],[621],{"type":61,"value":622},"firecrawl\u002Fcli",{"type":56,"tag":624,"props":625,"children":626},"style",{},[627],{"type":61,"value":628},"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":630,"total":795},[631,647,659,672,687,700,712,727,739,756,771,783],{"slug":632,"name":632,"fn":633,"description":634,"org":635,"tags":636,"stars":644,"repoUrl":645,"updatedAt":646},"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},[637,640,641],{"name":638,"slug":639,"type":13},"Competitive Intelligence","competitive-intelligence",{"name":9,"slug":8,"type":13},{"name":642,"slug":643,"type":13},"Research","research",1130,"https:\u002F\u002Fgithub.com\u002Ffirecrawl\u002Fweb-agent","2026-04-17T05:00:44.623049",{"slug":648,"name":648,"fn":649,"description":650,"org":651,"tags":652,"stars":644,"repoUrl":645,"updatedAt":658},"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},[653,654,657],{"name":9,"slug":8,"type":13},{"name":655,"slug":656,"type":13},"Knowledge Management","knowledge-management",{"name":642,"slug":643,"type":13},"2026-04-17T05:00:45.852512",{"slug":660,"name":660,"fn":661,"description":662,"org":663,"tags":664,"stars":644,"repoUrl":645,"updatedAt":671},"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},[665,667,668],{"name":666,"slug":660,"type":13},"E-commerce",{"name":9,"slug":8,"type":13},{"name":669,"slug":670,"type":13},"Web Scraping","web-scraping","2026-05-15T06:15:30.880268",{"slug":673,"name":673,"fn":674,"description":675,"org":676,"tags":677,"stars":644,"repoUrl":645,"updatedAt":686},"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},[678,681,682,683],{"name":679,"slug":680,"type":13},"Finance","finance",{"name":9,"slug":8,"type":13},{"name":642,"slug":643,"type":13},{"name":684,"slug":685,"type":13},"SEC Filings","sec-filings","2026-05-15T06:15:33.293957",{"slug":688,"name":688,"fn":689,"description":690,"org":691,"tags":692,"stars":644,"repoUrl":645,"updatedAt":699},"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},[693,694,695,696],{"name":638,"slug":639,"type":13},{"name":9,"slug":8,"type":13},{"name":642,"slug":643,"type":13},{"name":697,"slug":698,"type":13},"SaaS","saas","2026-04-17T05:00:43.349332",{"slug":701,"name":701,"fn":702,"description":703,"org":704,"tags":705,"stars":644,"repoUrl":645,"updatedAt":711},"structured-extraction","extract structured data from websites","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},[706,709,710],{"name":707,"slug":708,"type":13},"Data Engineering","data-engineering",{"name":9,"slug":8,"type":13},{"name":669,"slug":670,"type":13},"2026-05-15T06:15:32.092034",{"slug":713,"name":713,"fn":714,"description":715,"org":716,"tags":717,"stars":724,"repoUrl":725,"updatedAt":726},"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},[718,721,722,723],{"name":719,"slug":720,"type":13},"Automation","automation",{"name":707,"slug":708,"type":13},{"name":9,"slug":8,"type":13},{"name":669,"slug":670,"type":13},99,"https:\u002F\u002Fgithub.com\u002Ffirecrawl\u002Ffirecrawl-workflows","2026-06-30T07:02:21.468",{"slug":728,"name":728,"fn":729,"description":730,"org":731,"tags":732,"stars":724,"repoUrl":725,"updatedAt":726},"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},[733,734,735,738],{"name":638,"slug":639,"type":13},{"name":9,"slug":8,"type":13},{"name":736,"slug":737,"type":13},"Marketing","marketing",{"name":669,"slug":670,"type":13},{"slug":740,"name":740,"fn":741,"description":742,"org":743,"tags":744,"stars":724,"repoUrl":725,"updatedAt":726},"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},[745,748,751,752,755],{"name":746,"slug":747,"type":13},"Analytics","analytics",{"name":749,"slug":750,"type":13},"Dashboards","dashboards",{"name":9,"slug":8,"type":13},{"name":753,"slug":754,"type":13},"Reporting","reporting",{"name":669,"slug":670,"type":13},{"slug":757,"name":757,"fn":758,"description":759,"org":760,"tags":761,"stars":724,"repoUrl":725,"updatedAt":726},"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},[762,763,766,767,770],{"name":9,"slug":8,"type":13},{"name":764,"slug":765,"type":13},"Firecrawl Research","firecrawl-research",{"name":642,"slug":643,"type":13},{"name":768,"slug":769,"type":13},"Summarization","summarization",{"name":669,"slug":670,"type":13},{"slug":772,"name":772,"fn":773,"description":774,"org":775,"tags":776,"stars":724,"repoUrl":725,"updatedAt":726},"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},[777,778,779,782],{"name":719,"slug":720,"type":13},{"name":9,"slug":8,"type":13},{"name":780,"slug":781,"type":13},"UX Design","ux-design",{"name":669,"slug":670,"type":13},{"slug":784,"name":784,"fn":785,"description":786,"org":787,"tags":788,"stars":724,"repoUrl":725,"updatedAt":726},"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},[789,790,791,792],{"name":707,"slug":708,"type":13},{"name":9,"slug":8,"type":13},{"name":655,"slug":656,"type":13},{"name":793,"slug":794,"type":13},"Search","search",36,{"items":797,"total":852},[798,811,818,830,840],{"slug":799,"name":799,"fn":800,"description":801,"org":802,"tags":803,"stars":23,"repoUrl":24,"updatedAt":810},"firecrawl-build-interact","integrate Firecrawl interact for browser actions","Integrate Firecrawl `\u002Finteract` into product code for dynamic pages and browser actions after scraping. Use when a feature needs clicks, form fills, pagination, authentication-aware flows, or other multi-step interactions that plain `\u002Fscrape` cannot complete.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[804,805,808,809],{"name":18,"slug":19,"type":13},{"name":806,"slug":807,"type":13},"Browser Automation","browser-automation",{"name":9,"slug":8,"type":13},{"name":669,"slug":670,"type":13},"2026-04-09T04:48:12.802517",{"slug":4,"name":4,"fn":5,"description":6,"org":812,"tags":813,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[814,815,816,817],{"name":18,"slug":19,"type":13},{"name":15,"slug":16,"type":13},{"name":9,"slug":8,"type":13},{"name":21,"slug":22,"type":13},{"slug":429,"name":429,"fn":819,"description":820,"org":821,"tags":822,"stars":23,"repoUrl":24,"updatedAt":829},"integrate Firecrawl scrape for page extraction","Integrate Firecrawl `\u002Fscrape` into product code for single-page extraction. Use when an app already has a URL and needs markdown, HTML, links, screenshots, metadata, or structured page output. Prefer this skill over broader crawl patterns when the feature is page-level.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[823,824,825,828],{"name":18,"slug":19,"type":13},{"name":9,"slug":8,"type":13},{"name":826,"slug":827,"type":13},"Frontend","frontend",{"name":669,"slug":670,"type":13},"2026-04-09T04:48:09.157956",{"slug":449,"name":449,"fn":831,"description":832,"org":833,"tags":834,"stars":23,"repoUrl":24,"updatedAt":839},"integrate Firecrawl search for discovery","Integrate Firecrawl `\u002Fsearch` into product code and agent workflows. Use when an app needs discovery before extraction, when the feature starts with a query instead of a URL, or when the system should search the web and optionally hydrate result content.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[835,836,837,838],{"name":18,"slug":19,"type":13},{"name":9,"slug":8,"type":13},{"name":793,"slug":794,"type":13},{"name":669,"slug":670,"type":13},"2026-04-09T04:48:10.362305",{"slug":841,"name":841,"fn":842,"description":843,"org":844,"tags":845,"stars":23,"repoUrl":24,"updatedAt":851},"firecrawl-research-index","find research papers with semantic search","Find the papers that answer a research query with Firecrawl Research, using semantic search, semantic and structural expansion, and in-body verification. Always use this skill for any literature-finding \u002F paper-retrieval task — single-paper lookups or full multi-paper sets.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[846,847,848,849,850],{"name":9,"slug":8,"type":13},{"name":764,"slug":765,"type":13},{"name":642,"slug":643,"type":13},{"name":793,"slug":794,"type":13},{"name":669,"slug":670,"type":13},"2026-06-17T08:17:26.76664",5]