AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Email Triage

skill-maquina-app-nexo-email-triage · by maquina-app

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.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-maquina-app-nexo-email-triage

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-maquina-app-nexo-email-triage)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
26d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Email Triage? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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": ""}
  1. 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 |

  1. 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:

# 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.

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.