vos-remix

Installation
SKILL.md

Remix a vos program

Every video on vos.so/gallery is a program: inputs + a deterministic function → video. Remixing is editing that program's JSON config and pushing the result back as a private vos on the user's account, with lineage. You edit locally; the platform validates, compiles, and renders a preview.

Setup

npm i -D @vosjs/cli @vosso/vos-plugin   # the fetch/check/push/pull loop

No browser needed for this loop (rendering previews happens on the platform). Everything also works as plain HTTP if the CLI is unavailable: references/remix-contract.md documents every endpoint.

Credentials (never print them)

Installs
2
Repository
vosjs/skills
First Seen
Aug 5, 2026
vos-remix — vosjs/skills