Agent skill
exploration
minecraft_explore_areaツールでスパイラルパターンの広範囲探索を自動実行。バイオーム・村・構造物・資源を発見。 ALWAYS use when: 新しい場所を探索したい、村を見つけたい、特定のバイオームを探している、周辺の地形を把握したい時。 move_toを何度も呼んで手動探索する代わりに、このスキルで効率的に広範囲を探索。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/exploration-shin0205go-auto-mineflayer-mcp-
SKILL.md
エリア探索スキル
スパイラルパターンで効率的に探索する高レベルスキル。
使用方法
minecraft_explore_area {
username: "BotName",
radius: 100,
target: "village" // 省略時は全般的な探索
}
パラメータ
radius: 探索半径(ブロック単位)target: 探索対象(省略可能)- バイオーム名: "desert", "forest", "plains"
- ブロック名: "diamond_ore", "village"
- エンティティ名: "villager", "horse"
探索パターン
スパイラル探索(5ブロック間隔):
↑
← ● →
↓
開始地点から螺旋状に外側へ展開
自動実行される処理
- 開始座標記録 - 探索開始位置を保存
- スパイラル移動 - 5ブロック間隔で螺旋状に移動
- バイオーム確認 - 各地点でバイオームをチェック
- ターゲット検索 - 指定されたブロック/エンティティを探索
- 発見記録 - 見つかったものを座標付きで記録
- 範囲制限 - 指定半径を超えたら探索終了
探索対象例
バイオーム
desert- 砂漠(サボテン、砂岩、村)jungle- ジャングル(カカオ、オウム)mushroom_fields- キノコ島(モッシュルーム)ice_spikes- 氷柱(氷塊)
構造物
village- 村(村人、取引)desert_pyramid- 砂漠の寺院(宝箱)jungle_temple- ジャングルの寺院
資源
diamond_ore- ダイヤモンド鉱石ancient_debris- 古代の残骸(ネザー)spawner- スポナー
探索半径の目安
| 半径 | 所要時間 | 用途 |
|---|---|---|
| 50 | 2分 | 近場の資源確認 |
| 100 | 5分 | バイオーム探索 |
| 200 | 15分 | 村・構造物探索 |
| 500 | 1時間 | 長距離探検 |
発見データの形式
Exploration complete. Visited 80 points.
Findings:
- village biome at (250, 320)
- diamond_ore block at current location
- villager entity at current location
Tips
- 事前準備: 食料、武器、松明を持参
- 座標記録: save_memoryで発見した重要な場所を記録
- 夜間注意: 夜間探索は危険、明るい時間に実行推奨
- ターゲット指定: 目的がある場合はtargetを指定して効率化
- 中断可能: 途中で危険を感じたら中断してOK
探索後のアクション
発見した重要な場所はメモリに保存することを推奨:
- save_memory で座標を記録
- 後で recall_memory で参照可能
エラー対応
Move failed: 障害物や地形が複雑 → 別ルートを試すNo notable findings: 半径を広げて再探索Target not found: ターゲットがこの範囲にない → さらに遠くを探索
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?