From gws
Shares Google Drive file with recipient by granting permissions and emailing access link using gws-drive and gws-gmail CLIs. Requires prerequisite skills.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gws:recipe-email-drive-linkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-drive`, `gws-gmail`
PREREQUISITE: Load the following skills to execute this recipe:
gws-drive,gws-gmail
Share a Google Drive file and email the link with a message to recipients.
gws drive files list --params '{"q": "name = '\''Quarterly Report'\''"}'gws drive permissions create --params '{"fileId": "FILE_ID"}' --json '{"role": "reader", "type": "user", "emailAddress": "[email protected]"}'gws gmail +send --to [email protected] --subject 'Quarterly Report' --body 'Hi, please find the report here: https://docs.google.com/document/d/FILE_ID'npx claudepluginhub wadewarren/gws-claude-pluginShares Google Docs document with edit access using gws-drive permissions and emails link to collaborators via gws-gmail.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.