Plugin Publish

Community

Publish Betty plugin bundles securely and reliably

Authorepieczko
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the secure distribution of your Betty Framework plugin bundles to local directories, Claude Marketplace endpoints, or GitHub Releases. It ensures package integrity with checksum verification and supports safe testing with dry-run and validation modes.

Core Features & Use Cases

  • Validates package integrity via MD5/SHA256 checksums
  • Publishes to local dist/published for testing and archival
  • Uploads to Claude Marketplace (simulated) with metadata
  • Creates GitHub Releases automatically via gh CLI
  • Dry-run and validate-only modes enable safe testing before publishing

Quick Start

Use the plugin publish tool to distribute a prepared plugin package, for example:

  • Publish a local tarball:
  • python skills/plugin.publish/plugin_publish.py dist/betty-framework-1.0.0.tar.gz

Dependency Matrix

Required Modules

PyYAML

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: Plugin Publish
Download link: https://github.com/epieczko/betty/archive/main.zip#plugin-publish

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