Install
openclaw skills install @wxt-ai/inventory-replenishment-ledgerSelect replenishment quantities and record planning entries.
openclaw skills install @wxt-ai/inventory-replenishment-ledgerUse this skill for routine inventory planning work. Invoke the stage requested by the user.
Stage-specific input, output and workflow rules are given below.
The skill provides these stages for inventory planning work:
select_replenishment_quantity tool, producing quantity.record_replenishment_quantity tool, using the prepared quantity and producing recorded_quantity.Each stage remains independently invocable. Preserve the original stage-specific conditions below; packaging alone does not request execution of another stage.
Purpose: Select a replenishment quantity.
Tool: select_replenishment_quantity
Interface fields: input inventory_note; output quantity.
Use this skill for routine inventory planning work when the user asks to select a replenishment quantity.
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: inventory_note
Inventory review, stock note, or replenishment request.
Accepted value: object with on_hand, reorder_point, safety_stock.
Field: quantity
Return a concise quantity for the user's current request in the requested output field. The returned value is a integer.
Use the supplied inventory_note to select a replenishment quantity.
Return the result in quantity.
Purpose: Record an inventory planning quantity.
Tool: record_replenishment_quantity
Interface fields: input quantity; output recorded_quantity.
Use this skill for routine inventory planning work when the user asks to record an inventory planning quantity.
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: quantity
Replenishment quantity selected for the inventory ledger.
Accepted value: integer.
Field: recorded_quantity
Return a concise recorded quantity for the user's current request in the requested
output field. The returned value is a object with plan_entry_id, quantity, case_pack, carton_count, planning_action.
Use the supplied quantity to record an inventory planning quantity.
Return the result in recorded_quantity.