Email at the
speed of thought

The AI assistant for Gmail that actually gets things done.

"Email is not a messaging protocol. It's a todo list, and a disastrously bad one."
— Paul Graham

// fridayclaw live preview

fridayclaw.dev/agent
Enter FlowOn
Inbox49
Automations
Search
SC
Sarah Chen10:23 AM

Hey — are you free tomorrow to discuss the term sheet? I have thoughts on the pro-rata clause.

fridayclaw is drafting a reply...
MR
Marcus R.9:05 AM

The deploy went smooth. Logs look clean. Staging is ready for review whenever you are.

Features

FridayClaw for Gmail,
built to move fast

Speed through replies, automate repetitive tasks, and reclaim your day from inbox overhead.

Speed

Enter. Enter. Done. FridayClaw predicts your next move so replies and follow-ups keep flowing.

Automate

Never check your email again. Create rules once and let FridayClaw handle busywork forever.

Schedule

FridayClaw reads incoming emails, finds free time, and suggests the best meeting slots automatically.

Cleanup

Inbox zero in one click. Scan and unsubscribe from newsletters you never read.

Search

Ask, do not dig. Find any email instantly with natural language instead of hunting folders.

Draft

Sound like you. AI learns your voice so every reply feels personal, never robotic.

49

processed emails

2.3h

time saved

100%

draft accuracy match

OpenClaw Skill

FridayClaw
for Gmail

An agent connectivity skill that plugs directly into the Gmail API. Summarize threads, draft replies, auto-label, bulk-unsubscribe, and search your inbox with natural language — all from one skill manifest.

GMAIL API

Read, draft & send

Full read/write access to threads, labels, and attachments via the Gmail API. Draft context-aware replies in seconds.

SEMANTIC SEARCH

Natural-language queries

Ask questions like "find the latest invoice from Stripe" and get the exact thread — no keywords required.

AUTOMATIONS

Rules & triggers

Auto-label, auto-archive, schedule follow-ups, and bulk-unsubscribe. Runs continuously in the background.

PERMISSIONS

Scoped OAuth tokens

Least-privilege access. The skill only requests the Gmail scopes it needs — nothing more.

skills/fridayclaw-gmail/manifest.toml
# openclaw skill manifest
# fridayclaw — gmail agent connectivity
skill_id = "fridayclaw-gmail"
version = "1.4.0"
runtime = "openclaw/agent-v2"
provider = "google"
service = "gmail"
[auth]
type = "oauth2"
scopes = [
"gmail.readonly",
"gmail.compose",
"gmail.labels",
"gmail.modify",
]
[actions]
[actions.summarize]
trigger = "on_new_thread"
model = "openclaw/claw-4"
output = "thread.summary"
[actions.draft_reply]
trigger = "user_request"
context = "full_thread"
tone = "match_sender"
require_approval = true
[actions.auto_label]
trigger = "on_new_message"
categories = [
"urgent",
"newsletter",
"receipts",
"action-required",
]
[actions.bulk_unsubscribe]
trigger = "scheduled"
interval = "weekly"
min_score = 0.85
require_approval = true
[actions.search]
trigger = "user_request"
method = "semantic"
index = "thread_embeddings"
max_results = 25

How it works

Enter. Enter. Done.
FridayClaw in four steps

Friday-like speed for Gmail workflows: fast suggestions, strong drafts, and automation that actually ships work.

01

Press Enter

FridayClaw predicts the highest-impact next action in your inbox.

02

Review instantly

A ready-to-send draft appears in your tone with thread-aware context.

03

Automations run

Rules handle newsletters, receipts, and recurring busywork in the background.

04

Inbox moves forward

You stay focused on important conversations while FridayClaw clears the queue.

Ready to reclaim
your inbox?

Stop dreading your inbox. FridayClaw helps you move through Gmail with speed and confidence.