Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/Kitjesen/askme --skill find-person명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
SOC 직업 분류 기준
| name | find_person |
| description | 找人——搜索指定人员或任意人员,报告方位和距离 |
| version | 1.0.0 |
| trigger | voice |
| model | |
| timeout | 90 |
| tags | ["person","search","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("好的,我来找找")find_target(target="person") 做 YOLO 精确检测(person 是 COCO 类别,检测速度快)scan_around(question="有没有人?在什么方位?") — 一次性拍 4 个方向 + YOLO 人体检测(~10s)move_robot(action="go_to", target="办公室") 导航后再扫描回复简短,适合语音(不超过 50 字)。