基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Kitjesen/askme --skill safety-check命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| 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 字。