create-plugin

Installation
SKILL.md

Create New Plugin

Add a datasource plugin following the existing patterns.

Files to Create

plugins/{name}/
├── config.go        # Config struct + Validate() + ApplyDefaults()
├── plugin.go        # Implements plugin.Plugin interface
├── examples.go      # Embeds examples.yaml
├── examples.yaml    # Query examples
└── python/{name}.py # Sandbox module (connects via proxy)

Plus:

  • pkg/proxy/handlers/{name}.go - Reverse proxy handler

Templates

Installs
5
Repository
ethpandaops/mcp
GitHub Stars
1
First Seen
Feb 20, 2026
create-plugin — ethpandaops/mcp