Gmail Inbox Zero Traige
Analysis
This Gmail triage skill is purpose-aligned, but it needs careful review because it requires Gmail read/modify access, can batch archive or auto-filter messages, and references helper scripts that are not included in the submitted package.
Findings (6)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Fetch ALL inbox messages... User clicks "Done" button to execute all queued actions in batch... Create filter to auto-archive future emails from sender
The skill documents broad batch actions over the inbox and persistent Gmail filter creation; this is aligned with inbox triage but can materially alter current and future email handling.
Queue is managed via `scripts/queue_manager.py`... `python3 scripts/gog_processor.py archive <account> <msg_id>`... `python3 scripts/execute_queue.py <account>`
The submitted file manifest contains only documentation files and no scripts, but the skill's Gmail operations depend on referenced helper scripts that are not present for review.
**Archive aggressively**... **Trust AI summaries** - They're accurate enough for quick decisions
The guidance encourages strong reliance on AI summaries and aggressive email actions, which can be risky for important or mis-summarized messages.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
**Requires:** `gog` CLI with authenticated Gmail account... `export GOG_KEYRING_PASSWORD="your-password"` ... **Read/modify permissions**
The skill requires access to an authenticated Gmail account and local keyring credentials to read and modify email, while the registry metadata declares no primary credential or required environment variables.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Display all emails at once with... AI-generated summary... Telegram inline buttons... View - Show full email content
The skill intentionally moves private email metadata, summaries, and optionally full email bodies into the agent/Telegram interaction flow.
Fetch inbox messages and save to `current_batch.json`... Queue stored locally - Action queue is temporary, cleared after execution
The workflow stores current batch and action queue state locally; the queue is described as temporary, but retention details for the current batch are not clearly bounded.
