CLI Overview
The Agentver CLI covers everything you need 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)agentver pinPin a package to skip it during updatesagentver unpinUnpin a package so it is included in updatesSearch & Discovery
agentver searchSearch for skills across the platform, skills.sh, and well-known domainsagentver scanDetect installed agents and discover skills/configs in a directoryagentver infoShow detailed information about an installed packageagentver adoptAdopt existing skills and configs into Agentver management