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"
Click to show internal directories.
Click to hide internal directories.