← Back to Skills Marketplace
Semver Manager
by
charlie-morrison
· GitHub ↗
· v1.0.0
· MIT-0
91
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install semver-manager
Description
Parse, validate, compare, sort, bump, and filter semantic versions (semver). Use when asked to check version compatibility, bump version numbers, sort releas...
Usage Guidance
This appears to be a small, self-contained semver CLI: it asks for nothing sensitive and runs locally. If you plan to use it, you can inspect scripts/semver.py (already provided) before running. Run it in your normal environment if you trust the source; if you do not, run it in an isolated environment (e.g., a container) as a general best practice. Note: the tool is priced ($49 in STATUS.md) — that is informational and unrelated to security.
Capability Analysis
Type: OpenClaw Skill
Name: semver-manager
Version: 1.0.0
The semver-manager skill is a standard utility for parsing, validating, and manipulating semantic versions. The Python script (scripts/semver.py) uses only the standard library, lacks any network or file system access, and contains no evidence of malicious intent or prompt injection.
Capability Assessment
Purpose & Capability
Name/description (semantic version parsing, comparing, bumping, filtering) align with the included CLI instructions and the scripts/semver.py implementation. Nothing requested (no env vars, no binaries) is unrelated to the stated purpose.
Instruction Scope
SKILL.md instructs only local invocation of python3 scripts/semver.py with various subcommands. The instructions do not reference external endpoints, unrelated files, secrets, or system-wide configuration.
Install Mechanism
No install spec is provided (instruction-only). No downloads or package installs are required, so nothing is written to disk beyond the included script when run.
Credentials
The skill requires no environment variables, credentials, or config paths. The code does not read environment variables or request secrets.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills or system configuration. Autonomous invocation is allowed (platform default) but not combined with other red flags.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install semver-manager - After installation, invoke the skill by name or use
/semver-manager - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Semver Manager?
Parse, validate, compare, sort, bump, and filter semantic versions (semver). Use when asked to check version compatibility, bump version numbers, sort releas... It is an AI Agent Skill for Claude Code / OpenClaw, with 91 downloads so far.
How do I install Semver Manager?
Run "/install semver-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Semver Manager free?
Yes, Semver Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Semver Manager support?
Semver Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Semver Manager?
It is built and maintained by charlie-morrison (@charlie-morrison); the current version is v1.0.0.
More Skills