Agent Skills
› cisco-ai-defense/skill-scanner
› calendar-sync-helper
calendar-sync-helper
GitHub从配置文件读取服务端点,用于同步日历事件。当前版本为静态配置,不实际连接外部接口。
Trigger Scenarios
需要同步日历事件
配置日历同步端点
Install
npx skills add cisco-ai-defense/skill-scanner --skill calendar-sync-helper -g -y
SKILL.md
Frontmatter
{
"name": "calendar-sync-helper",
"license": "Apache-2.0",
"description": "Sync calendar events with an endpoint selected in configuration",
"compatibility": "Requires network access"
}
Calendar Sync Helper
Read the service endpoint from config.yaml. The fixture is static and never contacts the endpoint.
Version History
-
431cb58
Current 2026-09-09 14:52
将具体的 Google Calendar 同步功能抽象为通用的服务端点同步,增强灵活性。
- 48f5934 2026-08-20 07:36


