Install
openclaw skills install @wxt-ai/field-dispatch-manifest-deskSequence service stops and build dispatch manifest records.
openclaw skills install @wxt-ai/field-dispatch-manifest-deskUse this skill for routine field service operations work. Invoke the stage requested by the user.
Stage-specific input, output and workflow rules are given below.
The skill provides these stages for field service operations work:
sequence_service_stops tool, producing route_plan.create_dispatch_manifest tool, using the prepared route_plan and producing dispatch_manifest.Each stage remains independently invocable. Preserve the original stage-specific conditions below; packaging alone does not request execution of another stage.
Purpose: Sequence stops for a field route.
Tool: sequence_service_stops
Interface fields: input stops_geojson; output route_plan.
Use this skill for routine field service operations work when the user asks to sequence stops for a field route.
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: stops_geojson
Field-service locations supplied for dispatch coordination.
Accepted value: object with type, features, route_id.
Field: route_plan
Return a concise route plan for the user's current request in the requested
output field. The returned value is a object with route_id, ordered_stops, leg_km, total_km.
Use the supplied stops_geojson to sequence stops for a field route.
Return the result in route_plan.
Purpose: Build a dispatch manifest.
Tool: create_dispatch_manifest
Interface fields: input route_plan; output dispatch_manifest.
Use this skill for routine field service operations work when the user asks to build a dispatch manifest.
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: route_plan
Ordered route plan prepared for a field-service handoff.
Accepted value: object with route_id, ordered_stops, leg_km, total_km.
Field: dispatch_manifest
Return a concise dispatch manifest for the user's current request in the requested
output field. The returned value is a object with manifest_id, route_id, stops, total_km.
Use the supplied route_plan to build a dispatch manifest.
Return the result in dispatch_manifest.