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