Favicon of taskflow-inbox-triage

taskflow-inbox-triage Skill

AI Agent SkillTypeScriptOpen source

Example TaskFlow pattern for inbox triage, intent routing, waiting on replies, and later summaries. Published by openclaw in openclaw.

Decision snapshot

Is this a fit?

Best for

Developers using openclaw, Includes SKILL.md, Reusable instructions

Works with

OpenClaw

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

7 days ago · NOASSERTION license

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

How to use taskflow-inbox-triage Skill

Compatible clients

OpenClaw

What is taskflow-inbox-triage Skill?

Example TaskFlow pattern for inbox triage, intent routing, waiting on replies, and later summaries. Published by openclaw in openclaw. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
100/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Developers using openclaw

Declared skill metadata

  • Source file: skills/taskflow-inbox-triage/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directoryOpenClaw
  • Install or run with Copy skill directory
  • Works with OpenClaw

When to use taskflow-inbox-triage Skill

  • Use it for developers using openclaw.

Built with

TypeScriptCopy skill directoryOpenClaw

Editorial notes

Source

  • Creator: openclaw
  • Repository: openclaw/openclaw
  • Skill file: skills/taskflow-inbox-triage/SKILL.md

What it does

Example TaskFlow pattern for inbox triage, intent routing, waiting on replies, and later summaries.

Skill instructions

TaskFlow inbox triage This is a concrete example of how to think about TaskFlow without turning the core runtime into a DSL. Goal Triage inbox items with one owner flow: - business - post to Slack and wait for reply - personal - notify the owner now - everything else - keep for end-of-day summary Pattern 1. Create one flow for the inbox batch. 2. Run one detached task to classify new items. 3. Persist the routing state in stateJson. 4. Move to waiting only when an outside reply is required. 5. Resume the flow when classification or human input completes. 6. Finish when the batch has been routed. Suggested stateJson shape json { "businessThreads": [], "personalItems": [], "eodSummary": [] } Suggested waitJson when blocked on Slack: json { "kind": "reply", "channel": "slack", "threadKey": "slack:thread-1" } Minimal runtime calls ts const taskFlow = api.runtime.tasks.managedFlows.fromToolContext(ctx); const created = taskFlow.createManaged({ controllerId: "my-plugin/inbox-triage", goal: "

Verified compatibility and discovery

Frequently asked questions

What is taskflow-inbox-triage?

taskflow-inbox-triage is a open-source AI agent skill for OpenClaw with Copy skill directory. Example TaskFlow pattern for inbox triage, intent routing, waiting on replies, and later summaries.

Who is taskflow-inbox-triage best for?

taskflow-inbox-triage is best for reusing agent instructions, scripts, and references, openclaw users.

How do I install taskflow-inbox-triage?

Install or run taskflow-inbox-triage using Copy skill directory. Check taskflow-inbox-triage for the latest setup command.

Is taskflow-inbox-triage actively maintained?

taskflow-inbox-triage may need a closer maintenance check before production use.

Share:

Stars
388,370
Forks
81,531
Last commit
7 days ago
Last verified
Sep 1, 2026
Metadata fetched
Sep 1, 2026
Repository age
10 months
License
NOASSERTION

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to taskflow-inbox-triage