← Back to Skills Marketplace
Zenodo Skill
by
Agents365.ai
· GitHub ↗
· v1.0.0
· MIT-0
122
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install zenodo-skill
Description
Use whenever the user mentions Zenodo, depositing or publishing research artifacts (datasets, software, papers, posters) to Zenodo, minting a DOI for a datas...
Usage Guidance
This skill appears coherent and limited to the Zenodo API, but before installing: 1) Only provide a Zenodo token with the minimum required scopes (deposit:write and deposit:actions); use a sandbox token for testing. 2) Do not paste tokens into chat or inline them into commands shown to others; store them in your environment. 3) Be aware that if the agent can invoke the skill and the token is available, it can create/publish deposits — prefer sandbox unless you explicitly confirm production publishes. 4) Because this is an instruction-only skill from an external GitHub repo, review the repository yourself (or the SKILL.md/README contents, which are included) and only install from a source you trust. 5) Rotate/revoke the token if you stop using the skill or suspect misuse.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description (depositing, publishing, versioning, searching on Zenodo) align with the declared requirements: curl and a ZENODO_TOKEN. The files and examples exclusively target the Zenodo API and related local files (metadata.json, ./data/*), which are expected for this functionality.
Instruction Scope
SKILL.md and example scripts limit actions to Zenodo API calls (create deposition, upload via bucket, PUT metadata, publish, search). It reads local files to upload and reads $ZENODO_TOKEN/$ZENODO_BASE; it does not instruct reading unrelated system files or sending data to non-Zenodo endpoints. It explicitly warns to avoid inlining tokens and to confirm irreversible production publishes.
Install Mechanism
No install spec and no code files to write or execute. Instruction-only skills are lower-risk because nothing is downloaded or installed by the skill itself.
Credentials
Only one required environment variable (ZENODO_TOKEN) is declared and used; this is necessary for authenticated Zenodo operations. Optional ZENODO_BASE is reasonable for sandbox vs production. No unrelated credentials or system config paths are requested.
Persistence & Privilege
always:false (no forced inclusion). The agent policy file allows implicit invocation (allow_implicit_invocation:true) and model invocation is enabled by default — this is normal for skills, but remember that if the agent has access to a valid ZENODO_TOKEN it can perform authenticated actions programmatically. The skill mitigates risk by recommending sandbox-first and requiring explicit confirmation before irreversible production publish.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zenodo-skill - After installation, invoke the skill by name or use
/zenodo-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Zenodo Skill — interact with the Zenodo REST API to deposit, publish, version, and search research artifacts.
- Supports full deposit workflow: create, upload files (bucket API), set metadata, and publish.
- Enables creating new versions of existing records, discarding drafts, and searching published records.
- Guides setup for production and sandbox environments with required authentication steps.
- Provides core command examples and conventions to ensure safe, reliable usage.
- References included for metadata, search syntax, and workflow examples.
Metadata
Frequently Asked Questions
What is Zenodo Skill?
Use whenever the user mentions Zenodo, depositing or publishing research artifacts (datasets, software, papers, posters) to Zenodo, minting a DOI for a datas... It is an AI Agent Skill for Claude Code / OpenClaw, with 122 downloads so far.
How do I install Zenodo Skill?
Run "/install zenodo-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Zenodo Skill free?
Yes, Zenodo Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Zenodo Skill support?
Zenodo Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).
Who created Zenodo Skill?
It is built and maintained by Agents365.ai (@agents365-ai); the current version is v1.0.0.
More Skills