Vercel Skills v1.4.5: SSH Fixes & JSON Output

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

Vercel Skills v1.4.5: SSH Fixes & JSON Output

TL;DR

  • SSH source URLs now preserved in lock files
  • New --json flag for machine-readable list output
  • Symlink handling and file filtering fixes across skill installation

New

  • --json flag for list command — Output skill lists in JSON format for scripting and CI/CD integration
  • Warp as universal agent — Added Warp to the supported agent ecosystem

Fixed

  • SSH source URLs in lock files — SSH URLs are now preserved instead of being converted, fixing lock file consistency
  • Broken symlinks during installation — Skill installation now skips broken symlinks gracefully
  • Symlink/copy prompt logic — Removed unnecessary prompts when all agents share a single directory
  • Underscore-prefixed files — Files starting with underscores are no longer excluded during skill installation
  • Hardcoded ~/.agents path — Lock file paths no longer hardcoded to user home directory
  • Search result sorting — Skills now sorted by install count for better discoverability

To upgrade: npm install -g @vercel-labs/skills@1.4.5

Source: Vercel