expanso-email-triage

Communication
v1.0.0
Benign

AI-powered email triage with calendar sync and response drafting.

618 downloads618 installsby @aronchick

Setup & Installation

Install command

clawhub install aronchick/expanso-email-triage

If the CLI is not installed:

Install command

npx clawhub@latest install aronchick/expanso-email-triage

Or install with OpenClaw CLI:

Install command

openclaw skills install aronchick/expanso-email-triage

or paste the repo link into your assistant's chat

Install command

https://github.com/openclaw/skills/tree/main/skills/aronchick/expanso-email-triage

What This Skill Does

Runs an AI pipeline that reads incoming emails, categorizes them by priority, syncs calendar-related messages to your calendar, and drafts replies. Operates as a standalone CLI pipeline or as an MCP server, with optional deployment to Expanso Cloud.

Combines triage, calendar sync, and response drafting in a single pipeline instead of requiring separate tools for each step.

When to Use It

  • Triaging a flooded inbox after time away
  • Auto-drafting replies to client follow-ups
  • Syncing meeting invites directly to your calendar
  • Separating action items from newsletters and automated messages
  • Batch-processing overnight emails before starting the workday
View original SKILL.md file
# email-triage

AI-powered email triage with calendar sync and response drafting

## Requirements

- Expanso Edge installed (`expanso-edge` binary in PATH)
- Install via: `clawhub install expanso-edge`

## Usage

### CLI Pipeline
```bash
# Run standalone
echo '<input>' | expanso-edge run pipeline-cli.yaml
```

### MCP Pipeline
```bash
# Start as MCP server
expanso-edge run pipeline-mcp.yaml
```

### Deploy to Expanso Cloud
```bash
expanso-cli job deploy https://skills.expanso.io/email-triage/pipeline-cli.yaml
```

## Files

| File | Purpose |
|------|---------|
| `skill.yaml` | Skill metadata (inputs, outputs, credentials) |
| `pipeline-cli.yaml` | Standalone CLI pipeline |
| `pipeline-mcp.yaml` | MCP server pipeline |

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Triaging a flooded inbox after time away

AGENT
  1. 1Triaging a flooded inbox after time away
  2. 2Auto-drafting replies to client follow-ups
  3. 3Syncing meeting invites directly to your calendar
  4. 4Separating action items from newsletters and automated messages
  5. 5Batch-processing overnight emails before starting the workday
OUTPUT
AI-powered email triage with calendar sync and response drafting.

Share this skill

Security Audits

VirusTotalBenign
OpenClawBenign
View full report

These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.

Details

LanguageMarkdown
Last updatedMar 1, 2026