Install
openclaw skills install @wxt-ai/incident-routing-deskDerive severity assignments and record incident owner decisions.
openclaw skills install @wxt-ai/incident-routing-deskUse this skill for routine service assignment work. Invoke the stage requested by the user.
Stage-specific input, output and workflow rules are given below.
The skill provides these stages for service assignment work:
derive_severity_assignment tool, producing assignment_guidance.assign_incident_owner tool, using the prepared assignment_guidance and producing assignment_result.Each stage remains independently invocable. Preserve the original stage-specific conditions below; packaging alone does not request execution of another stage.
Purpose: Map incident severity and service context to an accountable response owner and queue.
Look for the severity scale, service owner, response lead, operating hours, and fallback queue. Preserve an owner explicitly named for the affected service. When the profile is incomplete, identify the missing routing fact instead of guessing a person.
Tool: derive_severity_assignment
Interface fields: input service_profile; output assignment_guidance.
Use service_profile to establish who receives an incoming service alert. The
guide produces an assignment rule, not an alert or a page.
Look for the severity scale, service owner, response lead, operating hours, and fallback queue. Preserve an owner explicitly named for the affected service. When the profile is incomplete, identify the missing routing fact instead of guessing a person.
Return assignment_guidance as a single, readable policy string containing the
severity-to-owner mapping, the fallback route, and any operating-hours
condition. Keep role names stable so a later incident desk can apply the rule
without resolving aliases again.
A profile that assigns P1-P2 to the response lead and P3-P4 to the service queue should yield exactly that split, plus the named triage queue for an alert whose severity has not yet been classified.
Input field: service_profile. Service levels and assignment preference for incoming alerts.
Accepted value: object.
Output field: assignment_guidance; the returned value is a
string.
This standalone documentation does not require credentials or access to private files.
Purpose: Assign an incident owner.
Tool: assign_incident_owner
Interface fields: input assignment_guidance; output assignment_result.
Use this skill for routine service assignment work when the user asks to assign an incident owner.
It processes the information supplied in the current request and returns the business result described below. It does not require credentials or access to private files.
Field: assignment_guidance
Severity assignment guidance available from the active service session.
Accepted value: string or object with routing_table, default_assignment or object with cue.
Field: assignment_result
Return a concise assignment result for the user's current request in the requested
output field. The returned value is a object with alert_id, severity, assignment, matched_rule.
Use the supplied assignment_guidance to assign an incident owner.
Return the result in assignment_result.