val-town-cli

Manage Val Town projects locally using vt CLI commands.

12|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/nbbaier/agent-skills --skill val-town-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: val-town-cli
Source: https://github.com/nbbaier/agent-skills/tree/main/skills/val-town-cli
Command: npx skills add https://github.com/nbbaier/agent-skills --skill val-town-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Val Town project management is often fragmented between local workflows and remote deployments. This skill consolidates vt CLI tasks into a clear, discoverable pattern, reducing setup time and cognitive load for developers.

Core Features & Use Cases

  • Create new vals locally with vt create my-val
  • Clone existing vals and sync changes with vt push and vt pull
  • Live development and log streaming with vt watch and vt tail
  • Explore HTTP Val endpoints and manage Val Town branches

Quick Start

Create and start a new Val Town project locally using vt create my-val.

Frequently Asked Questions about val-town-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Val Town projects locally using the command line?

Yes, the vt CLI supports live development and log streaming for Val Town projects using the watch and tail commands to monitor changes and debug HTTP Val endpoints locally.

What is the best way to sync local Val Town code with remote deployments?

Yes, you can handle Val Town branches locally using vt CLI commands to push, pull, and clone specific branches, ensuring your local project state matches the remote serverless environment.

How do I create a new Val Town project locally?

To create a new Val Town project locally, run the vt create command followed by your project name to initialize a new val directly from your command line interface.

Can I stream logs and watch for changes in my HTTP Val endpoints?

Yes, the vt CLI supports live development and log streaming for Val Town projects using the watch and tail commands to monitor changes and debug HTTP Val endpoints locally.

Does the vt CLI support managing Val Town branches?

Yes, you can handle Val Town branches locally using vt CLI commands to push, pull, and clone specific branches, ensuring your local project state matches the remote serverless environment.