One-click install
npx skills add https://github.com/vercel-labs/emulate --skill vercel-vercel-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel
Source: https://github.com/vercel-labs/emulate/tree/main/skills/vercel
Command: npx skills add https://github.com/vercel-labs/emulate --skill vercel-vercel-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires emulate, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a local emulation of the Vercel REST API, allowing developers to interact with Vercel API endpoints locally, test integrations, and develop without hitting the real Vercel API.

Core Features & Use Cases

  • Local API Emulation: Emulate Vercel API for local development and testing.
  • OAuth Flows: Simulate Vercel OAuth flows for integration development.
  • Environment Variables: Manage environment variables for Vercel projects.
  • API Keys: Create and manage API keys for secure access.
  • Use Case: Use this Skill to develop a Vercel-powered application that interacts with the Vercel API, such as managing projects, deployments, and domains, without the need for internet access.

Quick Start

Use the vercel skill to start the Vercel API emulator locally: npx emulate --service vercel.

Frequently Asked Questions about vercel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test Vercel API integrations locally without an internet connection?

Test Vercel API integrations locally by running a local Vercel API emulation using the command `npx emulate --service vercel`. This allows developers to interact with endpoints and manage projects without internet access.

Can I simulate Vercel OAuth flows for local development?

Yes, simulate Vercel OAuth flows for local development using the local API emulation. This allows you to test integration authentication sequences locally, ensuring your OAuth implementation works before hitting the real Vercel API.

What is local Vercel API emulation and when do I need it?

Local Vercel API emulation provides a local mock of the Vercel REST API. You need it for development and testing scenarios where internet access to the real Vercel API is unavailable, allowing safe testing of deployments and domains.

Does the Vercel API emulator support managing environment variables and API keys?

Yes, the Vercel API emulator supports managing environment variables for projects and creating API keys for secure access. This allows you to fully test Vercel-powered application configurations locally.

Do I need npx to run the Vercel API emulator?

Yes, you need npx to run the emulator script. The emulator is executed via the command `npx emulate --service vercel`, which requires Node.js and npx installed in your local development environment.