mirror of
https://github.com/Heretek-AI/heretek-openclaw-plugins.git
synced 2026-07-21 00:55:20 -04:00
be7ccb9e0f
- 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.