recipe-save-email-to-doc
This skill provides a recipe to extract the body of a Gmail message and save it into a new Google Doc.
Is recipe-save-email-to-doc safe to install?
Review the source first: our audit of recipe-save-email-to-doc's source files found 4 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 via the gws binary to interact with Google Workspace APIs.
How we audit skills: our security review methodology.
Who is this skill for?
Users who need to archive email content into Google Docs using the Google Workspace CLI.
What can you do with it?
- Archiving specific email threads into Google Docs
- Creating reference documents from Gmail messages
How good is this skill?
Quality score: 4/10. The skill documentation is clear and provides specific command examples. It relies on external dependencies which are clearly stated.
What does the skill file contain?
# Save a Gmail Message to Google Docs
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-gmail`, `gws-docs`
Save a Gmail message body into a Google Doc for archival or reference.
## Steps
1. Find the message: `gws gmail users messages list --params '{"userId": "me", "q": "subject:important from:boss@company.com"}' --format table`
2. Get message content: `gws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}'`
3. Create a doc with the content: `gws docs documents create --json '{"title": "Saved Email - Important Update"}'`
4. Write the email body: `...Frequently asked questions
What dependencies does this skill require?
The skill requires the gws binary and the gws-gmail and gws-docs skills.
Does this skill automate the entire process?
The skill provides a sequence of commands to list messages, retrieve content, create a document, and write the email body to that document.
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.