Vercel Skills v1.4.5: SSH URLs & JSON Output

Vercel Skills 1.4.5 fixes SSH URL handling in lock files, adds JSON output for the list command, and improves symlink behavior during skill installation.

Vercel Skills v1.4.5: SSH URLs & JSON Output

TL;DR

  • SSH source URLs now preserved in lock files instead of being converted
  • New --json flag for machine-readable list output
  • Symlink handling improved; underscore-prefixed files no longer excluded

New

  • --json flag for list command — Output skill listings in JSON format for scripting and automation
  • Warp as universal agent — Added support for Warp terminal as an agent platform

Fixed

  • SSH source URLs preserved in lock files — Previously converted to HTTPS; now maintains original SSH URLs
  • Broken symlinks skipped during installation — No longer fails when encountering broken symlinks
  • Symlink/copy prompt removed when unnecessary — Skips prompt when all agents share one directory
  • Underscore-prefixed files included — Files starting with underscore are no longer excluded during skill installation
  • Search results sorted by install count — Results now ranked by popularity instead of arbitrary order
  • Hardcoded ~/.agents path removed — Skill lock file path no longer hardcoded to user home directory

Update with: npm install -g @vercel/skills@1.4.5 or check the release page for other installation methods.

Source: Vercel