From ae8b6eed3657874676ad47a5d5f7d1816a55f2bd Mon Sep 17 00:00:00 2001 From: "refly-skill-bot[bot]" <257064113+refly-skill-bot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:19:07 +0000 Subject: [PATCH 1/2] Add skill: gmail --- skills/gmail/README.md | 29 +++++++++++++++++++++++++++++ skills/gmail/SKILL.md | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 skills/gmail/README.md create mode 100644 skills/gmail/SKILL.md diff --git a/skills/gmail/README.md b/skills/gmail/README.md new file mode 100644 index 0000000..a846729 --- /dev/null +++ b/skills/gmail/README.md @@ -0,0 +1,29 @@ +# gmail + +Integrate with Gmail for email management and automation. Use when you need to: (1) send and compose emails with attachments, (2) read and search emails by criteria, (3) manage drafts and email labels, or (4) reply to email threads and conversations. + +## Installation + +```bash +refly skill install skp-law87xgmyelzh4rgftrul23w +``` + +## Triggers + +- gmail +- email +- send email +- read email +- compose email + +## Tags + +`email` `productivity` `communication` `google` + +## Author + +chizblank + +## Links + +- [View on Refly](https://refly.ai/skill/skp-law87xgmyelzh4rgftrul23w) diff --git a/skills/gmail/SKILL.md b/skills/gmail/SKILL.md new file mode 100644 index 0000000..4ce2c11 --- /dev/null +++ b/skills/gmail/SKILL.md @@ -0,0 +1,38 @@ +--- +name: gmail +description: Integrate with Gmail for email management and automation. Use when you need to: (1) send and compose emails with attachments, (2) read and search emails by criteria, (3) manage drafts and email labels, or (4) reply to email threads and conversations. +skillId: skp-law87xgmyelzh4rgftrul23w +workflowId: see-workflow-mapping +triggers: + - gmail + - email + - send email + - read email + - compose email +tags: + - email + - productivity + - communication + - google +version: 1.0.0 +--- + +# gmail + +Integrate with Gmail for email management and automation. Use when you need to: (1) send and compose emails with attachments, (2) read and search emails by criteria, (3) manage drafts and email labels, or (4) reply to email threads and conversations. + +## Installation + +```bash +refly skill install skp-law87xgmyelzh4rgftrul23w +``` + +## Usage + +After installation, run the skill using your installation ID: + +```bash +refly skill run --input '{}' +``` + +The installation ID is returned when you run `refly skill install`. From ad2d7199ed5ea0d5107b0aed9b1470394a2b38ec Mon Sep 17 00:00:00 2001 From: a1chiz Date: Mon, 2 Feb 2026 22:42:42 +0800 Subject: [PATCH 2/2] Update workflowId for gmail skill --- skills/gmail/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/gmail/SKILL.md b/skills/gmail/SKILL.md index 4ce2c11..d0f995a 100644 --- a/skills/gmail/SKILL.md +++ b/skills/gmail/SKILL.md @@ -2,7 +2,7 @@ name: gmail description: Integrate with Gmail for email management and automation. Use when you need to: (1) send and compose emails with attachments, (2) read and search emails by criteria, (3) manage drafts and email labels, or (4) reply to email threads and conversations. skillId: skp-law87xgmyelzh4rgftrul23w -workflowId: see-workflow-mapping +workflowId: c-xqkgbxalqguze8wt9a1a4llc triggers: - gmail - email