← Back to Skills Marketplace
loutai0307-prog

Vercel Tool

by loutai0307-prog · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
77
Downloads
0
Stars
1
Active Installs
6
Versions
Install in OpenClaw
/install vercel-tool
Description
Generate Vercel API commands for deployment management. Use when checking deployment status, viewing build logs, inspecting domain SSL, listing recent deploy...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: vercel-tool Version: 1.1.0 The vercel-tool skill is a command generator designed to help users interact with the Vercel API. The script (scripts/script.sh) does not execute API calls itself; instead, it prints curl command templates with placeholders like 'YOUR_TOKEN' for the user to run manually. There is no evidence of credential theft, data exfiltration, or unauthorized execution, and the logic is transparently aligned with the stated purpose in SKILL.md.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install vercel-tool
  3. After installation, invoke the skill by name or use /vercel-tool
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Rewrite: generate API commands instead of executing them, no credentials required
v1.0.4
Fix: use standard env var names, remove local dir creation
v1.0.3
Fix: declare required env vars in description metadata
v1.0.2
Fix: add required credentials declaration to registry metadata
v1.0.1
Fix: align SKILL.md commands with script implementation
v1.0.0
Initial release
Metadata
Slug vercel-tool
Version 1.1.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 6
Frequently Asked Questions

What is Vercel Tool?

Generate Vercel API commands for deployment management. Use when checking deployment status, viewing build logs, inspecting domain SSL, listing recent deploy... It is an AI Agent Skill for Claude Code / OpenClaw, with 77 downloads so far.

How do I install Vercel Tool?

Run "/install vercel-tool" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Vercel Tool free?

Yes, Vercel Tool is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Vercel Tool support?

Vercel Tool is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Vercel Tool?

It is built and maintained by loutai0307-prog (@loutai0307-prog); the current version is v1.1.0.

💬 Comments