← Back to Skills Marketplace
154
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install vercel-api
Description
Vercel API integration with managed OAuth. Manage projects, deployments, domains, teams, and environment variables. Use this skill when users want to interac...
Usage Guidance
This skill appears coherent and only needs your MATON_API_KEY to let Maton proxy Vercel API calls. Before installing, confirm you trust maton.ai (they will see and act on Vercel resources when you use the gateway), store the API key securely (avoid placing it in shared/system-wide envs), and use least-privilege/rotatable tokens if possible. If you prefer direct Vercel API access without a third-party proxy, look for a skill that calls api.vercel.com directly or manage OAuth yourself.
Capability Analysis
Type: OpenClaw Skill
Name: vercel-api
Version: 1.0.0
The skill provides a standard integration for the Vercel API using a third-party managed OAuth gateway (gateway.maton.ai). It includes well-documented Python and JavaScript examples for managing projects, deployments, and environment variables in SKILL.md. While it requires a MATON_API_KEY and proxies traffic through an external service, this behavior is transparently documented and aligned with the stated purpose of providing managed authentication.
Capability Assessment
Purpose & Capability
The name/description (Vercel API integration) matches the instructions which call a Maton gateway that proxies to api.vercel.com. Required environment access is a single MATON_API_KEY which is appropriate for a managed-OAuth gateway.
Instruction Scope
All runtime examples call Maton endpoints (gateway.maton.ai, ctrl.maton.ai, connect.maton.ai) rather than api.vercel.com directly — this is consistent with the 'managed OAuth' description but means requests and OAuth tokens are routed through Maton. Instructions do not reference unrelated files, system paths, or additional environment variables.
Install Mechanism
This is instruction-only (no install spec, no code files to execute), so nothing is written to disk or downloaded during install.
Credentials
Only a single required environment variable (MATON_API_KEY) is declared and used in examples. That is proportionate to a gateway-based integration; no unrelated credentials or config paths are requested.
Persistence & Privilege
always is false and the skill doesn't request system-wide or other-skills configuration changes. It can be invoked autonomously (default), which is normal for skills and not in itself a red flag.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vercel-api - After installation, invoke the skill by name or use
/vercel-api - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the Vercel API integration skill with managed OAuth via Maton.
- Enables management of Vercel projects, deployments, domains, teams, and environment variables.
- Includes comprehensive connection management for Vercel OAuth through Maton Control Panel.
- Provides sample Python code for common API operations such as listing projects and creating connections.
- API gateway automatically handles authentication and token injection.
- Full documentation and endpoint references included for quick start and advanced usage.
Metadata
Frequently Asked Questions
What is Vercel?
Vercel API integration with managed OAuth. Manage projects, deployments, domains, teams, and environment variables. Use this skill when users want to interac... It is an AI Agent Skill for Claude Code / OpenClaw, with 154 downloads so far.
How do I install Vercel?
Run "/install vercel-api" 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, licensed under MIT-0. 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 byungkyu (@byungkyu); the current version is v1.0.0.
More Skills