Converted from Claude plugin command "scrape" (firecrawl). Use when the
Install
npx skillscat add monkey1sai/openai-cli/claude-command-firecrawl-scrape Install via the SkillsCat registry.
SKILL.md
Claude Command (Imported): scrape
- Source:
C:\Users\monke\.claude\plugins\cache\claude-plugins-official\firecrawl\1.0.0\commands\scrape.md - Plugin:
firecrawl - Version:
1.0.0
Notes
- Claude command files may use
!prefixes for shell execution. In Codex, run those commands in the terminal manually.
Original Command Frontmatter (Reference)
description: Scrape a webpage and convert it to markdown
allowed-tools: firecrawl_scrapeOriginal Command Body
Scrape Web Page
Use the Firecrawl scrape tool to extract content from the URL provided by the user.
Available Formats
You can request different output formats:
markdown- Clean markdown content (default)html- Raw HTML contentrawHtml- Unprocessed HTMLscreenshot- Screenshot of the pagelinks- Extract all links from the pagesummary- AI-generated summary of the content
When scraping:
- If no URL is provided, ask the user for the URL they want to scrape
- Ask what format they prefer if not specified (default to markdown)
- Use the
firecrawl_scrapetool with the URL and requested format - Return the content in a clean, readable format
- Handle any errors gracefully and suggest alternatives if the page cannot be scraped
Options
onlyMainContent: Set to true to extract only the main content (excludes nav, footer, etc.)includeTags: Specific HTML tags to includeexcludeTags: HTML tags to excludewaitFor: Time in ms to wait for dynamic contentmobile: Set to true to emulate mobile device