This feature is missing from vercel-labs/skills, but can be done in the following way:
# list global skills - remove `-g` for current project skills instead
bunx skills ls -g --json | jq -r '.[] | .sourceUrl | select(. != null)' | sort | uniqYou can then export the list of repos, and reimport them in another machine, for example.
(And you can use npx instead of bunx, if you prefer, of course.)