Install
openclaw skills install wells1137-skill-publisherAutomates the multi-channel publishing of Agent Skills. Use when the user wants to release a new version of their skills to ClaWHub, GitHub, and other platfo...
openclaw skills install wells1137-skill-publisherThis skill automates the release process for a repository of Agent Skills, ensuring they are published to all relevant channels with a single command.
This skill sets up a GitHub Actions-based CI/CD pipeline in the target repository. The pipeline is triggered by pushing a git tag (e.g., v1.2.0).
setup.sh): The main script that orchestrates the entire setup process.publish.yml, quality-check.yml, submit-awesome-lists.yml) into the target repository's .github/workflows directory.release.sh, setup-github-topics.sh) to the repository's scripts/ directory.CLAWHUB_TOKEN, GH_PAT) and configures them as GitHub Actions secrets in the target repository.When this skill is activated, it will perform the following steps:
https://github.com/your-org/your-skills-repo).CLAWHUB_TOKEN and a GH_PAT with repo and workflow scopes.setup.sh script, which will:
assets/ directory into the target repository.gh CLI to set the repository secrets.scripts/setup.sh: The main orchestration script.assets/workflows/publish.yml: GitHub Actions workflow for publishing on tag push.assets/workflows/quality-check.yml: GitHub Actions workflow for running quality checks on PRs.assets/workflows/submit-awesome-lists.yml: GitHub Actions workflow for submitting PRs to awesome-lists.assets/scripts/release.sh: Helper script for users to easily create a new release.assets/scripts/setup-github-topics.sh: Helper script for setting GitHub Topics.