1.0 KiB
1.0 KiB
description, argument-hint
| description | argument-hint |
|---|---|
| Search the web and get results with content | <query> [--limit N] |
Firecrawl Search
Search the web for: $ARGUMENTS
Instructions
-
Parse the arguments:
- All non-flag arguments form the search query
- Optional
--limit Nflag (default: 5)
-
Run the CLI command:
cd /Users/nathanvale/code/side-quest-marketplace/plugins/firecrawl && bun run src/cli.ts search $ARGUMENTS -
Present the search results to the user
Example Usage
/firecrawl:search typescript error handling best practices
/firecrawl:search "react hooks" --limit 10
/firecrawl:search site:github.com firecrawl examples
Search Operators
"exact phrase"- Match exact phrase-term- Exclude termsite:example.com- Limit to domainintitle:word- Word in page titleinurl:word- Word in URL
Notes
- Returns up to 10 results with titles, URLs, and descriptions
- Includes scraped markdown content when available
- Requires FIRECRAWL_API_KEY environment variable