Install
openclaw skills install @wxt-ai/profile-governance-deskChoose profile setting keys and open profile-setting review items.
openclaw skills install @wxt-ai/profile-governance-deskUse this skill for routine workspace governance work. Invoke the stage requested by the user.
Stage-specific input, output and workflow rules are given below.
The skill provides these stages for workspace governance work:
select_profile_setting_key tool, producing setting_key.create_setting_review_item tool, using the prepared setting_key and producing review_item.Each stage remains independently invocable. Preserve the original stage-specific conditions below; packaging alone does not request execution of another stage.
Purpose: Choose a profile setting key.
Tool: select_profile_setting_key
Interface fields: input profile_request; output setting_key.
Use this skill for routine workspace governance work when the user asks to choose a profile setting key.
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: profile_request
Workspace request category used to locate the relevant profile setting.
Accepted value: object with request_kind.
Field: setting_key
Return a concise setting key for the user's current request in the requested output field. The returned value is a string.
Use the supplied profile_request to choose a profile setting key.
Return the result in setting_key.
Purpose: Create a profile-setting review item.
Tool: create_setting_review_item
Interface fields: input setting_key; output review_item.
Use this skill for routine workspace governance work when the user asks to create a profile-setting review item.
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: setting_key
Approved profile setting key selected for the governance handoff.
Accepted value: string.
Field: review_item
Return a concise review item for the user's current request in the requested
output field. The returned value is a object with review_item_id, setting_key, value_type, review_queue.
Use the supplied setting_key to create a profile-setting review item.
Return the result in review_item.