← Back to Skills Marketplace
105
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install v0-cli
Description
Command-line tool for creating, refining, and listing AI-generated websites using v0.dev API without interactive prompts.
Usage Guidance
Do not install or run commands from this skill as-is. The SKILL.md expects a Node.js project and a V0_API_KEY but the skill package contains no code or install spec, and the registry metadata does not declare the required env var. That means:
- The skill may be incomplete or a wrapper around a public npm package that the agent would download at runtime; downloading/running npm packages without verifying their source and contents is a supply-chain risk.
- Before trusting this skill, ask the publisher for: the source repository or homepage, a concrete install spec (preferably a verified GitHub release or an official npm package name), and that the registry metadata be updated to declare V0_API_KEY and Node as requirements.
- If you consider using it, verify the npm package @hlongvu/v0-cli (or whichever package it references) manually: inspect its repository, review published bundle contents, and confirm the exact API calls it makes.
- If you only need agent integration, prefer a skill that includes code or an explicit install spec pointing to trusted releases and that declares required env vars in the registry metadata.
Capability Analysis
Type: OpenClaw Skill
Name: v0-cli
Version: 1.0.1
The skill bundle contains metadata and documentation for a CLI tool designed to interact with the v0.dev AI website generation service. The SKILL.md file provides clear, legitimate instructions for an AI agent to use commands like 'create', 'chat', and 'list', including helpful error and timeout handling strategies. No source code was provided for analysis, but the documentation and metadata (_meta.json) show no signs of malicious intent, data exfiltration, or prompt injection attacks.
Capability Assessment
Purpose & Capability
The described purpose (CLI for v0.dev) reasonably requires an API key (V0_API_KEY) and Node/npm usage — that part is coherent. However, the registry metadata lists no required env vars or binaries while the SKILL.md explicitly requires Node >=18 and V0_API_KEY, creating a mismatch between claimed requirements and the declared metadata.
Instruction Scope
The runtime instructions instruct the agent to run local Node.js code (node /path/to/v0-cli/src/index.js), run `npm install` in this directory, and optionally install a global npm package. But the skill package contains no code files or install spec, so the instructions assume files that are not present in the bundle. That is an incoherence: either code should be bundled or the instructions should point to a verified remote package/source.
Install Mechanism
There is no install spec in the skill. The SKILL.md tells users/agents to run `npm install` (and suggests `npm install -g @hlongvu/v0-cli`), which would fetch code from the public npm registry — a supply-chain action not governed by the skill metadata. Because the skill bundle doesn't include the code to inspect, following these instructions would cause network downloads of third-party packages whose contents are not reviewed by this scan.
Credentials
Requesting V0_API_KEY is proportionate to a v0.dev CLI. The problem is the registry metadata omitted required env vars while the SKILL.md requires V0_API_KEY; also there are no other unrelated secrets requested. The omission reduces transparency and prevents pre-install validation.
Persistence & Privilege
The skill is not always-enabled and does not request persistence or elevated privileges. It does not declare modifications to other skills or system-wide config.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install v0-cli - After installation, invoke the skill by name or use
/v0-cli - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Added instructions and warnings about potential timeouts with the `v0 create` command.
- Updated agent workflow section to include guidance on recovering from create command timeouts, advising users to check with `v0 list` before retrying.
- No code changes; documentation update only.
v1.0.0
v0-cli 1.0.0
- Initial release of a CLI tool for generating and refining websites using v0.dev from the terminal.
- Supports non-interactive use, suitable for automation and agent workflows.
- Core commands: `create` (generate new sites), `chat` (iterate/refine existing sites), and `list` (view all chats).
- Outputs easily-parsable chat IDs and preview URLs for downstream automation.
- Includes clear error handling and environment setup documentation.
Metadata
Frequently Asked Questions
What is v0-cli?
Command-line tool for creating, refining, and listing AI-generated websites using v0.dev API without interactive prompts. It is an AI Agent Skill for Claude Code / OpenClaw, with 105 downloads so far.
How do I install v0-cli?
Run "/install v0-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is v0-cli free?
Yes, v0-cli is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does v0-cli support?
v0-cli is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created v0-cli?
It is built and maintained by hlongvu (@hlongvu); the current version is v1.0.1.
More Skills