taskflow-inbox-triage

Route inbox items to owners and generate end-of-day summaries.

Updated Dec 6, 2016
One-click install
npx skills add https://github.com/majunbao/learn --skill taskflow-inbox-triage-majunbao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: taskflow-inbox-triage
Source: https://github.com/majunbao/learn/tree/main/openclaw_tags/openclaw-2026.4.24/skills/taskflow-inbox-triage
Command: npx skills add https://github.com/majunbao/learn --skill taskflow-inbox-triage-majunbao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Triage and route inbox items to the correct owner, manage waiting on external replies, and generate end-of-day summaries, reducing manual triage time and errors.

Core Features & Use Cases

  • Deterministic flow: one container flow processes batches with classification, routing, and state persistence.
  • Waiting on external input: support for waiting on replies (e.g., Slack) and resuming when input arrives.
  • End-to-end orchestration: supports creating, mutating, resuming, and finishing a run with clear state transitions.

Quick Start

Run the inbox triage flow to classify new items and route them to the appropriate owner or waiting state.

Frequently Asked Questions about taskflow-inbox-triage

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

FAQPage Schema
How do I automate inbox triage and route items to the correct owner?

Automating inbox triage requires a deterministic workflow that classifies items and routes them to owners while persisting state. This Skill orchestrates that flow, handling classification, routing, and end-of-day summaries for shared inbox environments.

How do I handle waiting for external replies in an automated workflow?

Handling waiting for external replies involves setting a waiting state that resumes when input arrives. This Skill supports waiting on Slack replies and resuming the task flow automatically via the TaskFlow runtime API.

What is the best way to manage shared inboxes with both business and personal items?

Managing shared inboxes with mixed item types requires automated classification and routing. This Skill processes batches of business and personal items, routing them to appropriate owners or waiting states while maintaining clear state transitions.

Can I generate end-of-day summaries for routed inbox items?

Generating end-of-day summaries for routed inbox items is a built-in feature of this triage workflow. The Skill completes the orchestration cycle by summarizing all classified, routed, and waiting items at the end of the day.

Does the TaskFlow runtime API support resuming and finishing task states?

The TaskFlow runtime API supports creating, mutating, resuming, and finishing runs with clear state transitions. This Skill leverages the API to manage deterministic task flows, waiting states, and persistence throughout the triage process.

How do I automate Slack replies in a shared inbox routing workflow?

Automating Slack replies in a shared inbox workflow requires integrating reply actions within the triage flow. This Skill handles Slack replies and delayed routing scenarios, resuming the workflow state when external replies arrive.