recipe-draft-email-from-doc
This skill drafts a Gmail message using text extracted from a Google Doc.
Is recipe-draft-email-from-doc safe to install?
Review the source first: our audit of recipe-draft-email-from-doc's source files found 2 shell commands, 0 external URLs, no file writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands to interact with Google Workspace APIs.
How we audit skills: our security review methodology.
Who is this skill for?
Users who need to automate email drafting from Google Docs content.
What can you do with it?
- Drafting emails based on Google Doc content
- Automating newsletter updates from document sources
How good is this skill?
Quality score: 8/10. The skill provides clear instructions and command examples, though it relies on external skill dependencies.
What does the skill file contain?
# Draft a Gmail Message from a Google Doc
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-docs`, `gws-gmail`
Read content from a Google Doc and use it as the body of a Gmail message.
## Steps
1. Get the document content: `gws docs documents get --params '{"documentId": "DOC_ID"}'`
2. Copy the text from the body content
3. Send the email: `gws gmail +send --to recipient@example.com --subject 'Newsletter Update' --body 'CONTENT_FROM_DOC'`Frequently asked questions
What dependencies does this skill require?
The skill requires the gws-docs and gws-gmail skills, along with the gws binary.
How does the skill retrieve document content?
It uses the gws docs documents get command with a document ID parameter.
Related skills
lark-workflow-meeting-summary
219.7KUsers who need to summarize meeting minutes, generate weekly reports, or review meeting history within the Lark ecosystem
The lark-workflow-meeting-summary skill provides a structured workflow for agents to aggregate meeting minutes from Lark VC, generate summaries, and create or update reports in Lark Docs.
programmatic-seo
83.5KContent strategists, SEO specialists, and marketers building large-scale, data-driven website content
The programmatic-seo skill provides a framework for generating SEO-optimized pages at scale using templates and data. It guides users through keyword research, data sourcing, template design, internal linking, and indexation strategies while emphasizing content uniqueness to avoid search engine penalties.
ad-creative
64.0KPerformance marketers, growth teams, and advertisers who need to produce ad copy at scale or optimize existing ad creative
The ad-creative skill generates, iterates, and scales ad copy for paid advertising platforms including Google, Meta, LinkedIn, TikTok, and Twitter. It provides frameworks for creating ad headlines, descriptions, and primary text based on product context and performance data.
gws-workflow-email-to-task
17.9KUsers who manage tasks directly from their Gmail inbox via the command line
The gws-workflow-email-to-task skill converts a Gmail message into a Google Tasks entry using the gws CLI tool.