nanobot/skills/onedrive-shared-link/SKILL.md
```skill --- name: onedrive-shared-link description: Generates a shareable link to a file stored in OneDrive. metadata: nanobot: emoji: ☁️ category: storage tags: [onedrive, sharing, link] --- ## Skill: OneDrive Shared Link This skill allows you to create a shareable link to a file stored in your OneDrive account. The agent will prompt you for the file path and desired sharing permissions. **Instructions:** 1. **Identify the File:** Determine the full path to the file you wan
npx skillsauth add astoryh/pasb nanobot/skills/onedrive-shared-linkInstall 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: onedrive-shared-link
description: Generates a shareable link to a file stored in OneDrive.
metadata:
nanobot:
emoji: ☁️
category: storage
tags: [onedrive, sharing, link]
---
## Skill: OneDrive Shared Link
This skill allows you to create a shareable link to a file stored in your OneDrive account. The agent will prompt you for the file path and desired sharing permissions.
**Instructions:**
1. **Identify the File:** Determine the full path to the file you want to share within your OneDrive. This path will be needed in the next step. Example: `/Documents/Project Reports/Q3 Report.docx`
2. **Request Permissions:** The agent will ask you to specify the desired sharing permissions. Options include:
* `view`: Allows anyone with the link to view the file.
* `edit`: Allows anyone with the link to view and edit the file.
3. **Generate Link:** The agent will use the file path and permissions to generate a OneDrive shared link.
4. **Output Link:** The agent will output the generated shared link. Copy and distribute this link as needed.
**Example Interaction:**
User: Create a OneDrive shared link for /Documents/Project Reports/Q3 Report.docx Agent: What sharing permissions do you want to use? (view/edit) User: view Agent: Here's your OneDrive shared link: https://1drv.ms/XXXXXXXXXXXXXXX
**Error Handling:**
* **Invalid File Path:** If the provided file path is invalid or the file does not exist, the agent will report an error.
* **Permission Error:** If the agent lacks the necessary permissions to share the file, it will report an error.
* **OneDrive Unavailable:** If OneDrive is unavailable, the agent will report an error.
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