gws-gmail-read
Read Gmail Messages with GWS
Finding a specific email body or header through a general mailbox workflow can take unnecessary steps. This skill retrieves one Gmail message directly by ID.
Mit meinem Agent installieren
Kopieren Sie diese Anfrage in Ihren Agent. Sie enthält die maßgebliche Skill-Seite und das Manifest.
Review the Skillstore skill "gws-gmail-read" from https://skillstore.io/skills/googleworkspace-gws-gmail-read.md and its manifest at https://skillstore.io/api/skills/googleworkspace-gws-gmail-read/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Ihr Agent sollte weiterhin seinen Plan anzeigen und alle von der Sicherheitsrichtlinie verlangten Bestätigungen anfordern.
Agent-lesbare Ressourcen
Verwenden Sie diese Links, wenn ein KI-Agent, Crawler oder Skript sauberen Kontext benötigt, statt die vollständige Seite zu lesen.
Testen
„gws-gmail-read“ wird verwendet. Read message 18f1a2b3c4d as plain text.
Erwartetes Ergebnis:
The message body is returned as readable plain text, including content converted from HTML when necessary.
„gws-gmail-read“ wird verwendet. Read message 18f1a2b3c4d with headers.
Erwartetes Ergebnis:
- From: sender@example.com
- To: recipient@example.com
- Subject: Project update
- Date: Tue, 5 Aug 2026
- Body: The project update is ready for review.
„gws-gmail-read“ wird verwendet. Show the request for message 18f1a2b3c4d without executing it.
Erwartetes Ergebnis:
A dry-run preview describes the Gmail read request without retrieving the message.
Sicherheitsaudit
SicherAll 16 static alerts are false positives caused by Markdown syntax, documented Gmail CLI examples, and valid sibling documentation links. No prompt injection, covert execution, path traversal, system reconnaissance, or other semantic security issue was found.
Risikofaktoren
⚙️ Externe Befehle (9)
📁 Dateisystemzugriff (3)
Diesen Bericht teilen & zitieren
Teile den versionierten Bewertungsbericht, das neutrale Badge, die Einbettungskarte und Zitate. Skillstore berichtet Nachweise, ohne zu entscheiden, ob dieser Skill sicher ist.
Berichtslink kopieren
https://skillstore.io/skills/googleworkspace-gws-gmail-read/audits/2?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown-Badge
[](https://skillstore.io/skills/googleworkspace-gws-gmail-read?utm_source=security_passport_badge)HTML-Badge
<a href="https://skillstore.io/skills/googleworkspace-gws-gmail-read?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/googleworkspace-gws-gmail-read/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Einbettungskarte
<iframe src="https://skillstore.io/embed/skills/googleworkspace-gws-gmail-read.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Wissenschaftliche Zitate (APA · BibTeX · CFF)
APA-Zitat
googleworkspace. (2026). gws-gmail-read security audit report (audit version 2) [Author version 0.23.0]. Skillstore. https://skillstore.io/skills/googleworkspace-gws-gmail-read/audits/2BibTeX-Zitat
@techreport{googleworkspace-googleworkspace-gws-gmail-read-2026,
author = {googleworkspace},
title = {gws-gmail-read security audit report (audit version 2)},
institution = {Skillstore},
year = {2026},
number = {2},
url = {https://skillstore.io/skills/googleworkspace-gws-gmail-read/audits/2},
note = {Author version 0.23.0}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "gws-gmail-read security audit report (audit version 2)"
version: "0.23.0"
type: report
authors:
- name: "googleworkspace"
date-released: "2026-08-05"
url: "https://skillstore.io/skills/googleworkspace-gws-gmail-read/audits/2"
identifiers:
- type: other
value: "skillstore:googleworkspace-gws-gmail-read:audit:2"
description: "Skillstore immutable audit report identifier"
Skillstore-Score
Warum dieser Score Evidenzvertrauen: HochWas Sie erstellen können
Review a support email
Retrieve a known customer message with headers before preparing a response.
Extract content for a workflow
Read one message body in JSON format for controlled downstream processing.
Inspect an HTML newsletter
Retrieve the original HTML body when plain text conversion omits needed formatting.
Diese Prompts ausprobieren
Read the Gmail message with ID [MESSAGE_ID] and return its plain text body.
Read Gmail message [MESSAGE_ID] with its From, To, Subject, and Date headers.
Read Gmail message [MESSAGE_ID] and return the HTML body instead of converted plain text.
Dry-run a JSON request for Gmail message [MESSAGE_ID]. After approval, read it and extract only the body for downstream processing.
Bewährte Praktiken
- Confirm the message ID before reading sensitive content.
- Use dry-run mode before integrating the command into automation.
- Request only the body format and headers required for the task.
Vermeiden
- Do not expose retrieved email content in public logs or unrelated conversations.
- Do not use guessed message IDs as a substitute for Gmail search.
- Do not request HTML when plain text is sufficient.
Häufig gestellte Fragen
What do I need before using this skill?
Can this skill search for messages?
Which headers can it include?
Can it return HTML?
What happens with HTML-only email?
Does dry-run retrieve the message?
Entwicklerdetails
Autor
googleworkspaceLizenz
MIT
Autorenversion
v0.23.0
Skillstore-Revision
r2
Ref.
286d37c9c189ddd1aafd3548415fb031d1df79d5
Aktualität der Wartung
6.8.2026
Nutzung
3 Downloads · 0 Aufrufe
Dateistruktur
📄 SKILL.md