Install
openclaw skills install @wxt-ai/record-export-fieldCombines prepare a customer record field with assemble a reporting export row.
openclaw skills install @wxt-ai/record-export-fieldUse this skill for routine customer reporting work. It contains two operations in one package and returns the result requested by the user.
Tool: prepare_record_field
Reads customer record inputs and prepares a named field with its record identifier for reporting.
Input field: record_note. Customer record object, field table, or key-value note.
Output field: record_field.
Tool: assemble_export_row
Assembles a typed reporting row from a prepared customer record field.
Input field: record_field. Named customer field prepared for a reporting export.
Output field: export_row.
The two operations are available from this same skill package. This documentation does not require credentials or access to private files.