Overview
- Skill Key
- adorostkar/calendar-reminders
- Author
- adorostkar
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/adorostkar/calendar-reminders
- Latest Commit SHA
- 31b90c62f44832ae845a8cc9e4d317af635a1bac
gcalcli calendar wrapper + reminder planner
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Calendar Reminders 技能。 若已安装,则直接安装 Calendar Reminders 技能。
# gcalcli calendar wrapper + reminder planner This skill provides: - `scripts/calendar` — wrapper around `gcalcli` - `scripts/calendar_reminder_plan.py` — produces a JSON plan for reminder scheduling - `references/openclaw-calendar.example.json` — example config format ## Config Copy the example config to a private location and edit it: - Default path: `~/.config/openclaw/calendar.json` - Override with env: `OPENCLAW_CALENDAR_CONFIG=/path/to/calendar.json` ## Requirements - Required: `python3`, `gcalcli` - Optional (for CalDAV/iCloud): `vdirsyncer`, `khal` ## Security notes (why ClawHub may flag this) This skill *invokes external binaries* and is config-driven. - The planner runs `gcalcli`/`khal` using `subprocess.check_output([...], shell=False)` (argument-list form; safe against shell injection from event titles). - If you wire a cron job to run `vdirsyncerSyncCommand`, make sure you run it as an **argv list** (`subprocess.run(cmd_list, shell=False)`), not as a shell string. - Only point `gcalcliPath` / `khalBin` to **trusted binaries** (prefer absolute paths). Don’t run untrusted paths. ## Auth (Google) `gcalcli` requires OAuth. On headless servers you may need SSH port-forwarding. The wrapper uses `--noauth_local_server` to print instructions. ## Reminder planning The planner outputs a JSON blob describing reminders to schedule. A separate cron job (or an agent turn) can read it and create one-shot OpenClaw reminders. Defaults: - Ignore birthdays. - Timed events are considered important. - All-day events only trigger reminders if their title matches configured keywords. ## Wiring a daily reminder scheduler (OpenClaw) Create a daily cron job (e.g. 00:05 local time) that: 1) If CalDAV is enabled in config, runs the configured `vdirsyncer` sync command. 2) Runs `scripts/calendar_reminder_plan.py` to get a JSON plan. 3) For each planned reminder, creates a one-shot OpenClaw `systemEvent` reminder at `reminderAtUtc`. 4) Writes a small state file so y...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.