Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use when collecting data for a research project, downloading time series, building a dataset, accessing economic or social data APIs, or scraping data from a non-API source. Handles source discovery, respectful collection, local caching, and manifest documentation.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-17 | ✗→✓ | ▲ Improved | 39% | 0% |
| case-04 | ✓→✓ | = Same ✓ | 25% | 0% |
| case-05 | ✓→✓ | = Same ✓ | 19% | 0% |
| case-06 | ✓→✓ | = Same ✓ | -9% | 0% |
| case-07 | ✓→✓ | = Same ✓ | 36% | 0% |
This skill guides data collection from the research question to a versionable artifact in data/raw/. It is field-agnostic and open-ended about sources — the references/common-sources.md file is a starting point, not a boundary. For any research question, the skill uses web search to find appropriate sources beyond the common list.
references/common-sources.md. If the user's needs are not covered there, search the web for the relevant source. Never invent a URL or API endpoint from memory.robots.txtdata/raw/ in a versionable format. Parquet is preferred for tabular data; CSV is acceptable for small datasets. Never edit raw files by hand.data/manifest.md following the format from replication-driven-research: name, source, URL or API endpoint, collection date, variables used, frequency, period, license or usage notes.data/raw/ before fetching. Only invoke the network if the file is missing or the user has explicitly requested a refresh.Follow this order when looking for a data source:
references/common-sources.md for known sources in the relevant domain."<topic>" open data API or "<topic>" dataset download.robots.txt prohibits itdata/raw/data/raw/ in a versionable format (parquet preferred)code/, not an interactive sessionOther measured skills in the registry, with their headline benchmark lift.