firecrawl-search

The firecrawl-search skill provides web search capabilities with optional full-page content extraction. It returns search results in JSON format and supports filtering by source, category, time, and location.

71.5K
Installs
5
Use cases
9/10
Quality

Is firecrawl-search safe to install?

Review the source first

Review the source first: our audit of firecrawl-search's source files found 6 shell commands, 0 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands via npx and writes search results to local files.

How we audit skills: our security review methodology.

Who is this skill for?

Users who need to perform web research, find articles, or discover sources through an AI agent.

What can you do with it?

  • Searching the web for information
  • Finding recent news or articles
  • Researching specific topics
  • Extracting full page content from search results
  • Providing feedback on search quality to improve indexing

How good is this skill?

Quality score: 9/10. The documentation is clear, provides specific command examples, and includes necessary operational rules for feedback submission.

What does the skill file contain?

SKILL.md
# firecrawl search

Web search with optional content scraping. Returns search results as JSON, optionally with full page content.

## When to use

- You don't have a specific URL yet
- You need to find pages, answer questions, or discover sources
- First step in the [workflow escalation pattern](firecrawl-cli): search → scrape → map → crawl → interact

## Quick start

```bash
# Basic search
firecrawl search "your query" -o .firecrawl/result.json --json

# Search and scrape full page content from results
firecrawl search "your query" --scrape -o .firecrawl/scraped.json --json

# News from the p...

Frequently asked questions

How do I save search results?

Use the -o flag followed by a file path, such as -o .firecrawl/search.json.

Can I scrape content during a search?

Yes, include the --scrape flag in the search command to fetch full page content for each result.

How do I provide feedback on search results?

Use the firecrawl search-feedback command with the search ID and a rating.

How can I opt out of sending feedback?

Set the environment variable FIRECRAWL_NO_SEARCH_FEEDBACK=1 or FIRECRAWL_DISABLE_SEARCH_FEEDBACK=1.

Data sourced from firecrawl/cli on GitHub. Install counts from skills.sh. The summary and security audit are derived from the skill's source files: every command and URL listed appears verbatim in the source.

Related skills

find-skills

2.3M

Users seeking to extend agent capabilities with specialized tools, workflows, or knowledge packages

The find-skills skill enables agents to search for, discover, and install modular packages from the open agent skills ecosystem using the Skills CLI.

highclipackage-managervercel-labs

agent-browser

506.7K

AI agents and developers requiring programmatic web interaction, exploratory testing, or automation of Electron desktop applications

The agent-browser CLI provides browser automation for AI agents using Chrome or Chromium via CDP. It supports page navigation, form interaction, data extraction, and testing. The tool utilizes accessibility-tree snapshots and element references for interaction.

highbrowser-automationclivercel-labs

azure-ai

429.4K

Developers and AI agents requiring integration with Azure AI services for search, transcription, and synthesis tasks

The azure-ai skill provides tools for interacting with Azure AI services, including AI Search, Speech, OpenAI, and Document Intelligence. It supports search operations, speech-to-text, text-to-speech, and OCR through an MCP server interface.

highazureaimicrosoft

image-to-video

355.0K

Developers and users who need to automate video generation from images using the RunComfy platform

The image-to-video skill routes user requests to specific RunComfy animation models based on intent. It selects HappyHorse 1.0 I2V for general animation, Wan 2.7 for custom-voiceover lip-sync, or Seedance 2.0 Pro for multi-modal composition. The skill executes the RunComfy CLI to process inputs and download generated video files.

highaivideo-generationagentspace-so