inbox-triage

Classify emails into categories and priorities with a TypeScript API and CLI.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/ticruz38/skills --skill inbox-triage-ticruz38
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inbox-triage
Source: https://github.com/ticruz38/skills/tree/main/skills/inbox-triage
Command: npx skills add https://github.com/ticruz38/skills --skill inbox-triage-ticruz38

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AI-powered email prioritization and triage helps you automatically classify and act on emails, reducing time spent sorting and triaging.

Core Features & Use Cases

  • Automatic 9-category classification and priority scoring for emails
  • Bulk actions with undo support and per-sender rules
  • Multi-profile support and local storage for privacy

Quick Start

Run the inbox-triage tool to classify and triage your inbox automatically.

Frequently Asked Questions about inbox-triage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate email triage and prioritize my inbox automatically?

Email triage is automated by classifying messages into 9 categories with priority scoring. The system applies per-message signals and sender rules to support bulk actions, reducing time spent sorting emails.

Can I use local storage to classify emails for multiple inboxes?

Yes, multi-profile support allows classifying emails for multiple inboxes using local storage. A local SQLite-backed store keeps data private while applying profile-specific rules and bulk actions.

Does this email classification tool support bulk actions with undo?

Yes, the email classification tool supports bulk actions with undo capabilities. You can apply per-sender rules to automate handling across categorized messages without risking accidental deletions.

How do I integrate automated email prioritization into a TypeScript workflow?

You can integrate automated email prioritization using the provided TypeScript API and CLI. This allows developers to programmatically trigger message classification, apply sender rules, and manage local SQLite storage.

What is the best way to handle high-volume email sorting locally?

The best way to handle high-volume email sorting locally is using an AI-driven system with a SQLite-backed store. It applies per-message signals and sender rules to automatically categorize and prioritize messages.

Why use a SQLite-backed store for email classification instead of cloud tools?

A SQLite-backed store ensures email classification happens entirely in local storage for privacy. Unlike cloud tools, it keeps multi-inbox profile data secure while still supporting AI-driven priority scoring and bulk actions.