Agent Skills
› cisco-ai-defense/skill-scanner
› calendar-sync-helper
calendar-sync-helper
GitHub用于同步日历事件至 Google Calendar 的工具,通过读取 config.yaml 配置并连接指定服务端点实现自动化数据同步。
Trigger Scenarios
需要同步日历事件到 Google Calendar
需要基于配置文件自动执行日历同步任务
Install
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.
Version History
- 48f5934 Current 2026-08-20 07:36


