Vercel Tool

v1.1.0

Generate Vercel API commands for deployment management. Use when checking deployment status, viewing build logs, inspecting domain SSL, listing recent deploy...

0· 71·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for loutai0307-prog/vercel-tool.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Vercel Tool" (loutai0307-prog/vercel-tool) from ClawHub.
Skill page: https://clawhub.ai/loutai0307-prog/vercel-tool
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install vercel-tool

ClawHub CLI

Package manager switcher

npx clawhub@latest install vercel-tool
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description match the included script: the skill only generates Vercel API curl commands and local python-formatters for output. However, registry metadata lists no runtime requirements or required env vars while SKILL.md and the script explicitly mention bash, curl, python3, and recommend using a VERCEL_TOKEN — a small metadata mismatch (expected but non-malicious).
Instruction Scope
The SKILL.md and script only produce shell commands and guidance; the skill does not itself call external endpoints or read arbitrary files. Generated curl commands will contact api.vercel.com when run by the user (expected). Note: the python -c snippets will execute locally when the user pipes curl output into them.
Install Mechanism
No install spec is provided (instruction-only plus a script). Nothing is downloaded or installed by the skill itself — low install risk.
Credentials
The skill does not require any environment variables in the registry metadata, but the README/script instructs users to set a VERCEL_TOKEN and to replace YOUR_TOKEN in generated commands. This is reasonable for a Vercel helper, but the token is optional from the skill's perspective and is not auto-collected.
Persistence & Privilege
always:false and the skill does not attempt to persist configuration beyond suggesting the user set an env var in their shell profile. It does not modify other skills or system-wide settings.
Assessment
This skill appears to be what it claims: it prints curl commands and small local python formatters for Vercel's API rather than executing actions itself. Before using it: (1) inspect the script (you already have it) and confirm you are comfortable running the printed commands locally; running them will send whatever token you supply to api.vercel.com. (2) Do not paste or share your VERCEL_TOKEN publicly — the script expects you to replace YOUR_TOKEN or set VERCEL_TOKEN locally. (3) Note the registry metadata omitted runtime requirements (bash,curl,python3) and the token recommendation; this is a minor bookkeeping issue but not a functional red flag. (4) For destructive actions (promote/rollback), prefer using the official Vercel CLI or confirm the exact curl command before executing. If you want higher assurance, run the generated curl commands in a controlled environment (no secrets in shell history) or use a read-only token when testing.

Like a lobster shell, security has layers — review code before you run it.

latestvk9749ez9gjhxm31yqrekney8cn851e2e
71downloads
0stars
6versions
Updated 1w ago
v1.1.0
MIT-0

vercel-tool

Triggers on

check deployment, vercel status, build logs, rollback deployment, domain ssl, environment variables, vercel project, vercel deploy

What This Skill Does

Manage Vercel deployments, domains, and environment variables via the Vercel API.

Commands

status

Check the latest deployment status of a project.

bash scripts/script.sh status <project-name>

list

List recent deployments across all projects.

bash scripts/script.sh list [limit]

logs

View build logs for the latest or a specific deployment.

bash scripts/script.sh logs <project-name> [deployment-id]

domains

Check domain configuration and SSL status.

bash scripts/script.sh domains <project-name>

rollback

Promote a previous deployment to production.

bash scripts/script.sh rollback <project-name> <deployment-id>

env

List environment variables for a project.

bash scripts/script.sh env <project-name> [production|preview|development]

deploy

Show instructions for triggering a new deployment.

bash scripts/script.sh deploy <project-name>

help

Show all available commands.

bash scripts/script.sh help

Get your token at: https://vercel.com/account/tokens

Requirements

  • bash 4+
  • curl
  • python3

Powered by BytesAgain | bytesagain.com

Comments

Loading comments...