Vercel Skills v1.4.4: Auth Token & SSH URL Fixes

Vercel Skills v1.4.4 fixes auth token passing and Windows spawn errors, adds SSH URL support in lock files.

Vercel Skills v1.4.4: Auth Token & SSH URL Fixes

TL;DR

  • Auth token now properly passed to fetchSkillFolderHash
  • SSH URLs now supported in lock files
  • Windows spawnSync ENOENT error fixed

Fixed

  • Auth token handling — token now correctly passed to fetchSkillFolderHash, fixing authentication failures on skill folder operations
  • Windows spawnSync ENOENT — resolved spawn process errors on Windows systems that were blocking command execution

New

  • SSH URL support in lock files — lock files now accept SSH URLs alongside HTTPS, enabling git-based dependency resolution for teams using SSH keys

Update with: npm install @vercel-labs/skills@1.4.4

Source: Vercel