بنقرة واحدة
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.