taskflow-inbox-triage

Route inbox items by intent using a single-owner TaskFlow pattern.

1|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/karaabd23-crypto/openclaw --skill taskflow-inbox-triage-karaabd23-crypto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: taskflow-inbox-triage
Source: https://github.com/karaabd23-crypto/openclaw/tree/main/skills/taskflow-inbox-triage
Command: npx skills add https://github.com/karaabd23-crypto/openclaw --skill taskflow-inbox-triage-karaabd23-crypto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Triage inbox items with a single-owner TaskFlow pattern to route items based on intent.

Core Features & Use Cases

  • Create one flow for an inbox batch and run a detached classifier to sort items by intention.
  • Persist routing state in stateJson and move to waiting when an outside reply is required.
  • Resume and finish the flow as items are routed, enabling end-to-end automation for inbox triage.

Quick Start

Provide a new inbox message batch to the TaskFlow system, run the classifier, and route items according to business, personal, or other intents.

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 mixed messages using a workflow runtime?

Automate inbox triage by running a detached classifier to sort a batch of messages by intent, then route business, personal, or other items using a single-owner TaskFlow pattern with state persistence.

How does workflow state persistence handle inbox routing when a message requires an outside reply?

Workflow state persistence moves the routing flow to a waiting state in stateJson when an outside reply is required, resuming and finalizing the flow automatically once the outside input is received.

Can I use Slack notifications for immediate inbox triage alerts within an automated workflow?

Slack notifications can be triggered for inbox items requiring immediate attention during the triage workflow, while other items wait for outside input or compile into end-of-day summaries.

What is a single-owner TaskFlow pattern for routing inbox items by intent?

A single-owner TaskFlow pattern creates one dedicated flow for an inbox batch, running a detached classifier to route items based on business, personal, or other intents before finalizing the triage process.

Do I need a TaskFlow runtime to classify and route inbox messages?

A TaskFlow runtime is required to coordinate the classification and routing of inbox messages, utilizing stateJson persistence and wait/resume controls to manage outside input dependencies end-to-end.