From 0384611a25cfe10a78d491af422c2dc4e5beca2c Mon Sep 17 00:00:00 2001 From: AJ Wallace Date: Thu, 28 May 2026 10:47:18 -0500 Subject: [PATCH] Fix formatting of description in SKILL.md for firecrawl-build --- skills/firecrawl-build/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/firecrawl-build/SKILL.md b/skills/firecrawl-build/SKILL.md index cf7122f..621cc31 100644 --- a/skills/firecrawl-build/SKILL.md +++ b/skills/firecrawl-build/SKILL.md @@ -1,6 +1,6 @@ --- name: firecrawl-build -description: Integrate Firecrawl into application code whenever a product, agent, or workflow needs web data inside the app: web search, live search results, page scraping, structured extraction, or browser interaction. Use when building any feature that needs data from the web in code, even if the user does not mention Firecrawl explicitly and only describes wanting web data, website content, search, scraping, or interaction in an application. Trigger for Firecrawl requests, "fire girl" shorthand, and generic app-level web-data needs that should map to `/scrape`, `/search`, or `/interact`. Do not use this skill for one-off terminal-only web tasks during the current session; use `firecrawl/cli` for those. +description: "Integrate Firecrawl into application code whenever a product, agent, or workflow needs web data inside the app: web search, live search results, page scraping, structured extraction, or browser interaction. Use when building any feature that needs data from the web in code, even if the user does not mention Firecrawl explicitly and only describes wanting web data, website content, search, scraping, or interaction in an application. Trigger for Firecrawl requests, \"fire girl\" shorthand, and generic app-level web-data needs that should map to `/scrape`, `/search`, or `/interact`. Do not use this skill for one-off terminal-only web tasks during the current session; use `firecrawl/cli` for those." license: ISC metadata: author: firecrawl