byfirecrawl· 131 skills
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.
$npx -y skills add firecrawl/firecrawl-codex-plugin --skill firecrawl-scrapeInstalls into the current project.
Run `npx skills use "https://github.com/firecrawl/firecrawl-codex-plugin" --skill "firecrawl/firecrawl-codex-plugin/firecrawl-scrape"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/firecrawl/firecrawl-codex-plugin" that are relevant to the current task. Run `npx skills add "https://github.com/firecrawl/firecrawl-codex-plugin"` and select the relevant skills, then follow their instructions.