A specialized skill to execute web searches through the Firecrawl MCP interface.

Install

mkdir -p .claude/skills/search && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/3570" && unzip -o skill.zip -d .claude/skills/search && rm skill.zip

Installs to .claude/skills/search

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Search via Firecrawl MCP using mcporter.
40 charsno explicit “when” trigger
Beginner

Key capabilities

  • Route search queries to Firecrawl
  • Retrieve web-based information
  • Execute search via mcporter

How it works

The skill uses mcporter to invoke the Firecrawl MCP server, which performs web searches and returns the content.

Inputs & outputs

You give it
Search query string
You get back
Web search results

When to use search

  • Searching for technical documentation
  • Gathering data for research
  • Fetching real-time web content

About this skill

Search (Firecrawl MCP)

This skill routes search requests through the Firecrawl MCP server using mcporter.

Configure mcporter

The installer writes a mcporter config file at:

  • ~/.mcporter/config.json

Make sure the file contains a firecrawl-mcp entry with a valid API key:

{
  "mcpServers": {
    "firecrawl-mcp": {
      "command": "npx",
      "args": ["-y", "firecrawl-mcp"],
      "env": {
        "FIRECRAWL_API_KEY": "YOUR_FIRECRAWL_API_KEY"
      }
    }
  }
}

List tools

npx -y mcporter@latest list --config ~/.mcporter/config.json firecrawl-mcp

Example call

npx -y mcporter@latest call --config ~/.mcporter/config.json firecrawl-mcp.search query="YOUR_QUERY"

When not to use it

  • Local file system searches
  • Non-web research tasks

Prerequisites

Firecrawl API keymcporter configuration

Limitations

  • Requires valid Firecrawl API key
  • Dependent on Firecrawl service availability

How it compares

It provides a direct interface to web search capabilities within the command environment via MCP.

Compared to similar skills

search side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
search (this skill)36moReviewBeginner
web-search339moReviewBeginner
perplexity146moNo flagsBeginner
perplexity-search137moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

web-search

Igosuki

This skill should be used when users need to search the web for information, find current content, look up news articles, search for images, or find videos. It uses DuckDuckGo's search API to return results in clean, formatted output (text, markdown, or JSON). Use for research, fact-checking, finding recent information, or gathering web resources.

33188

perplexity

davila7

Web search and research using Perplexity AI. Use when user says "search", "find", "look up", "ask", "research", or "what's the latest" for generic queries. NOT for library/framework docs (use Context7) or workspace questions.

14175

perplexity-search

davila7

Perform AI-powered web searches with real-time information using Perplexity models via LiteLLM and OpenRouter. This skill should be used when conducting web searches for current information, finding recent scientific literature, getting grounded answers with source citations, or accessing information beyond the model's knowledge cutoff. Provides access to multiple Perplexity models including Sonar Pro, Sonar Pro Search (advanced agentic search), and Sonar Reasoning Pro through a single OpenRouter API key.

13135

exa-search

benjaminjackson

Search the web for content matching a query with AI-powered semantic search. Use for finding relevant web pages, research papers, news articles, code repositories, or any web content by meaning rather than just keywords.

9106

skill-gemini-google-maps-tool

dnvriend

Query Gemini with Google Maps grounding

6103

exa-research

benjaminjackson

Use when the user mentions Exa research OR when the workflow benefits from complex, multi-step research and other exa-ai approaches are not yielding satisfactory results.

894

Search skills

Search the agent skills registry