crw-research

Installation
SKILL.md

fastCRW Research

Find EVERY arXiv paper that answers a research query. Recall = union of arXiv ids; extra ids never hurt, so cast wide but on-topic. The Research API is a live, drop-in Firecrawl-research-compatible surface — your job is query strategy + intent routing, the endpoints do the retrieval.

Set FASTCRW_API_KEY (a crw_live_… key from https://fastcrw.com/dashboard). Base URL https://api.fastcrw.com. Every endpoint is a GET; pull arXiv ids out of results[].ids.arxiv / results[].primaryId.

# search: ranked papers for one query
curl -s -H "Authorization: Bearer $FASTCRW_API_KEY" \
  "https://api.fastcrw.com/v2/search/research/papers?query=$(jq -rn --arg q "QUERY" '$q|@uri')&k=40"
Installs
31
Repository
us/crw
GitHub Stars
480
First Seen
Jun 21, 2026
crw-research — us/crw