Agent Skills
› Fullive-AI/Anima
› device_discovery
device_discovery
GitHub用于设备发现、LAN库存刷新及小米/米家账号绑定的二维码引导流程。根据场景选择本地扫描或云端配对,执行设备发现任务并明确下一步操作。
触发场景
用户希望发现新设备
需要刷新局域网设备列表
启动小米或米家设备的二维码配网流程
安装
npx skills add Fullive-AI/Anima --skill device_discovery -g -y
SKILL.md
Frontmatter
{
"name": "device_discovery",
"metadata": {
"version": "0.1.0",
"device_types": [
"assistant"
]
},
"description": "Use when a user wants Anima to discover devices, refresh the LAN inventory, or start Xiaomi or Mi Home onboarding with a QR flow."
}
Device Discovery
Use this skill for discovery-oriented chat tasks and Xiaomi onboarding flows.
Load These Resources
references/knowledge.mdfor choosing between local scan and Xiaomi QR onboarding.references/chat.mdwhen planning the next discovery action from user chat.scripts/actions.pyfor executing the chosen scan or onboarding flow.
Working Rules
- Use Xiaomi QR onboarding when the user needs full Xiaomi or Mi Home account-linked discovery.
- Use local scan for a quick LAN refresh that does not require user interaction.
- Keep replies operational and explicit about the next action.
版本历史
- 15e7c43 当前 2026-07-05 18:36


