Manually test a running Vellum assistant end-to-end purely from the CLI — no desktop app or web UI. Hatch an instance, send messages, watch the reply, and tear it down. Use when verifying assistant behavior, reproducing a bug, or smoke-testing a change without the macOS/web clients.
$npx -y skills add vellum-ai/vellum-assistant --skill cli-testingInstalls into the current project.
Run `npx skills use "https://github.com/vellum-ai/vellum-assistant" --skill "vellum-ai/vellum-assistant/cli-testing"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/vellum-ai/vellum-assistant" that are relevant to the current task. Run `npx skills add "https://github.com/vellum-ai/vellum-assistant"` and select the relevant skills, then follow their instructions.