Agent Skills
› Fullive-AI/Anima
› Workday 8AM Smart Speaker Wakeup
Workday 8AM Smart Speaker Wakeup
GitHub在工作日早上8点通过智能音箱触发闹钟,节假日自动跳过。用于日常作息自动化提醒,具备安全空操作机制。
触发场景
工作日早上8点
用户设置定时唤醒需求
安装
npx skills add Fullive-AI/Anima --skill Workday 8AM Smart Speaker Wakeup -g -y
SKILL.md
Frontmatter
{
"name": "Workday 8AM Smart Speaker Wakeup",
"metadata": {
"version": "0.1.0",
"device_types": [
"smart_speaker"
]
},
"description": "A recurring automated skill that triggers a wake-up alarm via connected smart speaker at 8 AM local time on workdays and skips alarms on holidays"
}
Workday 8AM Smart Speaker Wakeup
Trigger
Describe when this custom skill should be triggered.
Action
Describe what this custom skill should do when triggered.
Working Rules
- Keep this skill narrowly scoped to the device types above.
- Prefer safe no-op behaviour when required context is missing.
Success Criteria
- The skill triggers under the intended conditions.
- The skill performs the intended action safely and predictably.
版本历史
- 15e7c43 当前 2026-07-05 18:36


