claude-plugin-converter

Community

Convert Claude Code plugins to self-contained Hermes plugins.

Authormoonlight-lupin
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill converts Claude Code plugins into self-contained Hermes plugins, enabling users to leverage Claude plugins with Hermes Agent.

Core Features & Use Cases

  • Plugin Conversion: Converts Claude plugins to Hermes plugins with a two-phase workflow (Discovery and Conversion).
  • Discovery: Analyzes Claude plugins to determine what can and cannot be converted.
  • Conversion: Generates a complete Hermes plugin directory from the Claude plugin.
  • Use Case: A user has a Claude Code plugin they want to use with Hermes Agent. They run the Skill to convert the plugin and integrate it with Hermes.

Quick Start

Run the discovery script:

python3 {SKILL_DIR}/scripts/analyze.py <claude_plugin_dir> --output <output_dir>/analysis.json

After user approval, run the conversion script:

python3 {SKILL_DIR}/scripts/convert.py <claude_plugin_dir> --analysis <output_dir>/analysis.json --output <output_dir>/<plugin_name>

Dependency Matrix

Required Modules

python

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: claude-plugin-converter
Download link: https://github.com/moonlight-lupin/agent-skills/archive/main.zip#claude-plugin-converter

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 620,000+ vetted skills library on demand.