# Exploration

> 広範囲探索。mineflayer pathfinder + findBlock（mc_execute用）

- Skill: `shin0205go-auto-mineflayer-mcp-server/exploration` (Agent Skill)
- Install (CLI): `npx skillmds@latest add shin0205go-auto-mineflayer-mcp-server/exploration`
- Raw SKILL.md: https://api.skillmd.com/api/skills/shin0205go-auto-mineflayer-mcp-server/exploration/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Shin0205go (https://skillmd.com/u/shin0205go-auto-mineflayer-mcp-server)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/shin0205go-auto-mineflayer-mcp-server/exploration

---

## 基本パターン

ブロック探索: iron_ore、diamond_oreなど対象ブロックをnavigateで探索する。max_distanceパラメータで探索範囲を指定できる。
エンティティ探索: villager、cowなどエンティティをnavigateで探索する。
座標移動: moveToで特定座標に直接移動する。

## 探索後の周囲確認

statusでBiome・nearbyResources・nearbyEntitiesを確認してログ出力する。

## 重要な発見はチャット共有

`[資源] diamond_ore発見: x=123, y=-59, z=456` のようにチャットで座標を共有する。

## 見つからない時

別エリアに移動（現在位置から+100〜150ブロック）してから再探索する。

