Install
openclaw skills install @wsygcn/intelligent-inspectionIntelligent workplace inspection system with guided setup, configurable inspection tasks, AI-powered image analysis, and Feishu alerting. Use when you need to monitor employee presence, conduct security patrols, or perform automated visual inspections of workspaces.
openclaw skills install @wsygcn/intelligent-inspectionIntelligent Inspection is an intelligent workplace monitoring system that:
This skill is designed for workplace safety, security monitoring, and employee presence verification.
feishu channel configured (for Feishu alerts)When the skill runs for the first time:
~/.openclaw/workspace/intelligent-inspection-config.jsonFor subsequent runs:
The configuration file (intelligent-inspection-config.json) contains:
{
"camera": {
"type": "ezviz",
"apiUrl": "https://open.ys7.com/api/open/cloud/v1/capture/save",
"accessToken": "your-access-token",
"deviceSerial": "C12345678",
"channelNo": "1",
"projectId": "intelligent-inspection-project"
},
"inspection": {
"defaultPrompt": "请分析这张图片中是否有员工在工位上。如果没有人,请回复'离岗';如果有人,请回复'在岗'。",
"alertOn": ["离岗"],
"includeImage": true
},
"alerts": {
"enabled": true,
"channels": ["feishu"],
"fallbackToDefault": true
}
}
message: For sending alerts via configured channelsweb_fetch/exec: For camera image capture执行智能巡检任务
执行智能巡检:检查会议室是否有人使用
重置智能巡检配置