@meetopenbot/vercel
v0.0.1
Published
This plugin allows OpenBot to interact with your Vercel account, enabling you to list projects, manage deployments, and more.
Readme
Vercel OpenBot Plugin
This plugin allows OpenBot to interact with your Vercel account, enabling you to list projects, manage deployments, and more.
Features
- List Projects: View all your Vercel projects.
- List Deployments: See the history of deployments for a specific project.
- Get Deployment: Get detailed information about a specific deployment.
- Create Deployment: Trigger a new deployment or redeploy an existing one.
- Delete Deployment: Remove a deployment.
- Natural Language Support: Ask the agent about your projects and it will give you a summary.
Configuration
To use this plugin, you need a Vercel API Token. You can create one in your Vercel Settings.
Config Schema
vercelToken(Required): Your Vercel API Token.teamId(Optional): Your Vercel Team ID if you want to manage team projects.
Usage
Natural Language
You can ask things like:
- "What projects do I have on Vercel?"
- "Show me the deployments for my-project"
- "Is my last deployment ready?"
Tools
The plugin provides the following tools:
list_projects: List all projects.list_deployments: List deployments for a project.get_deployment: Get deployment details.create_deployment: Create or redeploy.delete_deployment: Delete a deployment.
Installation
- Clone this repository into your OpenBot plugins directory.
- Run
npm install. - Run
npm run build. - Configure the plugin in your
AGENT.mdor via the OpenBot UI.
