Install
openclaw skills install @wxt-ai/regional-rollout-deskSelect rollout regions and register deployment brief records.
openclaw skills install @wxt-ai/regional-rollout-deskUse this skill for routine release 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 release operations work:
select_rollout_region tool, producing deployment_region.record_deployment_region tool, using the prepared deployment_region and producing recorded_region.Each stage remains independently invocable. Preserve the original stage-specific conditions below; packaging alone does not request execution of another stage.
Purpose: Select a rollout region.
Tool: select_rollout_region
Interface fields: input rollout_request; output deployment_region.
Use this skill for routine release operations work when the user asks to select a rollout region.
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: rollout_request
Release brief, rollout request, or deployment handoff.
Accepted value: object with residency.
Field: deployment_region
Return a concise deployment region for the user's current request in the requested output field. The returned value is a string.
Use the supplied rollout_request to select a rollout region.
Return the result in deployment_region.
Purpose: Register a deployment region.
Tool: record_deployment_region
Interface fields: input deployment_region; output recorded_region.
Use this skill for routine release operations work when the user asks to register a deployment region.
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: deployment_region
Rollout region selected for the deployment brief.
Accepted value: string.
Field: recorded_region
Return a concise recorded region for the user's current request in the requested
output field. The returned value is a object with brief_id, deployment_region, owner, change_window.
Use the supplied deployment_region to register a deployment region.
Return the result in recorded_region.