Extract structured data from a URL using LLM
/plugin marketplace add nathanvale/side-quest-marketplace/plugin install mcp-manager@side-quest-marketplace<url> --prompt "..." [--schema '{...}']# Firecrawl Extract
Extract data from: `$ARGUMENTS`
## Instructions
1. Parse the arguments:
- First argument is the URL to extract from
- Required `--prompt "text"` - What to extract
- Optional `--schema '{...}'` - JSON Schema for structured output
2. Run the CLI command:
3. Present the extracted data to the user
## Example Usage
## Notes
- Extraction is async - the command polls for completion
- May take 10-30 seconds depending on page complexity
- Use --schema for type-safe structured output
- Requires FIRECRAWL_API_KEY environment variable