Agent Skills
› Fullive-AI/Anima
› device_discovery
device_discovery
GitHub用于智能设备发现、局域网库存刷新及小米/米家账号绑定的扫码入网流程。支持本地扫描与QR码引导两种模式,根据用户意图选择合适方案并执行后续操作。
Trigger Scenarios
发现新设备
刷新局域网设备列表
启动小米或米家扫码配网
Install
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.
Version History
- 15e7c43 Current 2026-07-05 18:36


