zenodo

Query Zenodo records and download datasets, software, or publications.

17|4|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/fundamental-physics/marketplace --skill zenodo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zenodo
Source: https://github.com/fundamental-physics/marketplace/tree/main/plugins/core/skills/zenodo
Command: npx skills add https://github.com/fundamental-physics/marketplace --skill zenodo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

Zenodo search and download tool helps researchers locate datasets, software, and DOIs from Zenodo.

Core Features & Use Cases

  • Basic search and fetch of Zenodo records
  • List files in a record and download files
  • Retrieve BibTeX or DataCite citations for records
  • No authentication required for public records

Quick Start

Use the Zenodo skill to search for a dataset and download a file.

Frequently Asked Questions about zenodo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I download datasets from Zenodo using an API?

To download Zenodo datasets, you can query Zenodo records via its API to locate datasets, list files in a record, and download software or data artifacts. No authentication is required for public records.

Can I get a BibTeX citation for a Zenodo record?

Yes, you can retrieve BibTeX citations for Zenodo records. The tool queries the Zenodo API and outputs citation details in BibTeX or DataCite formats to help you properly cite datasets, software releases, and publications.

How do I find research data and DOIs on Zenodo?

You can find research data and DOIs on Zenodo by performing a basic search or fetch of Zenodo records. The tool queries the Zenodo API to locate datasets and publications, returning details in JSON format with error handling.

Do I need an API key to search and download public Zenodo datasets?

No, you do not need an API key or authentication to search and download public Zenodo datasets. The tool relies on the Zenodo API via requests to support search, file listing, and download workflows for public records.

What software dependencies are needed to query Zenodo records?

You need the requests library as a software dependency to query Zenodo records. The tool uses requests to interact with the Zenodo API for discovering datasets, obtaining DOIs, listing files, and downloading artifacts.

Does the Zenodo search tool support listing files before downloading?

Yes, the Zenodo search tool supports listing files in a record before downloading. You can query a specific Zenodo record to view its contents and then download the desired software or data artifacts using the API.