研究查询和正文核实问题会发送给 Firecrawl
原文依据:4 处搜索命令直接接受查询文本,正文读取命令还接受具体问题。该 Skill 明确覆盖临床、药物、基因和疾病主题,因此用户若在查询中写入个人病情、未公开研究方向、药物项目代号或其他机密背景,这些内容会进入外部工具调用。
外部服务可能接触并记录用户的敏感健康兴趣、研究意图或商业研发信息。所示文件没有说明其保留、访问或再利用规则。
该 Skill 主动要求把用户的查询文本,以及针对单篇论文的具体核实问题,提交给 Firecrawl 的 MCP 工具或 CLI。由于适用范围包括临床、药物、基因和疾病问题,用户若把个人病情、未公开课题或项目代号写进查询,这些内容可能被发送到外部服务。来源没有说明数据保留或隐私边界。用户可要求作者说明 Firecrawl 的数据处理政策,并限制代理仅提交去标识化、非机密的检索词。
Paper abstracts, with full text reachable per paper. The largest share of the corpus 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: a paper that exists only behind a publisher paywall or in a niche venue may not be indexed, and the general web tools below are the fallback when it isn't.查看另外 3 个位置
- MCP: **`firecrawl_research_search_papers(query, k?)`** CLI: **`firecrawl research search-papers <query> [--k <number>]`** Semantic (HyDE) search over **abstracts**. The natural first move for almost any query. If results look thin or all-alike, re-run with a different framing (sibling domain, rival method, dataset/benchmark name) rather than giving up.- MCP: **`firecrawl_research_related_papers(seed_ids, intent, mode?, k?)`** CLI: **`firecrawl research related-papers <seedIds...> --intent <intent> [--mode <similar|citers|references>] [--k <number>]`** Semantic and structural expansion, ranked to your `intent`.- MCP: **`firecrawl_research_read_paper(id, question)`** CLI: **`firecrawl research read-paper <id> --question <question>`** In-body passages of **one** paper, to verify a load-bearing constraint (a method actually used, a score actually reported, an affiliation, what a paper compares to). Use it to settle a specific doubt, not on everything.