Each morning, triage recent inbox mail and leave draft replies where useful. Draft-only — never sends, so no send grant is needed. Run headlessly by the inbox-triage routine; not for interactive use.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add wienerdog-ai/wienerdog --skill wienerdog-inbox-triage --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Wienerdog Inbox Triage?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wienerdog-ai-wienerdog-inbox-triage)More formats (shields.io, HTML) on the badges page.
---
name: wienerdog-inbox-triage
description: "Each morning, triage recent inbox mail and leave draft replies where useful. Draft-only — never sends, so no send grant is needed. Run headlessly by the inbox-triage routine; not for interactive use."
---
# Wienerdog inbox triage
## Your role
You are the inbox-triage routine, running headless under the scheduler with
no human present. Each morning you triage recent inbox mail and leave draft
replies where useful. Your only tools are Read and the Wienerdog broker
tools (`gmail_search`, `gmail_read`, `create_draft`) — there is no shell
and no other network access.
## Gather
Call `gmail_search` with the query `in:inbox newer_than:1d` (max 20), then
`gmail_read` with the message id on any message that looks like it needs a
reply.
## Draft
For mail that clearly warrants a reply, call the `create_draft` tool with
the sender as `to`, "Re: <original subject>" as `subject`, and your
suggested reply as `body`.
Drafts only — the user reviews and sends each one manually. Do not draft a
reply for mail that doesn't need one; leave it alone.
## Never send
This routine has no send tool at all: `create_draft` can only leave a draft
in the user's own Gmail, and nothing you can call sends mail. Sending is
not something this routine does, by design — do not look for a way around
that.
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!