monkey1sai

claude-command-firecrawl-scrape

Converted from Claude plugin command "scrape" (firecrawl). Use when the

monkey1sai 2 Updated 3mo ago
GitHub

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_scrape

Original 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 content
  • rawHtml - Unprocessed HTML
  • screenshot - Screenshot of the page
  • links - Extract all links from the page
  • summary - AI-generated summary of the content

When scraping:

  1. If no URL is provided, ask the user for the URL they want to scrape
  2. Ask what format they prefer if not specified (default to markdown)
  3. Use the firecrawl_scrape tool with the URL and requested format
  4. Return the content in a clean, readable format
  5. 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 include
  • excludeTags: HTML tags to exclude
  • waitFor: Time in ms to wait for dynamic content
  • mobile: Set to true to emulate mobile device