publish

command
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 19, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Overview

Package main publishes the agentcall plugin to the Claude Code marketplace.

This tool generates the plugin files and submits a PR to anthropics/claude-plugins-official.

Usage:

# Validate locally without creating a PR (dry run)
go run ./cmd/publish --dry-run

# Validate and show what would be submitted
go run ./cmd/publish --dry-run --verbose

# Submit to marketplace (requires GITHUB_TOKEN)
GITHUB_TOKEN=ghp_xxx go run ./cmd/publish

# Submit with custom PR title
GITHUB_TOKEN=ghp_xxx go run ./cmd/publish --title "Add agentcall voice calling plugin"

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL