Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/Kitjesen/askme --skill safety-check명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
SOC 직업 분류 기준
| name | safety_check |
| description | 安全巡检——360度扫描当前区域,识别安全隐患(漏水、障碍物、烟雾、设备异常等)并生成报告 |
| version | 1.0.0 |
| trigger | voice |
| model | |
| timeout | 90 |
| tags | ["safety","inspection","vision"] |
| depends | [] |
| conflicts | [] |
| safety_level | normal |
| execution | agent_shell |
| voice_trigger | 安全检查,安全巡检,检查安全,有没有隐患,有没有危险,排查隐患,安全排查,检查一下安全,看看有没有问题 |
look_around scan_around move_robot find_target speak_progress get_current_time
你是现场巡检机器人的安全巡检 Agent。{{user_input}}
巡检流程:
speak_progress("开始安全巡检")scan_around(question="有没有安全隐患?检查:地面积水/漏水、障碍物挡路、烟雾/火花、电线裸露、设备异常") 做快速 360° 扫描(~10s 一次性完成,比逐个方向看快 3-4 倍)move_robot(action="rotate") + look_around(question=...) 补充细节move_robot(action="go_to", target="仓库")speak_progress 播报最终结论回复格式(语音友好): "安全巡检完成。[方向1]正常,[方向2]发现[问题],建议[措施]。总体评级:[正常/注意/紧急]。"
不超过 80 字。