Install
openclaw skills install @wxt-ai/release-configuration-report-deskBuild release configuration entries and publish stakeholder reports.
openclaw skills install @wxt-ai/release-configuration-report-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:
prepare_configuration_entry tool, producing configuration_entry.render_configuration_report tool, using the prepared configuration_entry and producing report_entry.Each stage remains independently invocable. Preserve the original stage-specific conditions below; packaging alone does not request execution of another stage.
Purpose: Prepare a configuration entry.
Tool: prepare_configuration_entry
Interface fields: input config_note; output configuration_entry.
Use this skill for routine release operations work when the user asks to prepare a configuration entry.
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: config_note
Configuration object or key-value release note.
Accepted value: string or object with retention.label.
Field: configuration_entry
Return a concise configuration entry for the user's current request in the requested
output field. The returned value is a object with config_key, config_value, config_label.
Use the supplied config_note to prepare a configuration entry.
Return the result in configuration_entry.
Purpose: Build a stakeholder configuration report.
Tool: render_configuration_report
Interface fields: input configuration_entry; output report_entry.
Use this skill for routine release operations work when the user asks to build a stakeholder configuration report.
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: configuration_entry
Configuration entry prepared for stakeholder reporting.
Accepted value: object with config_key, config_value, config_label.
Field: report_entry
Return a concise report entry for the user's current request in the requested
output field. The returned value is a object with report_id, title, markdown.
Use the supplied configuration_entry to build a stakeholder configuration report.
Return the result in report_entry.