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


