Use-case specific plugin for daily Gmail inbox triage with optional Calendar follow-up scheduling.
/add-plugin gmail- A focused triage skill:
daily-inbox-triage - A dedicated operator agent:
inbox-operations-lead - Scoped MCP server config for Gmail + Calendar:
gws mcp -s gmail,calendar -w -e
- Install Google Workspace CLI:
npm install -g @googleworkspace/cli
- Authenticate:
gws auth setup
- Ensure
gwsis on yourPATH.
Optional: add upstream API-specific skills:
npx skills add https://github.com/googleworkspace/cli/tree/main/skills/gws-gmail
npx skills add https://github.com/googleworkspace/cli/tree/main/skills/gws-calendar- Ask the agent to run inbox triage for a specific window.
- Review proposed label/archive decisions.
- Confirm follow-up event creation for high-priority threads.
- Receive a triage summary and unresolved items list.
MIT