Skip to main content
The Skills CLI requires Node.js 18 or higher and can be run directly with npx without installation.

Requirements

Node.js

Version 18 or higher required

Package Manager

npm, pnpm, yarn, or bun
The easiest way to use the Skills CLI is with npx, which runs the latest version without requiring global installation:
Terminal
Using npx ensures you’re always running the latest version of the Skills CLI without manual updates.

Global Installation

If you prefer to install the CLI globally:
After global installation, you can use the skills command directly:
Terminal

Verify Installation

Check that the CLI is working correctly:
Terminal

Package Manager Configuration

pnpm

If you’re using pnpm, the project uses pnpm as its package manager:
package.json

npm Registry

The package is published to the npm registry as skills:
Terminal

Environment Variables

Optional environment variables for configuration:

Using a GitHub Token

For higher rate limits when checking for updates or installing skills from private repositories:
Terminal
The CLI automatically respects GITHUB_TOKEN environment variables for authentication with GitHub’s API.

Viewing Internal Skills

Some skill repositories contain internal skills that are hidden by default. To view and install them:
Terminal

Disabling Telemetry

The CLI collects anonymous usage data by default. To disable:
Telemetry is automatically disabled in CI environments. No personal information is collected.

Updating the CLI

If you installed globally, update with your package manager:
If using npx, you’re automatically using the latest version.

Troubleshooting

”Command not found: skills”

If you get this error after global installation:
  1. Ensure your npm global bin directory is in your PATH:
    Terminal
  2. Add the bin directory to your PATH in ~/.bashrc or ~/.zshrc:
  3. Reload your shell configuration:
    Terminal

Permission Errors

If you encounter permission errors during global installation:

Node.js Version Too Old

The CLI requires Node.js 18 or higher:
Terminal

Next Steps

Quickstart

Learn how to install and manage skills

Discover Skills

Browse community skills