Agent Skills
› Fullive-AI/Anima
› speaker
speaker
GitHub用于处理Anima平台中音箱设备(如小爱同学)的播放控制与推理逻辑。当用户请求涉及音箱音乐播放、暂停、切换等基础控制操作时触发,确保交互安全且符合能力定义。
Trigger Scenarios
用户请求播放音乐或音频
用户请求控制音箱播放状态(如暂停、停止)
Install
npx skills add Fullive-AI/Anima --skill speaker -g -y
SKILL.md
Frontmatter
{
"name": "speaker",
"metadata": {
"device_types": [
"speaker"
]
},
"description": "Handles reasoning and control for speaker devices in the Anima platform."
}
Speaker Device Skill
This skill manages control and reasoning for speaker devices such as Xiaomi Smart Speaker within the Anima platform. Use this skill when processing user requests related to speaker playback and basic speaker control.
Key relevant files:
actions.py: Implements the supported playback and control actions for speaker devices.- Follow the defined hard rules and knowledge points to ensure safe, non-redundant, and capability-aligned device interactions.
Version History
- 15e7c43 Current 2026-07-05 18:36


