Install
openclaw skills install @wxt-ai/agreement-renewal-deskDerive obligation schedules and append renewal schedule records.
openclaw skills install @wxt-ai/agreement-renewal-deskUse this skill for routine agreement 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 agreement operations work:
derive_obligation_schedule tool, producing obligation_schedule.append_renewal_schedule tool, using the prepared obligation_schedule and producing schedule_receipt.Each stage remains independently invocable. Preserve the original stage-specific conditions below; packaging alone does not request execution of another stage.
Purpose: Prepare an agreement obligation schedule.
Tool: derive_obligation_schedule
Interface fields: input agreement_markdown; output obligation_schedule.
Use this skill for routine agreement operations work when the user asks to prepare an agreement obligation schedule.
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: agreement_markdown
Agreement sections supplied for renewal planning.
Accepted value: string.
Field: obligation_schedule
Return a concise obligation schedule for the user's current request in the requested
output field. The returned value is a object with agreement_id, obligations.
Use the supplied agreement_markdown to prepare an agreement obligation schedule.
Return the result in obligation_schedule.
Purpose: Add entries to a renewal schedule.
Tool: append_renewal_schedule
Interface fields: input obligation_schedule; output schedule_receipt.
Use this skill for routine agreement operations work when the user asks to add entries to a renewal schedule.
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: obligation_schedule
Dated obligation entries prepared for a renewal handoff.
Accepted value: object with agreement_id, obligations.
Field: schedule_receipt
Return a concise schedule receipt for the user's current request in the requested
output field. The returned value is a object with schedule_id, rows.
Use the supplied obligation_schedule to add entries to a renewal schedule.
Return the result in schedule_receipt.