Gmail watcher for OpenClaw #701
ethanbeard
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Built a Gmail watcher plugin for OpenClaw on top of Google Workspace CLI.
The main primitive here is
gws gmail +watch.I wanted real-time Gmail delivery to an agent without the usual tradeoff:
Using
gws gmail +watch, the plugin keeps the agent asleep until a new email actually arrives, then delivers sender/subject/snippet to the configured OpenClaw agent.So the interesting part for me is less “another plugin” and more that
gwsmade it straightforward to build a push-style Gmail trigger for an agent workflow.Published here:
Would be curious if other people are building event-driven agent workflows on top of
gws gmail +watchor othergwswatch/streaming patterns.Beta Was this translation helpful? Give feedback.
All reactions