一键导入
map-navigate
Move toward a requested target location or perform a requested interaction if already there.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Move toward a requested target location or perform a requested interaction if already there.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Offer basic care check-ins for neighbors.
Follow up on recurring health needs and medication routines.
Attend class or study using the school and library workflow.
Organize class materials, meetings, and student follow-up.
Coordinate neighbors and shared town information.
Observe community activity and notice practical changes.
| name | map.navigate |
| description | Move toward a requested target location or perform a requested interaction if already there. |
| script | scripts/run_skill.py |
| shared | true |
| effects | ["move","interact","set_state","remember"] |
| args_schema | {"type":"object","additionalProperties":true} |
| trigger_examples | ["the decision includes a specific target location or map interaction"] |
| outputs | ["state/skill_results/map_navigate.json"] |
This is a real executable GOD agent skill. Its local skill.json describes
its own targets, interaction preferences, status changes, speech template,
memory template, and fallback strategy. scripts/run_skill.py returns a
standard SkillResult; the JiuwenClawAgent runtime validates and applies the
result to movement, interaction, speech, state, and memory.