From woz
Updates WOZCODE plugin to latest version: refreshes marketplace entry (SSH/HTTPS fallback), runs claude plugin update/install, clears update flag. Use when update notification appears.
npx claudepluginhub withwoz/wozcode-plugin --plugin wozThis skill is limited to using the following tools:
Update the WOZCODE plugin to the latest version.
Manages third-party Claude Code plugin updates: force immediate updates via empty arg or view status dashboard with 'status'. Auto-runs on session start.
Checks and updates CWF plugin across scopes to align with latest marketplace versions and fixes. Triggers: 'cwf:update', 'update cwf', 'check for updates'.
Automates semver bumps for Claude Code plugins: updates plugin.json and marketplace.extended.json, regenerates marketplace.json, verifies consistency, preps git tags.
Share bugs, ideas, or general feedback.
Update the WOZCODE plugin to the latest version.
Run these steps in sequence. After each bash command, check the exit code before proceeding.
Try the update first:
claude plugin marketplace update wozcode-marketplace
If this fails (e.g. git/SSH auth error), fall back to adding via HTTPS, then removing the old entry:
claude plugin marketplace add https://github.com/WithWoz/wozcode-plugin.git
If the add succeeded, remove the old SSH-based entry:
claude plugin marketplace remove wozcode-marketplace
If the add failed, do NOT run remove — the old marketplace entry is still needed. Tell the user: "Marketplace update failed. Check your network connection and try again."
claude plugin update woz@wozcode-marketplace
update force-upgrades an already-installed plugin. install is a no-op when an entry already exists in installed_plugins.json, so it will not upgrade.
If update fails, fall back to:
claude plugin install woz@wozcode-marketplace
If both fail, tell the user: "Plugin update failed. Please report this issue at https://github.com/WithWoz/wozcode-plugin/issues"
rm -f "${CLAUDE_CONFIG_DIR:-$HOME/.claude}/wozcode/update-available.json"
After all steps succeed, tell the user:
/reload-plugins to apply the update or restart Claude Code