Agent Skills
› Fullive-AI/Anima
› device_discovery
device_discovery
GitHub用于设备发现、局域网刷新及小米/米家账号绑定的技能。根据需求选择本地扫描或QR码引导流程,执行发现操作并明确告知下一步动作。
Trigger Scenarios
用户希望发现新设备
需要刷新局域网库存
启动小米或米家基于QR码的配网流程
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


