⌘K

vtrix skills

Search, install, and configure Agent Skills from SkillHub.

vtrix skills list

List all available Skills on SkillHub.

vtrix skills list                      # List all Skills
vtrix skills list --category video     # Filter by category
vtrix skills list --sort stars         # Sort by: stars / downloads / updated

vtrix skills find

Search for Skills.

vtrix skills find "video generation"   # Keyword search
vtrix skills find -i                   # Interactive browse

vtrix skills add

Install a specific Skill.

vtrix skills add <slug>                # Install to current directory
vtrix skills add <slug> -g             # Global install (auto-detects agent environment)
vtrix skills add <slug> -v 1.2.0       # Install a specific version
vtrix skills add <slug> -g --yes       # Skip confirmation prompt

Global install (-g) automatically detects installed agents and installs the Skill to the appropriate path. The default install path is ~/.agents/skills/<slug>.


vtrix skills config

View or modify SkillHub configuration.

vtrix skills config --show             # Show current configuration
vtrix skills config --set-url <url>    # Override the SkillHub API URL

Installation Paths

AgentGlobal install path (-g)
Claude Code~/.claude/skills/
Cursor~/.cursor/skills/
Codex~/.codex/skills/
Default~/.agents/skills/

Example: Search and Install a Skill

Searching for a video generation Skill and installing it into Claude Code.

Search available Skills:

vtrix skills find "video generation"
Search results for "video generation" (3 found)

  seedance_2_0          Seedance V2.0 Video Generation     ★ 4.8  ↓ 12.4k
  seedance_2_0_fast     Seedance V2.0 Fast                 ★ 4.6  ↓ 8.1k
  kirin-video-suite     Kirin Video Suite                  ★ 4.5  ↓ 3.2k

Use "vtrix skills add <slug>" to install.

Browse Skill details:

vtrix skills list --category video --sort stars
Skills (category: video, sorted by stars)

  slug                  name                        stars   downloads   updated
  ──────────────────────────────────────────────────────────────────────────────
  seedance_2_0          Seedance V2.0               ★ 4.8   12,400      3 days ago
  seedance_2_0_fast     Seedance V2.0 Fast          ★ 4.6   8,100       3 days ago
  kirin-video-suite     Kirin Video Suite           ★ 4.5   3,200       1 week ago

Install globally to Claude Code:

vtrix skills add seedance_2_0 -g
Detecting Agent environment...
  ✓ Claude Code detected at ~/.claude/skills/

Installing seedance_2_0 v2.1.0...
  ✓ Downloaded
  ✓ Installed to ~/.claude/skills/seedance_2_0/

Skill ready. Restart Claude Code to activate.

Skip confirmation for batch install:

vtrix skills add seedance_2_0_fast -g --yes
✓ Installed seedance_2_0_fast v2.1.0 → ~/.claude/skills/seedance_2_0_fast/
Restart your agent after install

After a global install, you need to restart the corresponding agent (e.g. Claude Code) to load the new Skill. Installing to the current directory (without -g) makes the Skill available only within that project directory.

View current SkillHub configuration:

vtrix skills config --show
SkillHub Configuration
  API URL:  https://hub.vtrix.ai/api
  Token:    (from auth)
  Cache:    ~/.cache/vtrix/skills