Publish from the browser

Upload your skill or plugin file directly here, no need to install the CLI. For automation (CI, releases), use the CLI or a trusted publisher instead.

How to package it

The internal content of a skill or plugin is the same as always (documented on the Pepe site: skills and plugins). The only thing that changes here is how the file you upload is packaged.

Skill → .zip

A single Markdown file at the root of the zip, named after the package:

meu-skill.zip
└── meu-skill.md

Plugin → .tgz

manifest.json at the root, together with the files it references in files:

meu-plugin.tgz
├── manifest.json
└── meu-plugin.exs

You need to be signed in to publish.

Sign in with GitHub