Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.7 KB

File metadata and controls

55 lines (41 loc) · 1.7 KB

MIRI Claude Code Plugins

A plugin marketplace for Claude Code used at the Machine Intelligence Research Institute.

Prerequisites

Plugins may have their own prerequisites. See each plugin's README for details.

Installation

Via Claude Code CLI

claude /plugin marketplace add machine-intelligence/claude-code-plugins
claude /plugin install video-tools@miri-tools
  1. Open Claude Desktop and click the Code tab
  2. Open the sidebar (click the sidebar icon or press Cmd + .)
  3. Click Plugins at the bottom of the sidebar
  4. Click the + button, then Browse plugins
  5. In the Browse plugins dialog, click the By Anthropic dropdown
  6. Select Add marketplace from GitHub
  7. Enter machine-intelligence/claude-code-plugins and click Sync
  8. Switch to the new marketplace in the dropdown and install the plugins you want

Alternative: Manual settings.json

For managed or automated setups, add to ~/.claude/settings.json:

{
  "extraKnownMarketplaces": {
    "miri-tools": {
      "source": {
        "source": "github",
        "repo": "machine-intelligence/claude-code-plugins"
      }
    }
  },
  "enabledPlugins": {
    "video-tools@miri-tools": true
  }
}

Available Plugins

Plugin Description
video-tools Tools for downloading and clipping videos from the internet