marketplace

Discover and install Vercel Marketplace integrations for linked projects.

3|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/rauell1/safaricharge --skill marketplace-rauell1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: marketplace
Source: https://github.com/rauell1/safaricharge/tree/main/.agents/skills/marketplace
Command: npx skills add https://github.com/rauell1/safaricharge --skill marketplace-rauell1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the complexity of discovering, installing, and operating third-party services in Vercel projects by guiding you through Marketplace setup, environment variable provisioning, and billing workflows.

Core Features & Use Cases

  • Integration Discovery and Installation: Find the right Marketplace service, install it on a linked project, and verify the setup with CLI-guided steps.
  • Auto-Provisioned Configuration: Work with integrations that inject required environment variables automatically, reducing manual setup errors.
  • Integration Operations: Manage installed integrations, check usage and billing, and handle fallback flows when installation needs to continue in the dashboard.
  • Custom Integration Building: Scaffold and ship your own Vercel integration using manifests, webhooks, and provisioning logic.
  • Use Case: A team adding a database, auth provider, or monitoring vendor can use this Skill to go from discovery to production-ready configuration with fewer manual steps and clearer verification.

Quick Start

Ask me to help you find, install, and verify the correct Vercel Marketplace integration for your project.

Frequently Asked Questions about marketplace

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

FAQPage Schema
How do I install Vercel Marketplace integrations on a linked project?

Discover and install Vercel Marketplace integrations using CLI-guided steps that link the service to your project and verify the setup. This process reduces manual configuration errors and ensures the integration is ready for production.

Does Vercel Marketplace support auto-provisioned environment variables for third-party services?

Yes, Vercel Marketplace supports auto-provisioned environment variables. Integrations can automatically inject required configuration values into your linked project, eliminating manual setup and synchronizing environments across deployments.

What is the best way to handle unified billing for Vercel integrations?

Handle unified billing for Vercel integrations by managing installed services through the Marketplace. You can check usage and billing details directly, with fallback flows available in the dashboard if installation needs to continue manually.

Can I build a custom Vercel integration using manifests and webhooks?

Yes, you can build custom Vercel integrations by scaffolding manifests, handling webhooks, and implementing provisioning logic. This allows you to ship your own Marketplace integration with automated environment synchronization.

What do I need to set up before installing Vercel Marketplace integrations?

Before installing Vercel Marketplace integrations, you need a linked Vercel project and the CLI environment. Project linking is a strict requirement to enable integration discovery, installation, and environment variable provisioning.