recipe-email-drive-link

Generate a Google Drive share link and email it to recipients.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/wuyyyyyou/cli --skill recipe-email-drive-link-wuyyyyyou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-email-drive-link
Source: https://github.com/wuyyyyyou/cli/tree/main/skills/recipe-email-drive-link
Command: npx skills add https://github.com/wuyyyyyou/cli --skill recipe-email-drive-link-wuyyyyyou

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the process of sharing Google Drive files by generating a shareable link and emailing it to recipients with a custom message, saving time when coordinating file access.

Core Features & Use Cases

  • Automated link sharing: creates a shareable link with appropriate permissions.
  • Email dispatch: sends a templated email to recipients with the link.
  • Prerequisites: requires loading the gws-drive and gws-gmail skills to execute.

Quick Start

Provide the recipient email, subject, and message, then run the recipe to share the Drive link.

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 sending a Google Drive link via email to clients?

Automating Google Drive link sharing via email involves generating a shareable link with proper permissions and dispatching a templated message to recipients. This workflow requires loading the gws-drive and gws-gmail skills to execute the share-and-email operation deterministically.

What's the best way to share project documents from Drive with a custom message?

Sharing project documents from Drive with a custom message is best handled by an automated workflow that creates a shareable link and sends a templated email. Provide the recipient email, subject, and message, then run the recipe to share the Drive link.

Do I need to load gws-drive and gws-gmail skills to share Drive files through email?

Yes, you need to load the gws-drive and gws-gmail skills to execute the share-and-email operation. These prerequisites provide the underlying Drive file access and Gmail dispatch capabilities required to automate the file sharing and client communication workflow.

Can I use this automation to send Drive files to multiple teammates at once?

Using this automation to send Drive files to teammates depends on providing the recipient email, subject, and message inputs. The workflow generates a shareable link with appropriate permissions and dispatches a templated email, suitable for coordinating file access across teams.

Why does my automated Drive file sharing workflow require loading additional skills?

Automated Drive file sharing workflows require loading additional skills because the recipe operates as a deterministic workflow that relies on external components. The gws-drive skill handles link generation and permissions, while gws-gmail manages the email dispatch with your custom message.