Files
John Doe be7ccb9e0f feat: add GitHub Actions workflows for ClawHub publishing
- skill-publish.yml: Publish skills via tag push or workflow dispatch
- package-publish.yml: Publish plugins with PR dry-run validation
- clawhub-ci.yml: CI validation for skills and plugins
- README.md: Workflow documentation and usage guide

Workflows support:
- Tag-based publishing (skills/{path}/v{version}, plugins/{path}/v{version})
- Manual workflow dispatch with inputs
- PR dry-run validation for plugins
- Security scanning for hardcoded secrets
- Validation of SKILL.md frontmatter and plugin manifests

Requires CLAWHUB_TOKEN secret in repository settings.
2026-04-01 20:27:24 -04:00
..