claude-plugin-converter

Installation
SKILL.md

Claude Plugin Converter

Convert a Claude Code plugin (.claude-plugin/plugin.json manifest + components) into a self-contained, installable Hermes plugin (plugin.yaml + __init__.py + bundled skills/hooks).

When to Use

  • User wants to use a Claude Code plugin with Hermes Agent
  • User says "convert this Claude plugin" or "make this work with Hermes"
  • User provides a Claude plugin directory, git URL, or marketplace reference

Overview

Two-phase workflow:

  1. Discovery — analyze the Claude plugin, report what can/can't be converted
  2. Conversion — generate a complete Hermes plugin directory the user can install with hermes plugins enable <name>

The output is a single self-contained Hermes plugin — skills, hooks, and MCP config all bundled inside one ~/.hermes/plugins/<name>/ directory. Not scattered artifacts.

Installs
50
GitHub Stars
62
First Seen
Jul 12, 2026
claude-plugin-converter — moonlight-lupin/agent-skills