/install event-cancellation-reconciler
Lean Philosophy (Principles)
- Kaizen (改善): This workflow relies entirely on discrete, single-responsibility atomic nodes rather than a monolithic loop.
- Standardized Work (Hyojun Sagyo): This node represents a strict, step-by-step Standard Operating Procedure (SOP) for state-syncing Google Calendar based on cancellation notices.
- Jidoka (自働化): Includes autonomous self-healing loops with hard verification stops between every step.
Event Cancellation Reconciler SOP
This procedure guides the agent to process cancelled events using explicitly defined atomic nodes.
Cognitive Directives
WHEN [Requested to handle a cancelled event from an email OR when reading an email indicating a cancellation/reschedule] THEN [ Follow this strict Standard Operating Procedure:
Step 1: Extract Event Details
- Execute the
LLM-Extract-JSONorLLM-Extract-Action-Itemsatomic skill against the email body to extractoriginal_date,original_time, andtarget_entity. - Jidoka Stop: Validate the extracted payload. IF extraction fails, ask the user for details and STOP. Do NOT proceed.
Step 2: Locate Orphaned Event
- Execute the atomic node for calendar search (e.g.,
gog calendar events primary --from "\x3Coriginal_date>T00:00:00Z" --to "\x3Coriginal_date>T23:59:59Z" --json). - Jidoka Stop: Verify events are returned. IF no matching event is found, reply "No conflicting calendar events found" and STOP. Do NOT proceed.
Step 3: Reconcile State
- Execute the
Google Calendar Delete Eventatomic node or theGoogle Calendar Update Summaryatomic node to append "[CANCELLED]". - Jidoka Stop: Verify the atomic node returns a success JSON response. IF it fails, retry the node up to 3 times with the exact error. IF it still fails, report the error to the user and STOP.
Step 4: Notify
- Inform the user that the calendar state has been successfully reconciled. ]
Expected Output
A confirmation message stating the calendar has been synced and the specific event has been handled.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install event-cancellation-reconciler - 安装完成后,直接呼叫该 Skill 的名称或使用
/event-cancellation-reconciler触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Event Cancellation Reconciler 是什么?
Standard Operating Procedure (SOP) to autonomously detect cancelled events and sync the calendar state using atomic nodes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 63 次。
如何安装 Event Cancellation Reconciler?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install event-cancellation-reconciler」即可一键安装,无需额外配置。
Event Cancellation Reconciler 是免费的吗?
是的,Event Cancellation Reconciler 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Event Cancellation Reconciler 支持哪些平台?
Event Cancellation Reconciler 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Event Cancellation Reconciler?
由 zvirb(@zvirb)开发并维护,当前版本 v1.0.1。