Monitor Gmail inbox for new emails, classify by priority, and create task files. Use when setting up email monitoring, processing unread messages, or configuring email-based task creation. NOT when sending emails (use sending-emails skill).
Scanned 9/22/2026
Install to Claude Code
npx -y skills add AbdullahMalik17/Digital-FTE --skill watching-gmail --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Watching Gmail?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/abdullahmalik17-watching-gmail)More formats (shields.io, HTML) on the badges page.
---
name: watching-gmail
description: |
Monitor Gmail inbox for new emails, classify by priority, and create task files.
Use when setting up email monitoring, processing unread messages, or configuring
email-based task creation. NOT when sending emails (use sending-emails skill).
---
# Gmail Watcher Skill
Monitors Gmail inbox and creates task files in Obsidian vault.
## Quick Start
```bash
python scripts/run.py
```
## Configuration
Required in `config/`:
- `credentials.json` - Google OAuth client credentials
- `token.json` - Auto-created on first run
Environment variables:
- `GMAIL_POLL_INTERVAL` - Seconds between checks (default: 60)
- `DRY_RUN` - Test mode (default: false)
## Priority Classification
| Priority | Keywords |
|----------|----------|
| Urgent | urgent, asap, emergency, critical |
| High | important, invoice, payment, deadline |
| Medium | question, request, update |
| Low | thanks, fyi, newsletter |
## Verification
Run: `python scripts/verify.py`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!