Install
openclaw skills install @wxt-ai/coordination-calendar-studioNormalize calendar handoffs and create coordination calendar entries.
openclaw skills install @wxt-ai/coordination-calendar-studioUse this skill for routine meeting coordination work. Invoke the stage requested by the user.
Stage-specific input, output and workflow rules are given below.
The skill provides these stages for meeting coordination work:
normalize_calendar_event tool, producing event_digest.create_coordination_entry tool, using the prepared event_digest and producing calendar_artifact.Each stage remains independently invocable. Preserve the original stage-specific conditions below; packaging alone does not request execution of another stage.
Purpose: Normalize a calendar handoff.
Tool: normalize_calendar_event
Interface fields: input event_ics; output event_digest.
Use this skill for routine meeting coordination work when the user asks to normalize a calendar handoff.
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: event_ics
Calendar event block supplied for a meeting handoff.
Accepted value: string.
Field: event_digest
Return a concise event digest for the user's current request in the requested
output field. The returned value is a object with event_id, starts_at, ends_at, timezone, duration_minutes.
Use the supplied event_ics to normalize a calendar handoff.
Return the result in event_digest.
Purpose: Create a coordination calendar entry.
Tool: create_coordination_entry
Interface fields: input event_digest; output calendar_artifact.
Use this skill for routine meeting coordination work when the user asks to create a coordination calendar 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: event_digest
Normalized event digest prepared for meeting coordination.
Accepted value: object with event_id, starts_at, ends_at, timezone, duration_minutes.
Field: calendar_artifact
Return a concise calendar artifact for the user's current request in the requested
output field. The returned value is a object with artifact_id, event_id, ics_content.
Use the supplied event_digest to create a coordination calendar entry.
Return the result in calendar_artifact.