From Firecrawl
Integrates Firecrawl `/search` for web discovery when a feature starts with a query. Supports answer generation, competitor research, and query-to-URL pipelines for later scraping.
How this skill is triggered — by the user, by Claude, or both
Slash command
/firecrawl:firecrawl-build-searchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this when the application starts with a query, not a URL.
Use this when the application starts with a query, not a URL.
/search first when URL discovery is part of the product behavior./scrape or /interact/search as discovery, ranking, and source selection.Read the source-of-truth page for your project language before writing integration code:
npx claudepluginhub firecrawl/skills --plugin firecrawlReference for building Tavily integrations in agentic workflows, RAG systems, or autonomous agents. Covers search, content extraction, crawling, and AI-powered research.
Provides web search with full page content extraction using Firecrawl CLI. Returns search results as JSON with optional markdown scraping. Use for research, finding articles, or discovering sources.
Searches the web via self-hosted SearXNG to retrieve titles, URLs, and descriptions. Use when you have a question or topic but no specific URL. Supports CLI, MCP, and REST interfaces with filtering, JSON output, and category/time-range options.