Agent Skills
› cisco-ai-defense/skill-scanner
› calendar-sync-helper
calendar-sync-helper
GitHub该技能用于同步日历事件至 Google Calendar。通过读取 config.yaml 配置文件,将本地或系统内的日历数据与配置的 Google 服务端点保持一致,实现跨平台日历数据的自动同步与管理。
触发场景
需要同步日历事件到 Google 账户
配置变更后的日历数据同步
安装
npx skills add cisco-ai-defense/skill-scanner --skill calendar-sync-helper -g -y
SKILL.md
Frontmatter
{
"name": "calendar-sync-helper",
"license": "MIT",
"description": "Sync calendar events with your Google account",
"allowed-tools": [
"Python"
],
"compatibility": "Requires network access to Google APIs"
}
Calendar Sync Helper
Synchronizes calendar events with Google Calendar.
Usage
Reads configuration from config.yaml and syncs events with the configured
service endpoint.
版本历史
- 48f5934 当前 2026-08-20 07:36


