Install
$ agentstack add skill-maquina-app-nexo-email-triage ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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
- Search recent threads (default window: the last day), e.g.:
search_threadswith{"query": "newer_than:1d"}get_threadwith{"thread_id": ""}
- 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 |
- 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.
- Author: maquina-app
- Source: maquina-app/nexo
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.