Print the installed GSD plugin version and check online for updates
Scanned 9/11/2026
Install to Claude Code
npx -y skills add buildomator/buildomator --skill version --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Version?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/buildomator-version)More formats (shields.io, HTML) on the badges page.
---
name: version
description: Print the installed GSD plugin version and check online for updates
allowed-tools:
- Bash
---
Run this and relay its output verbatim; add nothing.
```bash
PJ="${CLAUDE_PLUGIN_ROOT:+$CLAUDE_PLUGIN_ROOT/.claude-plugin/plugin.json}"; [ -f "$PJ" ] || PJ=$(ls -d "$HOME"/.claude/plugins/cache/gsd-plugin/bm/*/.claude-plugin/plugin.json 2>/dev/null|sort -V|tail -1)
CUR=$(grep -m1 '"version"' "$PJ" 2>/dev/null|grep -oE '[0-9]+\.[0-9]+\.[0-9]+'); LAT=$(git ls-remote --tags --refs https://github.com/buildomator/buildomator 2>/dev/null|grep -oE '[0-9]+\.[0-9]+\.[0-9]+$'|sort -V|tail -1)
echo "GSD plugin: ${CUR:-unknown} (latest: ${LAT:-could not check})"
if [ -n "$LAT" ] && [ "$CUR" != "$LAT" ] && [ "$(printf '%s\n%s' "$CUR" "$LAT"|sort -V|tail -1)" = "$LAT" ]; then echo "Update available: /plugins -> Marketplace -> refresh gsd-plugin -> Esc x2, then /reload-plugins"; fi
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...