nanobot/skills/workspace-member-invite/SKILL.md
```skill --- name: workspace-member-invite description: Invites a new member to the current workspace, providing their email address. metadata: nanobot: emoji: 🤝 category: communication tags: [workspace, member, invite, user] --- ## Workspace Member Invite This skill allows you to invite a new member to the current workspace. You will be prompted for the email address of the person you wish to invite. **Instructions:** 1. **Acknowledge Request:** Respond with "Okay, I'm read
npx skillsauth add astoryh/pasb nanobot/skills/workspace-member-inviteInstall 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: workspace-member-invite
description: Invites a new member to the current workspace, providing their email address.
metadata:
nanobot:
emoji: 🤝
category: communication
tags: [workspace, member, invite, user]
---
## Workspace Member Invite
This skill allows you to invite a new member to the current workspace. You will be prompted for the email address of the person you wish to invite.
**Instructions:**
1. **Acknowledge Request:** Respond with "Okay, I'm ready to invite a member."
2. **Prompt for Email:** Ask the user: "Please provide the email address of the person you want to invite."
3. **Receive Email Address:** Wait for the user to provide an email address.
4. **Validate Email (Optional):** (If possible, perform a basic email validation check. This is not strictly required, but improves robustness.)
5. **Initiate Invitation:** Simulate sending an invitation to the provided email address. Respond with: "Invitation sent to [email address]. They should receive an email shortly with instructions on how to join."
6. **Confirmation:** Confirm the action is complete: "The workspace member invite process is now complete."
**Example Interaction:**
**User:** Invite a new member to the workspace.
**Nanobot:** Okay, I'm ready to invite a member.
**User:** [email protected]
**Nanobot:** Invitation sent to [email protected]. They should receive an email shortly with instructions on how to join.
**Nanobot:** The workspace member invite process is now complete.
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