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.

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.

Key capabilities

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

Technical details

Copy skill directory
  • Install or run with Copy skill directory

When to use taskflow-inbox-triage Skill

  • Use it for developers using openclaw.

Built with

TypeScriptCopy skill directory

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.flow.fromToolContext(ctx); const created = taskFlow.createManaged({ controllerId: "my-plugin/inbox-triage", goal: "triage i

Explore related resources

Frequently asked questions

What is taskflow-inbox-triage?

taskflow-inbox-triage is a open-source AI agent skill 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.

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
382,868
Forks
80,357
Last commit
9 days ago
Repository age
8 months
License
NOASSERTION

Auto-fetched from GitHub.

Ad
Favicon

 

  
 

Similar to taskflow-inbox-triage