Converted from Claude plugin command "agent" (firecrawl). Use when the
Install
npx skillscat add monkey1sai/openai-cli/claude-command-firecrawl-agent Install via the SkillsCat registry.
SKILL.md
Claude Command (Imported): agent
- Source:
C:\Users\monke\.claude\plugins\cache\claude-plugins-official\firecrawl\1.0.0\commands\agent.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: Use AI agent for autonomous web data gathering
allowed-tools: firecrawl_agent, firecrawl_agent_statusOriginal Command Body
AI Agent for Web Data Gathering
Use the Firecrawl AI agent to autonomously search, navigate, and extract data from the web.
When to use the agent:
- Take the user's data request in natural language
- Use
firecrawl_agentwith a clear prompt describing what data is needed - Poll
firecrawl_agent_statusuntil the job completes - Present the extracted data in a clear format
Key advantages over other tools:
- No URLs required - just describe what you need
- Autonomous navigation - agent finds and follows relevant links
- Multi-source gathering - collects data from multiple pages/sites
- Structured output - returns data matching your schema
Options
prompt: Natural language description of the data you want (required)urls: Optional array of URLs to focus the agent on specific pagesschema: Optional JSON schema for structured output
Example prompts:
- "Find the top 5 AI startups founded in 2024 and their funding amounts"
- "Get the pricing information for Firecrawl, Apify, and ScrapingBee"
- "Find the founders of Anthropic and their backgrounds"
Use cases
- Complex research requiring multiple sources
- Competitive analysis across multiple websites
- Gathering structured data without knowing exact URLs
- Data extraction tasks that would require multiple scrape/search calls