← 返回 Skills 市场
hlongvu

v0-cli

作者 hlongvu · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
105
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install v0-cli
功能描述
Command-line tool for creating, refining, and listing AI-generated websites using v0.dev API without interactive prompts.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install v0-cli
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /v0-cli 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug v0-cli
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

v0-cli 是什么?

Command-line tool for creating, refining, and listing AI-generated websites using v0.dev API without interactive prompts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 105 次。

如何安装 v0-cli?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install v0-cli」即可一键安装,无需额外配置。

v0-cli 是免费的吗?

是的,v0-cli 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

v0-cli 支持哪些平台?

v0-cli 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 v0-cli?

由 hlongvu(@hlongvu)开发并维护,当前版本 v1.0.1。

💬 留言讨论