Installation
The Abyss CLI is available as an npm package. You can run it directly with npx:
npx @uhg-abyss/cli <command>Or install it globally:
npm install -g @uhg-abyss/cliabyss-cli <command>Available commands
The Abyss CLI provides two main command categories:
Skills management
Install and manage AI agent skills:
npx @uhg-abyss/cli skills <command>See the Agent Skills guide for detailed documentation on installing and managing skills for AI coding agents.
Usage
For a complete list of available commands and options, use the help command:
npx @uhg-abyss/cli --helpnpx @uhg-abyss/cli skills --help