vercel-token-setup

Set up a Vercel API token for app publishing via browser automation or manual steps.

2|2|Updated May 13, 2026
One-click install
npx skills add https://github.com/autonomy-cloud/kairos-interface --skill vercel-token-setup-autonomy-cloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-token-setup
Source: https://github.com/autonomy-cloud/kairos-interface/tree/main/skills/vercel-token-setup
Command: npx skills add https://github.com/autonomy-cloud/kairos-interface --skill vercel-token-setup-autonomy-cloud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of getting a user a usable Vercel API token so they can publish (and unpublish) apps without manual configuration.

Core Features & Use Cases

  • Token setup with browser automation (macOS desktop): Guides the user through signing in and creating a token in the Vercel UI while they watch.
  • Token setup without browser automation (Telegram/Slack/other channels): Provides step-by-step linked instructions for creating a token manually and pasting it securely.
  • Secure credential capture and scoping: Stores the API token via a credential_store prompt and restricts allowed tools and domains to publish_page / unpublish_page and api.vercel.com.

Quick Start

Tell the assistant: "Set up my Vercel API token so I can publish my app to the web."

Frequently Asked Questions about vercel-token-setup

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

FAQPage Schema
How do I set up a Vercel API token for app publishing?

You can create a Vercel API token by navigating to vercel.com/account/tokens, generating a token with maximal scope and expiration, and pasting it securely into the credential_store prompt provided by this skill.

Can I automate Vercel token creation with browser automation on macOS?

Yes, on macOS desktop sessions, this skill uses browser automation to navigate the Vercel UI, sign in, and create an API token while you watch the process happen directly in your browser.

How do I configure Vercel credentials from Telegram or Slack without a browser?

Without browser automation, this skill provides step-by-step linked instructions for manually creating a Vercel API token and securely pasting it back into the chat interface for credential storage.

What scope and expiration should I use for a Vercel API token?

This skill creates the Vercel API token with maximal scope and maximal expiration to ensure seamless app publishing and unpublishing capabilities without encountering premature credential expiration.

How are Vercel API tokens secured after they are captured?

Captured Vercel API tokens are secured by restricting allowed tools to publish_page and unpublish_page, and constraining allowed domains exclusively to api.vercel.com through the credential_store.

Do I need a Vercel account before setting up API token automation?

Yes, you need an active Vercel account because this skill requires your existing Vercel credentials to sign in and navigate the UI to generate the API token needed for app publishing.