open-science-publish
v0.3.0Publishing: export the public part of a private repo through a manifest, check it, push it after your approval, build the project site, and release data on Zenodo.
By open-science contributorsLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 26, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install open-science-publish for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install open-science-publish@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/mhycheung/open-scienceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/open-science-publish/.
Plugin files
├── .claude-plugin/plugin.json├── skills/publish/SKILL.md└── skills/zenodo-release/SKILL.md
Included Skills2
Publish a project's public part - export the files the publish manifest allows, run every check, write a review report, stop for the user's approval, then push to the public repo and rebuild the project site. Use when the user asks to publish, release the code or notes, update the public repo, check what is unpublished, bring public changes back, or preview the project site.
Release a project's data to Zenodo as a new versioned record - dry run, sandbox release, then a production release only after the user explicitly confirms, with the DOI written back to data/MANIFEST.yaml and CITATION.cff. Use when the user asks to release, archive or publish data on Zenodo or to get a DOI for a dataset.
Plugin manifests1
{
"name": "open-science-publish",
"version": "0.3.0",
"description": "Publishing: export the public part of a private repo through a manifest, check it, push it after your approval, build the project site, and release data on Zenodo.",
"license": "MIT",
"author": {
"name": "open-science contributors"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[open-science-publish on Agent Plugins Marketplace](https://pluginsmp.com/plugins/open-science-publish)