clawflow-inbox-triage

Triage inbox messages into notifications, awaited threads, or end-of-day summaries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Triage incoming messages so each item receives the correct treatment without manual sorting: business threads are routed to collaboration channels and await replies, personal items notify the owner immediately, and everything else is batched into an end-of-day summary.

Core Features & Use Cases

  • Intent-based routing: Classify messages into business, personal, or other and route them accordingly.
  • Asynchronous workflows: Launch detached classification tasks and resume the main flow when results return.
  • Minimal persistence for follow-up: Persist only summary buckets and active wait targets to reduce state complexity.
  • Use case: Run a nightly inbox sweep that posts business threads to Slack and waits for replies, pings the owner for personal messages, and compiles remaining items into an EOD summary.

Quick Start

Triage my unread inbox, post business messages to Slack and wait for replies, notify me for personal messages, and hold the rest for an end-of-day summary.

Frequently Asked Questions about clawflow-inbox-triage

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

FAQPage Schema
How do I automatically route inbox messages by intent to Slack and notifications?

Inbox triage routes messages by classifying intent into business, personal, or other categories. Business threads post to Slack and await replies, personal items notify the owner immediately, and remaining items batch into an end-of-day summary.

What is the best way to batch low-priority inbox messages for an end-of-day summary?

Batching inbox messages for an end-of-day summary involves routing non-urgent items into summary buckets. The triage workflow persists only these summary buckets and active wait targets to reduce state complexity while compiling remaining items for later review.

Can I use asynchronous classification tasks to triage a single-owner inbox workflow?

Yes, single-owner inbox workflows support asynchronous classification tasks. The process launches detached classification tasks to categorize messages and resumes the main flow when results return, enabling deterministic routing and follow-up.

How does asynchronous flow resumption work when awaiting replies for business threads in Slack?

Asynchronous flow resumption works by posting business messages to Slack and persisting active wait targets. The main flow pauses until replies arrive, then resumes deterministic routing to continue the inbox triage workflow.

Do I need any external dependencies to set up intent-based inbox routing and notifications?

No external dependencies are required to set up intent-based inbox routing. The workflow uses asynchronous classification tasks, flow resumption, and minimal persisted outputs like summary buckets to route messages and trigger notifications natively.

When should I avoid using automated inbox triage for message routing?

Automated inbox triage is suited for single-owner inbox workflows where messages are posted to Slack. It should be avoided for multi-owner shared inboxes or environments lacking asynchronous task support and flow resumption capabilities.