Analyzed May 16, 2026
This skill is safe to use. It facilitates research by finding and synthesizing academic and technical reports using the Firecrawl service. No malicious code, exfiltration patterns, or unauthorized access were detected.
firecrawl/firecrawl-workflows · Official
Find and synthesize research papers, whitepapers, PDFs, technical reports, and academic sources with Firecrawl Research, using semantic paper search, related-paper expansion, and in-body verification over Firecrawl's paper index — largely biomedical and life-science literature from PubMed, bioRxiv, and medRxiv, plus arXiv preprints in CS, physics, and math. Use when the user wants a literature review, systematic review, survey of studies, paper summary, research landscape, or sourced synthesis …
npx skills add firecrawl/firecrawl-workflows --skill firecrawl-research-papers
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Browser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "chec…
617.3K installsBuild, deploy, evaluate, optimize, fine-tune, and manage Microsoft Foundry agents, models, and …
576.5K installsArchitect and provision enterprise Azure infrastructure from workload descriptions. For cloud a…
402.8K installsPartner security reviews for this skill.
Analyzed May 16, 2026
This skill is safe to use. It facilitates research by finding and synthesizing academic and technical reports using the Firecrawl service. No malicious code, exfiltration patterns, or unauthorized access were detected.
Analyzed May 16, 2026
[MEDIUM] W011: Third-party content exposure detected (indirect prompt injection risk).
Analyzed May 16, 2026
0 alerts
Other skills from firecrawl/firecrawl-workflows · top by installs.
npx skills add firecrawl/firecrawl-workflows
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Parsed from SKILL.md frontmatter.
Files included with this skill beyond the listing page.
SKILL.md
7,224 B
SUMMARY.md
775 B
Use this to create a sourced literature review.
Infer the topic, source constraints, target count, and output format from context. If the topic is clear, proceed immediately.
Ask at most 1-3 concise questions only if blocked, such as the topic, target paper count, or required venue/date/method constraints.
Use Firecrawl Research through the CLI, MCP, or equivalent Firecrawl tool surface as the primary path for paper discovery and verification. Fall back to general Firecrawl search and scrape for whitepapers, technical reports, research blogs, leaderboards, or facts outside the paper corpus.
What the paper index holds: paper abstracts, with full text reachable per paper. Its largest share is biomedical and life-science literature — PubMed journal articles plus bioRxiv and medRxiv preprints — so clinical, drug, gene, disease, epidemiology, and public-health questions are in scope. arXiv preprints cover computer science, physics, and mathematics. Coverage outside those sources is thinner, and the web tools below are the fallback there.
Core tools:
firecrawlresearchsearch_papers(query, k?)CLI: firecrawl research search-papers <query> [--k <number>] Semantic search over paper abstracts. Start here for most paper-finding queries, and retry with alternate framing when results are thin or too narrow.
firecrawlresearchrelatedpapers(seedids, intent, mode?, k?)CLI: firecrawl research related-papers <seedIds...> --intent <intent> [--mode <similar|citers|references>] [--k <number>] Expand from strong seed papers into similar work, citing papers, or references. Use this to find the relevant paper family, not just the first matching result.
firecrawlresearchinspect_paper(id)CLI: firecrawl research inspect-paper <id> Fetch canonical metadata for a candidate paper: title, abstract, authors, categories, source ids, and dates.
firecrawlresearchread_paper(id, question)CLI: firecrawl research read-paper <id> --question <question> Verify a specific claim or constraint inside one paper, such as method, reported score, benchmark, affiliation, comparison, or limitation.
firecrawlsearch(query) / firecrawlscrape(url)CLI: firecrawl search <query> / firecrawl scrape <url> Use for web-only context: benchmark leaderboards, rankings, reports, whitepapers, research blogs, and source pages outside the paper index.
Not the paper index, despite the name: passing categories: ["research"] to firecrawlsearch (CLI firecrawl search <query> --categories research) filters an ordinary web search to research-affiliated websites — the list includes PubMed, bioRxiv, medRxiv, arXiv, and publisher sites — and returns page results from them. It reaches those sites' web pages; what it does not do is query their paper records in the index above, so there is no abstract search, no related-paper or citation-graph expansion, no canonical paper metadata, and no in-body passages. Use it when a web search is what you want and those sites should be weighted in the same call; use the firecrawlresearch_* tools for paper work.
Match the approach to the query:
metadata or body verification is needed.
then expand with related papers and keep close neighbors.
search multiple framings, expand several strong anchors, and re-seed from newly found relevant papers.
strongest anchor, expand via similar, citers, or references, and use read-paper to verify the property.
ranking, then map top entries back to papers with paper search.
inspect-paper metadata or read-paper before keeping a candidate.
Target source types:
preprints for work that has not appeared in a journal yet
Principles:
best result.
candidate.
If appropriate, use sub-agents or equivalent parallel task runners:
bioRxiv/medRxiv preprints on a clinical, drug, gene, disease, epidemiology, or public-health topic
Split by source or sub-topic, not by tool. Give each researcher the same paper tools and let the topic decide which part of the corpus answers.
# Literature Review: [Topic]
## Abstract
[2-3 paragraph summary]
## Key Papers
[Title, authors, source URL, key findings, methodology, relevance]
## Themes And Consensus
[What sources agree on]
## Open Questions And Debates
[Disagreements and unresolved questions]
## Emerging Trends
[Recent developments]
## Sources
[Organized by paper/report/article]
## Rerun Inputs
workflow: firecrawl-research-papers
topic: [topic]
target_count: [number]
output: [markdown/brief]