用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/az9713/whatsapp-claude --skill gmail命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Generate lip-synced avatar video from text using OmniHuman v1.5. Use when creating talking-head or avatar videos.
Schedule tasks using natural language time expressions. Use when asked to schedule a recurring or timed task.
Generate voice-over audio using OpenAI TTS. Use when creating narration or voice for videos.
正在显示 SKILL.md
基于 SOC 职业分类
| name | gmail |
| description | Send and read emails via Gmail browser automation. Use when asked to send email or check inbox. |
| disable-model-invocation | true |
| allowed-tools | ["mcp__claude-in-chrome__*"] |
Send and read emails using Gmail browser automation.
Use mcp__claude-in-chrome__navigate to go to https://mail.google.com
Wait for inbox to load
Use mcp__claude-in-chrome__find to locate "Compose" button
Click Compose
Wait for compose modal to appear
To:
- Find "To" input field
- Use form_input to enter recipient email
Subject:
- Find "Subject" input field
- Enter subject line
Body:
- Find message body textarea
- Enter email content
Find the attachment (paperclip) icon
Click to open file picker
Use upload to attach files
Wait for upload to complete
Find "Send" button
Click to send
Verify email was sent (compose modal closes)
Use mcp__claude-in-chrome__navigate to go to https://mail.google.com
Wait for inbox to load
Use mcp__claude-in-chrome__read_page to extract inbox items
Each email shows: sender, subject, snippet, time
Use find to locate the email by subject or sender
Click on the email to open it
Use get_page_text to extract full email content
Find the search bar at top
Enter search query:
- from:sender@email.com
- subject:keyword
- has:attachment
- after:2024/01/01
Press Enter to search
Primary: Main inbox
Social: Social notifications
Promotions: Marketing emails
Sent: Sent emails
Drafts: Unsent drafts
Starred: Starred emails
1. Open the email
2. Find "Reply" button
3. Click Reply
4. Enter response in compose area
5. Click Send