Converted from Claude plugin command "search" (firecrawl). Use when the
Install
npx skillscat add monkey1sai/openai-cli/claude-command-firecrawl-search Install via the SkillsCat registry.
SKILL.md
Claude Command (Imported): search
- Source:
C:\Users\monke\.claude\plugins\cache\claude-plugins-official\firecrawl\1.0.0\commands\search.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: Search the web and get scraped results
allowed-tools: firecrawl_searchOriginal Command Body
Web Search
Use the Firecrawl search tool to find and scrape web content based on a search query.
When searching:
- Take the user's search query
- Use the
firecrawl_searchtool to find relevant pages - Present the results in a clear, organized format
- Offer to scrape specific results for more detailed content if needed
Options
limit: Number of results to return (default: 5)lang: Language code (e.g., "en", "es", "fr")country: Country code (e.g., "us", "uk", "de")scrapeOptions: Options for scraping each resultformats: Output formats (markdown, html, etc.)onlyMainContent: Extract only main content
Search Operators
The search supports operators:
"exact phrase"- Match exact text-keyword- Exclude keywordsite:firecrawl.dev- Search specific siteinurl:keyword- URL contains keywordintitle:keyword- Title contains keyword
Use cases
- Research tasks requiring current web information
- Finding documentation or tutorials
- Gathering information from multiple sources
- Competitive analysis and market research