firecrawl-research-index

Agent skill from firecrawl/skills.

firecrawl ↓ 16k
Claude Code
View source ↗

What it does

  • MCP: firecrawlresearchsearchpapers(query, k?)
  • MCP: firecrawlresearchrelatedpapers(seedids, intent, mode?, k?)
  • MCP: firecrawlresearchinspectpaper(id)
  • MCP: firecrawlresearchreadpaper(id, question)
  • MCP: firecrawlsearch(query) / firecrawlscrape(url)
  • Single named paper ("the Qwen3 report") → one searchpapers, done. This is the only case that truly wants exactly one paper.
  • Only drop the clearly off-topic. Don't pad with papers you're confident are unrelated — but that's a high bar; most plausibly-relevant work should make the cut.

Requirements & configuration

  • Use it after searchpapers or relatedpapers when you need the complete citation/metadata for a candidate, or when you have an id from elsewhere and need to confirm what paper it resolves to.

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

firecrawl-research-index FAQ

What does the firecrawl-research-index skill do?

Find the papers that answer a research query with Firecrawl Research, using semantic search, semantic and structural expansion, and in-body verification. Always use this skill for any literature-finding / paper-retrieval task — single-paper lookups or full multi-paper sets. MCP: firecrawlresearchsearchpapers(query, k?) MCP: firecrawlresearchrelatedpapers(seedids, intent, mode?, k?)

What does firecrawl-research-index require?

Use it after searchpapers or relatedpapers when you need the complete citation/metadata for a candidate, or when you have an id from elsewhere and need to confirm what paper it resolves to.

How do I install firecrawl-research-index?

Run: npx -y skills add https://github.com/firecrawl/skills --skill firecrawl-research-index --agent claude-code — the source lives at github.com/firecrawl/skills.

Maintain firecrawl-research-index?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

firecrawl-research-index on getagentictools
[![firecrawl-research-index on getagentictools](https://getagentictools.com/badge/skills/firecrawl-skills-firecrawl-research-index.svg)](https://getagentictools.com/skills/firecrawl-skills-firecrawl-research-index?ref=badge)
npx agentictools info skills/firecrawl-skills-firecrawl-research-index

The second line is the CLI lookup for this page — handy in READMEs and docs.