nanobot/skills/vercel-deployment-check/SKILL.md
```skill --- name: vercel-deployment-check description: Checks the status of a Vercel deployment and reports success or failure. metadata: nanobot: emoji: 🚀 category: deployment tags: [vercel, deployment, status, check] --- ## Vercel Deployment Check This skill checks the status of a Vercel deployment. It requires the Vercel project name and deployment ID. **Instructions:** 1. **Obtain Vercel Project Name:** Determine the name of the Vercel project you want to check. This is
npx skillsauth add astoryh/pasb nanobot/skills/vercel-deployment-checkInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
---
name: vercel-deployment-check
description: Checks the status of a Vercel deployment and reports success or failure.
metadata:
nanobot:
emoji: 🚀
category: deployment
tags: [vercel, deployment, status, check]
---
## Vercel Deployment Check
This skill checks the status of a Vercel deployment. It requires the Vercel project name and deployment ID.
**Instructions:**
1. **Obtain Vercel Project Name:** Determine the name of the Vercel project you want to check. This is typically the name of the repository on GitHub or GitLab connected to your Vercel project.
2. **Obtain Deployment ID:** Find the ID of the specific deployment you want to check. This can be found in the Vercel dashboard under the "Deployments" tab, or in the URL when viewing a specific deployment.
3. **Execute the Skill:** Provide the Vercel project name and deployment ID to the nanobot.
4. **Status Reporting:** The nanobot will query the Vercel API to determine the deployment status. It will then report one of the following:
* `Success`: The deployment is complete and successful.
* `Failure`: The deployment failed. The nanobot will attempt to provide a brief reason for the failure if available in the Vercel API response.
* `Pending`: The deployment is still in progress.
* `Unknown`: An error occurred while querying the Vercel API.
**Example Input:**
vercel-deployment-check project-name=my-awesome-project deployment-id=1234567890
**Error Handling:**
* If the Vercel project name or deployment ID is missing, the nanobot will prompt the user to provide them.
* If the Vercel API returns an error, the nanobot will report an "Unknown" status and include the error message in its response.
* If the deployment ID is invalid, the nanobot will report an "Unknown" status.
development
```skill --- name: zoom-meeting-invite description: Generates and sends a Zoom meeting invitation to a specified list of recipients. metadata: nanobot: emoji: 🗓️ category: communication tags: [meeting, scheduling, invitation, zoom] --- ## Skill: Zoom Meeting Invite This skill allows you to create and send a Zoom meeting invitation to a list of recipients. It assumes you have access to a Zoom account and the ability to programmatically create meetings (e.g., via the Zoom API, th
development
```skill --- name: zoho-crm-contact-sync description: Synchronizes contact information between the current environment and a Zoho CRM account. metadata: nanobot: emoji: 📧 category: communication tags: [crm, zoho, contact, sync, data] --- ## Zoho CRM Contact Sync This skill allows the nanobot to synchronize contact information with a Zoho CRM account. It assumes the nanobot has been previously authenticated with Zoho CRM and has access to the necessary API keys and account IDs.
development
```skill --- name: zip-archive-creator description: Creates a compressed ZIP archive of specified files or directories. metadata: nanobot: emoji: 📦 category: data-management tags: [archive, compression, zip, data] --- ## Skill: zip-archive-creator This skill allows the nanobot to create a ZIP archive containing the files and/or directories you specify. **Instructions:** 1. **Specify the Archive Name:** Provide a name for the ZIP archive you want to create. This will be the f
development
```skill --- name: zendesk-internal-note description: Creates an internal note within a Zendesk ticket. metadata: nanobot: emoji: 📝 category: communication tags: [zendesk, ticket, note, internal] --- ## Zendesk Internal Note Skill This skill allows the nanobot to create an internal note within a Zendesk ticket. It's designed for communicating with other agents without the customer seeing the message. **Instructions:** 1. **Identify the Ticket:** The nanobot needs to know whi