← 返回
未分类 中文

Event Cancellation Reconciler

Standard Operating Procedure (SOP) to autonomously detect cancelled events and sync the calendar state using atomic nodes.
标准操作程序(SOP),用于自动检测已取消的事件,并使用原子节点同步日历状态。
zvirb zvirb 来源
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 317
下载
💾 1
安装
1
版本
#latest

概述

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-JSON or LLM-Extract-Action-Items atomic skill against the email body to extract original_date, original_time, and target_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 "T00:00:00Z" --to "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 Event atomic node or the Google Calendar Update Summary atomic 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.

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-07 22:34 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

CRM Entity Extraction

zvirb
标准操作规程(SOP),通过原子节点桥接提取逻辑至CRM追加操作。
★ 0 📥 438

Gmail Delete Email

zvirb
原子节点技能,使用 gog CLI 删除 Gmail 邮件。
★ 0 📥 451

Google Calendar Create Event

zvirb
使用 gog CLI 创建 Google 日历事件的原子节点技能。
★ 0 📥 524