Agent Skills
› Fullive-AI/Anima
› light
light
GitHub用于 Anima 系统中智能灯光的决策与偏好学习,涵盖昼夜节律亮度、色温启发式规则及平滑过渡处理,支持开关、调光等操作选择。
触发场景
需要控制智能灯光设备
根据时间调整灯光亮度和色温
学习用户长期灯光偏好
安装
npx skills add Fullive-AI/Anima --skill light -g -y
SKILL.md
Frontmatter
{
"name": "light",
"metadata": {
"version": "0.1.0",
"device_types": [
"light",
"ceiling_light",
"desk_lamp",
"led_strip"
]
},
"description": "Use when reasoning about smart lights in Anima. Covers circadian brightness and color-temperature heuristics, smooth transitions, and choosing `set_brightness`, `set_color_temp`, `turn_on`, or `turn_off`."
}
Light
Use this skill for device-level lighting decisions and preference learning.
Load These Resources
references/knowledge.mdfor circadian lighting rules and energy heuristics.references/decide.mdwhen generating a single-device action.references/learn.mdwhen summarizing long-term lighting preferences.scripts/actions.pyfor the structured action helpers exposed to the runtime.
Working Rules
- Prefer smooth transitions over abrupt jumps.
- Treat time of day as a primary signal for brightness and color temperature.
- If current lighting is already reasonable, return
none.
版本历史
- 15e7c43 当前 2026-07-05 18:36


