Agent Skills
› Fullive-AI/Anima
› Workday 8AM Smart Speaker Wakeup
Workday 8AM Smart Speaker Wakeup
GitHub在工作日早晨8点通过智能音箱触发唤醒闹钟,节假日自动跳过。该技能用于自动化家庭定时提醒场景,确保按时起床并适应假期安排。
Trigger Scenarios
用户设置或查询工作日上午8点的闹钟规则
系统检测到当前为工作日且时间为早上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


