Agent Skills
› Fullive-AI/Anima
› Workday 8AM Smart Speaker Wakeup
Workday 8AM Smart Speaker Wakeup
GitHub工作日上午8点通过智能音箱播放唤醒闹钟,节假日自动跳过。该技能用于自动化日常起床提醒,支持本地时间判断及安全空操作处理,确保触发条件准确且行为可预测。
Trigger Scenarios
用户设置或启用每日早晨唤醒提醒
系统检测到工作日且时间为上午8点
Install
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.
Version History
- 15e7c43 Current 2026-07-05 18:36


