一键导入
Access the user's emails to read recent messages for context. Use when the conversation needs email information to answer questions or provide responses.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Access the user's emails to read recent messages for context. Use when the conversation needs email information to answer questions or provide responses.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Access the user's calendar to view schedules and create events. Use when the user asks about their schedule, meetings, or wants to set reminders and appointments.
Execute Python code in a secure, sandboxed environment. Use this for calculations, data processing, logic problems, and text manipulation.
Search through stored memories and past conversations. Use when the user references previous discussions, asks you to remember something, or when context from past interactions would help answer their question.
Search the web for current information, news, documentation, and answers. Use when the user asks about recent events, needs factual information you're uncertain about, or requests real-time data like weather, stocks, or sports scores.
| name | |
| description | Access the user's emails to read recent messages for context. Use when the conversation needs email information to answer questions or provide responses. |
| metadata | {"version":"1.0","requires_auth":true,"requires_google_auth":true,"requires_online":true,"tools":[{"name":"list_emails","description":"Retrieve a reverse-chronological preview list of the user's most recent emails","parameters":{"limit":{"type":"integer","description":"Number of emails to retrieve (default 5, max 20)","required":false},"query":{"type":"string","description":"Optional search query to filter emails as per Gmail search syntax (e.g., \"from:user@example.com\" \"subject:report\")","required":false}}},{"name":"get_email_details","description":"Retrieve the full content of a specific email by its ID","parameters":{"id":{"type":"string","description":"The unique message ID of the email to retrieve","required":true}}}]} |
Read recent Gmail messages for context.