recipe-email-drive-link

Locate a Google Drive file, grant reader access, and email its link.

4|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/73ai/openbotkit --skill recipe-email-drive-link-73ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-email-drive-link
Source: https://github.com/73ai/openbotkit/tree/main/skills/recipe-email-drive-link
Command: npx skills add https://github.com/73ai/openbotkit --skill recipe-email-drive-link-73ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates sharing a Google Drive file by emailing the link to recipients.

Core Features & Use Cases

  • Locate a Google Drive file by name using the CLI (gws drive files list)
  • Grant reader access to the file (gws drive permissions create)
  • Email the file link with a custom message using the Gmail integration (gws gmail +send)
  • Use Case: Share a quarterly report with a client by sending the link and a note

Quick Start

Find a Drive file by name, grant reader access, and email the link to the intended recipients.

Frequently Asked Questions about recipe-email-drive-link

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

FAQPage Schema
How do I automate emailing Google Drive file links to recipients?

Automating emailing Google Drive file links involves locating the file by name, granting reader access to recipients, and sending a tailored Gmail message containing the share link. This Skill executes that entire workflow automatically using CLI commands.

What permissions are applied when sharing a Google Drive file via email automation?

When sharing a Google Drive file via email automation, the workflow grants reader access to the specified recipients. It uses CLI commands to locate the file and apply the permissions before composing the Gmail notification.

Do I need gws-drive and gws-gmail to send Google Drive share links?

Yes, you need gws-drive and gws-gmail to send Google Drive share links. These integrations provide the CLI commands required to locate the Drive file, set reader permissions, and compose the email notification with the link.

Can I send a custom message when emailing a Google Drive file link?

Yes, you can send a custom message when emailing a Google Drive file link. The workflow uses the Gmail integration to compose a tailored message alongside the link, which is useful for sharing items like quarterly reports with clients.

What's the best way to share a Google Drive quarterly report with a client?

The best way to share a Google Drive quarterly report with a client is using this automation to locate the file, grant reader access, and email the link with a custom note. It streamlines the entire sharing process into a single click action.

Why does my Google Drive file email automation require setting reader access?

Your Google Drive file email automation requires setting reader access to ensure recipients can actually open the shared link. Without applying these permissions via the CLI, the recipients would not be able to view the file sent through Gmail.