← Back to Skills Marketplace
Vercel
by
BrennerSpear
· GitHub ↗
· v1.0.0
1361
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install vercel-deployment
Description
Deploy and manage Vercel projects, including linking repositories, env vars, and domains.
Usage Guidance
This skill is instruction-only and appears coherent for managing Vercel projects. Before using it, ensure the agent environment has a trusted vercel CLI (or be aware that npx will download and run code from npm), and that you are comfortable with the agent running shell commands in your repository directories. The SKILL.md omits authentication details — you will likely need to be logged into Vercel or provide a VERCEL_TOKEN in the environment when running these commands. Avoid running these commands in environments containing untrusted or sensitive data unless you control the CLI binary and know which credentials will be used.
Capability Analysis
Type: OpenClaw Skill
Name: vercel-deployment
Version: 1.0.0
The skill bundle primarily uses standard `npx vercel` commands for project deployment and management. While the commands themselves are legitimate, the `SKILL.md` file contains instructions that require the AI agent to substitute user-provided values (e.g., `<project-root>`, `VAR_NAME`, `value`). This creates a significant prompt injection vulnerability, as an attacker could craft malicious inputs for these placeholders, potentially leading to shell injection or unauthorized actions if the agent does not properly sanitize or validate them before execution. There is no direct evidence of intentional malicious code or data exfiltration within the provided files, but the potential for exploitation via prompt injection makes it suspicious.
Capability Assessment
Purpose & Capability
The name/description (deploy & manage Vercel projects) aligns with the runtime instructions (vercel link, vercel git connect, vercel env add, vercel domains ls). There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
Instructions are narrowly scoped to running Vercel CLI commands from a project repo root and adding env vars. They instruct the agent to change directories to project roots and reference a local 'domains.md' file, which implies reading repository files (expected for repo-based deploys). The SKILL.md does not mention authentication requirements (e.g., VERCEL_TOKEN or being logged in) or how to install the vercel CLI if missing.
Install Mechanism
No install spec or bundled code — instruction-only. The only runtime dependency implied is npx/vercel CLI; npx may fetch packages from the npm registry at runtime, which is normal but means code could be executed from the network if the CLI isn't already installed.
Credentials
The skill declares no required environment variables, which is consistent with being instruction-only, but in practice the vercel CLI typically requires authentication (interactive login or VERCEL_TOKEN). The SKILL.md does not declare or explain these credentials, so users should expect to supply them outside the skill.
Persistence & Privilege
always is false and there is no install or code that persists or modifies other skills or system-wide settings. The skill does not request permanent presence or elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vercel-deployment - After installation, invoke the skill by name or use
/vercel-deployment - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Auto-publish from CI
Metadata
Frequently Asked Questions
What is Vercel?
Deploy and manage Vercel projects, including linking repositories, env vars, and domains. It is an AI Agent Skill for Claude Code / OpenClaw, with 1361 downloads so far.
How do I install Vercel?
Run "/install vercel-deployment" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Vercel free?
Yes, Vercel is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Vercel support?
Vercel is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Vercel?
It is built and maintained by BrennerSpear (@brennerspear); the current version is v1.0.0.
More Skills