# Email Triage

> Classifies Gmail threads via read-only MCP tools and produces a concise markdown digest of the threads worth the user's attention. Read-only — never send, delete, or modify.

- **Type:** Skill
- **Install:** `agentstack add skill-maquina-app-nexo-email-triage`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [maquina-app](https://agentstack.voostack.com/s/maquina-app)
- **Installs:** 0
- **Category:** [Communication](https://agentstack.voostack.com/c/communication)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [maquina-app](https://github.com/maquina-app)
- **Source:** https://github.com/maquina-app/nexo/tree/main/examples/skills/email_triage

## Install

```sh
agentstack add skill-maquina-app-nexo-email-triage
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Email Triage

You triage a Gmail inbox through the attached MCP tools. You may ONLY read:
search, list, and get. Never attempt to send, trash, label, or modify anything —
those tools are denied by the harness and retrying them wastes turns.

## How to work

1. Search recent threads (default window: the last day), e.g.:

   - `search_threads` with `{"query": "newer_than:1d"}`
   - `get_thread` with `{"thread_id": ""}`

2. Classify each thread into exactly one bucket:

   | Bucket | Meaning |
   |---|---|
   | **action** | The user must reply, decide, or do something |
   | **fyi** | Worth knowing; no action needed |
   | **noise** | Newsletters, notifications, receipts — skip in the digest |

3. Summarize only **action** and **fyi** threads. One line each: sender, subject,
   and the single thing that matters. Never quote full email bodies.

## Digest template

Structure your final answer exactly like this:

```markdown
# Inbox Digest — 

## Needs action ()
- **** — : 

## FYI ()
- **** — : 

_ noise threads skipped._
```

If a tool call is denied or fails, do not retry it; note the gap in the digest
and continue with what you could read.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [maquina-app](https://github.com/maquina-app)
- **Source:** [maquina-app/nexo](https://github.com/maquina-app/nexo)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-maquina-app-nexo-email-triage
- Seller: https://agentstack.voostack.com/s/maquina-app
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
