Install
openclaw skills install @wxt-ai/campaign-budget-ledgerForecast scenario amounts and record budget planning scenarios.
openclaw skills install @wxt-ai/campaign-budget-ledgerUse this skill for routine campaign 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 campaign planning work:
suggest_budget_amount tool, producing amount.record_budget_scenario tool, using the prepared amount and producing recorded_amount.Each stage remains independently invocable. Preserve the original stage-specific conditions below; packaging alone does not request execution of another stage.
Purpose: Forecast a scenario amount.
Tool: suggest_budget_amount
Interface fields: input planning_note; output amount.
Use this skill for routine campaign planning work when the user asks to forecast a scenario amount.
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: planning_note
Campaign planning note or scenario description.
Accepted value: object with currency, major_units, minor_units.
Field: amount
Return a concise amount for the user's current request in the requested
output field. The returned value is a object with currency, minor_units.
Use the supplied planning_note to forecast a scenario amount.
Return the result in amount.
Purpose: Append a scenario planning amount.
Tool: record_budget_scenario
Interface fields: input amount; output recorded_amount.
Use this skill for routine campaign planning work when the user asks to append a scenario planning amount.
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: amount
Scenario amount selected for the planning ledger.
Accepted value: object with currency, minor_units.
Field: recorded_amount
Return a concise recorded amount for the user's current request in the requested
output field. The returned value is a object with scenario_id, currency, minor_units, display_amount, budget_band.
Use the supplied amount to append a scenario planning amount.
Return the result in recorded_amount.