zenodo
Installation
SKILL.md
Zenodo Skill
Interact with the Zenodo API through the bundled CLI for public record search/download and authenticated deposit management.
When To Use
Use this skill for Zenodo-specific work: finding public records, downloading record files, listing deposits, creating draft deposits, editing metadata, uploading files, deleting drafts, and publishing deposits.
Workflow
- Resolve this skill directory and run the bundled
scripts/zenodohelper from there; do not assumezenodois already onPATH. - Use
searchanddownloadwithout a token for public records. - Require
ZENODO_ACCESS_TOKENbeforecreate,list,show,update,upload,delete, orpublish. - Use
--sandboxfor tests, dry runs, examples, or any workflow where the user has not explicitly asked to modify production Zenodo. - Before
publish, confirm the target deposit ID, metadata, and uploaded files with the user unless they already gave explicit publish approval.