gmail-search
星标0
分支0
更新时间2026年5月14日 00:05
Search emails in Gmail with a query
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
文件资源管理器
2 个文件SKILL.md
readonly菜单
Search emails in Gmail with a query
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Read recent emails from Gmail inbox
Comprehensive Google Calendar — list, create, update, reschedule, delete events, manage guests, add Google Meet, check availability, and more
Manage Google Drive — list, search, create, upload, share, and organize files, folders, docs, and sheets
基于 SOC 职业分类
| name | gmail-search |
| display_name | Gmail Search |
| description | Search emails in Gmail with a query |
| category | communication |
| icon | search |
| skill_type | sandbox |
| catalog_type | platform |
| requirements | httpx>=0.25,google-auth>=2.0,requests>=2.20 |
| resource_requirements | [{"env_var":"GMAIL_CREDENTIALS_JSON","name":"Gmail Service Account JSON","description":"Google service account credentials JSON"},{"env_var":"GMAIL_USER_EMAIL","name":"Gmail User Email","description":"Email address to search"}] |
| tool_schema | {"name":"gmail_search","description":"Search emails in Gmail","parameters":{"type":"object","properties":{"query":{"type":"string","description":"Gmail search query (e.g. 'from:john subject:meeting')"},"max_results":{"type":"integer","description":"Max results (default 10)"}},"required":["query"]}} |
Search emails in Gmail with a query