open-science
v0.3.0Onboarding for the open-science framework: asks which components you want, checks your machine, and sets up tokens safely. Install this first.
By open-science contributorsLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- 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 for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install open-science@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/.
Plugin files
├── .claude-plugin/plugin.json└── skills/onboard/SKILL.md
Included Skills1
Set up the open-science framework for a user - check what this machine already has, ask which of the three components they want (project management, context management, publishing) and whether they want the optional extras (projects list, SLURM resurrection), install those plugins, set up tmux for context management (mouse settings, one pane per task, a tmux batch job on a SLURM cluster), set up how agents reach the user (Notion, recommended, or Slack or files), and set up GitHub access and the Notion, Zenodo and Slack tokens safely. Use when the user asks to onboard, install, set up or configure open-science, or to add a component later.
Plugin manifests1
{
"name": "open-science",
"version": "0.3.0",
"description": "Onboarding for the open-science framework: asks which components you want, checks your machine, and sets up tokens safely. Install this first.",
"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 on Agent Plugins Marketplace](https://pluginsmp.com/plugins/open-science)