CLI Overview
The Agentver CLI has 21 commands for installing, versioning, publishing, auditing, and collaborating on AI agent skills. It works standalone or connected to the platform.
install
$ bun add -g @agentver/cliPackage Management
agentver initScaffold a new package (skill, config, plugin, script, or prompt)agentver installInstall a skill from a Git repository or well-known domainagentver removeRemove an installed packageagentver listShow installed packages with versions and sourcesagentver updateUpdate installed skills to their latest upstream versionagentver statusShow status of installed skills (upstream changes, local modifications)