Skip to content

Railly/v0-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

v0-cli

Agent-first CLI for the v0 Platform API.

Single v0 binary. 55 operations across chats, projects, versions, messages, deployments, env vars, webhooks, MCP servers. Stable JSON output, trust ladder, audit trail, single-use intent tokens for destructive ops.

bun install -g @crafter/v0-cli   # or `bun link` from source
v0 doctor --json

Requires V0_API_KEY from v0.app/chat/settings/keys.

Skill

For agents (Claude Code, Cursor, custom):

npx skills add Railly/v0-cli

The skill teaches agents the preflight recipe (doctor → schema → rate-limits), the JSON contract, the T0/T1/T2/T3 trust ladder, and the intent-token flow for destructive operations. Source: skill/SKILL.md.

Built on cligentic

The foundation primitives (audit log, killswitch, XDG paths, error map, doctor checks, global flags, JSON mode, next-steps) are cligentic blocks, copy-pasted into src/cli/ via bunx shadcn@latest add. v0-cli dogfoods the registry: if something breaks or a pattern is missing, the fix lands upstream first, then gets re-pulled here.

Links

License

MIT

About

Agent-first CLI for the v0 Platform API. JSON contract, trust ladder, audit trail, intent tokens.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors