npx without installation.
Requirements
Node.js
Version 18 or higher required
Package Manager
npm, pnpm, yarn, or bun
Using npx (Recommended)
The easiest way to use the Skills CLI is withnpx, which runs the latest version without requiring global installation:
Terminal
Global Installation
If you prefer to install the CLI globally: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 asskills:
Terminal
Environment Variables
Optional environment variables for configuration:| Variable | Description |
|---|---|
INSTALL_INTERNAL_SKILLS | Set to 1 or true to show and install skills marked as internal: true |
DISABLE_TELEMETRY | Set to disable anonymous usage telemetry |
DO_NOT_TRACK | Alternative way to disable telemetry |
GITHUB_TOKEN | GitHub personal access token for higher API rate limits |
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:npx, you’re automatically using the latest version.
Troubleshooting
”Command not found: skills”
If you get this error after global installation:-
Ensure your npm global bin directory is in your PATH:
Terminal
-
Add the bin directory to your PATH in
~/.bashrcor~/.zshrc: -
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