Full Walkthrough: Shipping a Claude Code Skill Builder with Firecrawl
★★☆ SilverIntermediateFirecrawl CLIFirecrawl SkillsFirecrawl MCPsJavaScript

🎧 AI Learnings Digest· Agents as a Service · AI Coach
aaas.diy
① WATCH
② DECIDE
③ IMPLEMENT
What you get
Building applications with Firecrawl API for web scraping and data extraction.
Firecrawl CLIFirecrawl SkillsFirecrawl MCPsJavaScript
Prompts1
Code files4
Configs1
READMEyes
Quality★★☆ Silver
DifficultyIntermediate
SKILL.md
--- name: full-walkthrough-shipping-a-claude-code-skill-builder-with-f version: "1.0.0" description: "Building applications with Firecrawl API for web scraping and data extraction." source: "https://www.youtube.com/watch?v=06GGADmXpaM" tags: [Firecrawl CLI, Firecrawl Skills, Firecrawl MCPs] --- # Full Walkthrough: Shipping a Claude Code Skill Builder with Firecrawl > Auto-generated from: Full Walkthrough: Shipping a Claude Code Skill Builder with Firecrawl by Firecrawl ## Prerequisites - Node.js (v18 or higher) - npm or yarn - Firecrawl API Key ## Quick Start 1. `git clone <repository_url>` 2. `cd <repository_directory>` 3. `npm install` 4. `cp .env.example .env.local` 5. `Edit .env.local to include your FIRECRAWL_API_KEY` 6. `npm run dev` ## What You Get - Content Type: hybrid - Difficulty: intermediate - Tools: Firecrawl CLI, Firecrawl Skills, Firecrawl MCPs
Sign in to access all 1 prompts