[PR #11] Add firecrawl-cli skill #13

Closed
opened 2026-03-07 13:58:00 +03:00 by kerem · 0 comments
Owner

Original Pull Request: https://github.com/badlogic/pi-skills/pull/11

State: closed
Merged: No


Summary

  • Adds the Firecrawl CLI skill for web scraping, search, crawling, and AI-powered data extraction
  • Firecrawl provides LLM-optimized markdown output, handles JavaScript rendering, and supports structured data extraction
  • Updates README.md with installation instructions and skill documentation

Features

Command Description
search Web/news/image search with optional content scraping
scrape Single page extraction (markdown, html, screenshots)
map Discover all URLs on a website
crawl Full website crawling with depth/path controls
agent AI-powered structured data extraction

Requirements

npm install -g firecrawl-cli
firecrawl login --browser

Test plan

  • Verify skill loads correctly in Claude Code
  • Test firecrawl search command
  • Test firecrawl scrape command
  • Verify authentication flow works

🤖 Generated with Claude Code

**Original Pull Request:** https://github.com/badlogic/pi-skills/pull/11 **State:** closed **Merged:** No --- ## Summary - Adds the **Firecrawl CLI** skill for web scraping, search, crawling, and AI-powered data extraction - Firecrawl provides LLM-optimized markdown output, handles JavaScript rendering, and supports structured data extraction - Updates README.md with installation instructions and skill documentation ## Features | Command | Description | |---------|-------------| | `search` | Web/news/image search with optional content scraping | | `scrape` | Single page extraction (markdown, html, screenshots) | | `map` | Discover all URLs on a website | | `crawl` | Full website crawling with depth/path controls | | `agent` | AI-powered structured data extraction | ## Requirements ```bash npm install -g firecrawl-cli firecrawl login --browser ``` ## Test plan - [ ] Verify skill loads correctly in Claude Code - [ ] Test `firecrawl search` command - [ ] Test `firecrawl scrape` command - [ ] Verify authentication flow works 🤖 Generated with [Claude Code](https://claude.com/claude-code)
kerem 2026-03-07 13:58:00 +03:00
kerem changed title from [PR #11] [CLOSED] Add firecrawl-cli skill to [PR #11] Add firecrawl-cli skill 2026-03-07 19:42:45 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pi-skills#13
No description provided.