一键导入
hyrule-navigator
Autonomous navigation agent for Oracle of Secrets. Uses static map data and dynamic RAM state to localize Link and route him to destinations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Autonomous navigation agent for Oracle of Secrets. Uses static map data and dynamic RAM state to localize Link and route him to destinations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use the Agentic File System (AFS) context model for discovery, mounts, scratchpad memory, and file-based tool workflows. Use when a task involves .context operations, AFS CLI usage, or cross-agent context coordination.
Read and interpret the Link to the Past (ALTTP) disassembly with label/symbol context. Use when mapping ROM/CPU addresses to labels, searching usdasm/jpdasm sources, or cross-referencing routines with Hyrule Historian, z3dk label indexes, or z3ed output.
Train, evaluate, and maintain the scawful-echo persona and related avatar models (Echo/Memory/Muse). Use when working on persona voice, dataset prep, A/B testing, deployment, or tool-calling constraints for avatar models.
End-to-end Oracle of Secrets debugging using the Mesen2-OOS socket CLI, z3ed, and label/symbol tooling. Use for breakpoint/trace capture, memory inspection, savestate repro, overlays, or crash/regression triage (replaces mesen2-mcp and legacy Lua bridge workflows).
Expert guidance for LLM model training, synthetic data generation (SDE), Hierarchical MoE (H-MoE) management, and agentic evaluation. Use when setting up training runs (Vast.ai), generating datasets, or performing technical research PDF analysis for ROM hacking and general AI development.
Manage Zelda/ALTTP/Oracle model training, datasets, evals, registry updates, and deployment artifacts (Nayru/Din/Farore/Veran/Sahasrahla/IQuest). Use when planning or running training runs, curating ASM datasets, selecting base models, evaluating outputs, or converting/serving GGUF or MLX models.
| name | hyrule-navigator |
| description | Autonomous navigation agent for Oracle of Secrets. Uses static map data and dynamic RAM state to localize Link and route him to destinations. |
world_graph.json.Identify where Link is using RAM:
$7E00A0), X ($7E0022), Y ($7E0020).Indoors flag ($7E001B).Route from current location to a target room/screen.
world_graph.json (compiled from z3ed data).[Go West Door, Take Stairs Up, Enter Cave].Move Link to a specific pixel/tile coordinate.
navigator locate -> "Room 0x1B (Dungeon), Tile (10, 20)".navigator route --to 0x1A -> "Path: West Door -> Room 0x1A".navigator drive --path ... -> Autonomously moves Link.~/src/hobby/yaze/world_graph.json (Must be up-to-date with ROM).z3ed (for map data), Mesen2 socket CLI (for RAM/Input).~/src/hobby/yaze/scripts/ai/navigator.py.~/.context/knowledge/hobby/zscustom-overworld.md~/.context/knowledge/alttp/architecture.md~/.context/knowledge/alttp/ram_map.md~/.context/knowledge/hobby/oracle-progression.mdnavigator locate: Print current localization info.navigator route <target_id>: Plan path to target.navigator goto <target_id>: Plan and execute movement.world_graph.json connectivity. Run map_compiler.py again./tmp/mesen2-*.sock). Verify RAM addresses in navigator.py match the active ROM version.