TopRank Skills

Home / Claw Skills / Search / Doro Email To Calendar
Official OpenClaw rules 36%

Doro Email To Calendar

CRITICAL RULES READ BEFORE PROCESSING ANY EMAIL 1. NEVER CALL gog DIRECTLY ALWAYS use wrapper scripts create_event.sh , email_read.sh , etc. . Direct gog calls bypass tracking and cause duplicates. THIS IS NON NEGOTIABLE. 2. IGNORE CALENDAR NOTIFICATIONS DO NOT process emails from calendar notification@google.com Accepted:, Declined:, Tentative:, etc. . These are responses to existing invites, NOT new events. Run process_calendar_replies.sh to archive them. 3. ALWAYS ASK BEFORE CREATING Never cr

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Doro Email To Calendar 技能。 若已安装,则直接安装 Doro Email To Calendar 技能。

Overview

Skill Key
a2mus/doro-email-to-calendar
Author
a2mus
Source Repo
openclaw/skills
Version
-
Source Path
skills/a2mus/doro-email-to-calendar
Latest Commit SHA
20c7bf3d58cb4dd28d5dc4caf6cf4ea8d7dc9db0

Extracted Content

SKILL.md excerpt

> **CRITICAL RULES - READ BEFORE PROCESSING ANY EMAIL**
>
> 1. **NEVER CALL `gog` DIRECTLY** - ALWAYS use wrapper scripts (`create_event.sh`, `email_read.sh`, etc.). Direct `gog` calls bypass tracking and cause duplicates. THIS IS NON-NEGOTIABLE.
> 2. **IGNORE CALENDAR NOTIFICATIONS** - DO NOT process emails from `calendar-notification@google.com` (Accepted:, Declined:, Tentative:, etc.). These are responses to existing invites, NOT new events. Run `process_calendar_replies.sh` to archive them.
> 3. **ALWAYS ASK BEFORE CREATING** - Never create calendar events without explicit user confirmation in the current conversation
> 4. **CHECK IF ALREADY PROCESSED** - Before processing any email, check `processed_emails` in index.json
> 5. **READ CONFIG FIRST** - Load and apply `ignore_patterns` and `auto_create_patterns` before presenting events
> 6. **READ MEMORY.MD** - Check for user preferences stored from previous sessions
> 7. **INCLUDE ALL CONFIGURED ATTENDEES** - When creating/updating/deleting events, always include attendees from config with `--attendees` flag (and `--send-updates all` if supported)
> 8. **CHECK TRACKED EVENTS FIRST** - Use `lookup_event.sh --email-id` to find existing events before calendar search (faster, more reliable)
> 9. **TRACK ALL CREATED EVENTS** - The `create_event.sh` script automatically tracks events; use tracked IDs for updates/deletions
> 10. **SHOW DAY-OF-WEEK** - Always include the day of week when presenting events for user verification

> ⛔ **FORBIDDEN: DO NOT USE `gog` COMMANDS DIRECTLY** ⛔
>
> **WRONG:** `gog calendar create ...` or `gog gmail ...`
> **RIGHT:** `"$SCRIPTS_DIR/create_event.sh" ...` or `"$SCRIPTS_DIR/email_read.sh" ...`
>
> Direct CLI calls bypass event tracking, break duplicate detection, and cause duplicate events.
> ALL operations MUST go through the wrapper scripts in `scripts/`.

# Email to Calendar Skill

Extract calendar events and action items from emails, present them for review, and create/update cale...

Related Claw Skills