Install
openclaw skills install gmail-search-emailsAtomic node skill to search for emails in Gmail using the gog CLI.
openclaw skills install gmail-search-emailsThis skill allows the agent to search for emails in Gmail using specific queries with the native CLI.
WHEN [Requested to search for an email or find specific communications]
THEN [Invoke the gog tool with the argument gmail search "query" --json]
{
"args": "gmail search \"from:example@gmail.com subject:invoice\" --json"
}
A JSON array containing email headers (id, threadId, snippet) or a "no results found" message.