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


