Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions skills/gmail/README.md
Original file line number Diff line number Diff line change
@@ -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)
38 changes: 38 additions & 0 deletions skills/gmail/SKILL.md
Original file line number Diff line number Diff line change
@@ -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: c-xqkgbxalqguze8wt9a1a4llc
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 <installationId> --input '{}'
```

The installation ID is returned when you run `refly skill install`.