with one click
email-reader
Read/search Gmail via gog CLI. Inbox check, email search, content retrieval.
Menu
Read/search Gmail via gog CLI. Inbox check, email search, content retrieval.
DESCRIPTION of what this skill does. Include specific trigger keywords and scenarios. Use when: scenario1, scenario2, scenario3.
First-time setup for the Durable Agents stack (Mastra + Trigger.dev). Run once before using the main skill.
Bloom Mission Discovery ā find missions matched to your taste, submit content, and track rewards. Powered by Bloom Protocol.
One-sentence description. Use when [trigger scenarios].
Use cheap, TEE-verified AI models from the 0G Compute Network as OpenClaw providers. Discover available models and compare pricing vs OpenRouter, verify provider integrity via hardware attestation (Intel TDX), manage your 0G wallet and sub-accounts, and configure models in OpenClaw with one workflow. Supports DeepSeek, GLM-5, Qwen, and other models available on the 0G marketplace.
Send and receive P2P messages using disposable numbers and PINs. No servers, no accounts. Use for human notifications, approval flows, and agent-to-agent communication.
| name | email-reader |
| description | Read/search Gmail via gog CLI. Inbox check, email search, content retrieval. |
| user-invocable | true |
| tools | Bash |
| metadata | {"openclaw":{"emoji":"š¬","requires":{"bins":["gog"],"env":["GOG_ACCOUNT"]}}} |
User asks to check inbox, search emails, read email content, or summarize recent messages.
# List unread (default action)
gog gmail search 'in:inbox is:unread' --max 5 --format minimal --json
# Search by criteria (use Gmail search syntax)
gog gmail search '<query>' --max 10 --format minimal --json
# Read full email
gog gmail get <message_id> --format full --json
# Get thread
gog gmail thread <thread_id> --format minimal --json
gog on PATH and GOG_ACCOUNT setgog gmail search with --format minimal --json --max Nš¬ [count] emails:
1. **From:** Name <email> | **Subject:** ⦠| **Date:** YYYY-MM-DD HH:MM
Preview: ⦠| ID: msg_xxx
--format minimal --json --max N (default N=5)gog missing ā show install: npm i -g gogcli or brew install gogcliGOG_ACCOUNT unset ā ask user for Gmail addressgog auth add <email>from: to: subject: label: is:unread is:starred has:attachment newer_than:Nd older_than:Nd in:inbox in:sent filename:ext