Install
openclaw skills install wells1137-skill-updaterUpdates a specific skill within a repository and triggers the automated publishing pipeline. Use when the user wants to release a new version of a single skill.
openclaw skills install wells1137-skill-updaterThis skill automates the release process for a single skill within a repository, ensuring it's published to all relevant channels without affecting other skills.
This skill finds and executes a release script within the target repository. It assumes the repository has been set up with the skill-publisher pipeline.
When this skill is activated, it will:
image-gen).2.1.0).scripts/release.sh script in the repository and execute it with the provided arguments.This triggers the publish.yml GitHub Actions workflow, which detects the new tag and publishes the updated skill to ClaWHub.
User: "Help me update the
image-genskill."Agent (using this skill): "What is the new version number?"
User: "2.1.0"
Agent: "And what's the main change in this version?"
User: "Added Stable Diffusion 3 support."
Agent: "Got it. Releasing
image-genv2.1.0..." Agent executesbash scripts/release.sh image-gen 2.1.0 "Add Stable Diffusion 3 support"