taskflow-inbox-triage

Classify inbox messages into business, personal, or summary categories.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/wangqianCAI/OBI --skill taskflow-inbox-triage-wangqiancai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: taskflow-inbox-triage
Source: https://github.com/wangqianCAI/OBI/tree/main/skills/taskflow-inbox-triage
Command: npx skills add https://github.com/wangqianCAI/OBI --skill taskflow-inbox-triage-wangqiancai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the cognitive load and time-consuming nature of manually sorting through high-volume communication channels by automating the classification and routing of incoming messages.

Core Features & Use Cases

  • Intelligent Routing: Automatically categorizes messages into business, personal, or summary buckets based on intent.
  • Workflow Orchestration: Manages state transitions for tasks that require external human input or asynchronous replies.
  • Use Case: A project manager can use this to automatically route Slack threads to the appropriate team members while keeping personal notifications separate and summarizing low-priority items for end-of-day review.

Quick Start

Initiate the taskflow-inbox-triage skill to begin classifying the current batch of messages in the inbox.

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 for high-volume messages?

Automate inbox triage by classifying incoming messages into business, personal, or summary categories. This routing reduces manual sorting overhead and directs items to appropriate downstream workflows automatically.

Can workflow automation handle asynchronous waiting states for multi-step tasks?

Workflow automation handles asynchronous waiting states by persisting task data across execution pauses. This enables multi-step agentic workflows to pause for external human input or replies and resume without losing context.

How does message routing work for business versus personal notifications?

Message routing classifies inbox items by intent into business, personal, or summary buckets. This separation ensures work communications route to team members while personal notifications remain distinct and low-priority items queue for review.

Do I need the OpenClaw runtime API to manage state transitions?

The OpenClaw runtime API is required to manage task lifecycle, state transitions, and child session execution. Integration with this API provides the state persistence needed for complex, multi-step task orchestration.

What is the best way to summarize low-priority items for end-of-day review?

Summarize low-priority items by routing them into a summary category during automated triage. This workflow aggregates non-urgent communications into a single bucket for consolidated end-of-day review.

Why use automated classification over manual sorting for incoming communications?

Automated classification eliminates the cognitive load of manually sorting high-volume communication channels. It categorizes messages instantly by intent, routing business items to teams and personal items separately to streamline workflow.