Agent skill
iron-mining
鉄鉱石の採掘と精錬の手順。石ピッケルで鉄鉱石を掘り、かまどで鉄インゴットに精錬。 Use when: 鉄が必要、鉄ピッケル/鉄の剣/鉄防具/バケツを作りたい、鉄鉱石を掘りたい時。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/iron-mining
SKILL.md
鉄鉱石採掘スキル
鉄装備を作るための採掘と精錬。
前提条件
- 石のピッケル以上(木のピッケルでは鉄鉱石は掘れない)
- かまど(精錬用)
- 燃料(石炭、木炭、原木)
鉄鉱石の場所
| 高さ(Y) | 生成量 | 特徴 |
|---|---|---|
| Y=16 | 最多 | おすすめ採掘高度 |
| Y=0〜64 | 多い | 洞窟でよく見つかる |
| Y=-64〜0 | 少ない | 深層岩エリア |
採掘方法
ブランチマイニング
1. Y=16まで掘り下げる
2. 横方向に2ブロック間隔でトンネルを掘る
3. 鉄鉱石(茶色の斑点)を見つけたら採掘
洞窟探索
1. 洞窟を見つける
2. 松明を設置しながら探索
3. 壁の鉄鉱石を採掘
鉄鉱石の採掘
minecraft_find_block { block_name: "iron_ore" }
# または deepslate_iron_ore(深層)
minecraft_dig_block { x, y, z }
→ raw_iron(鉄の原石)がドロップ
精錬
# かまどの近く(4ブロック以内)で
minecraft_smelt { item_name: "raw_iron", count: 1 }
→ iron_ingot(鉄インゴット)
燃料: 石炭1個で8個精錬可能
鉄装備のレシピ
| アイテム | 鉄インゴット数 |
|---|---|
| 鉄のピッケル | 3 |
| 鉄の剣 | 2 |
| 鉄の斧 | 3 |
| 鉄のヘルメット | 5 |
| 鉄のチェストプレート | 8 |
| 鉄のレギンス | 7 |
| 鉄のブーツ | 4 |
| 盾 | 1 + 板材6 |
| バケツ | 3 |
目標量
最低限(基本装備)
- 鉄のピッケル: 3個
- 鉄の剣: 2個
- バケツ: 3個
- 合計: 8個
推奨(フル装備)
- 上記 + 鉄防具一式: 24個
- 合計: 32個
Tips
- 洞窟では松明を忘れずに
- 溶岩に注意(水バケツを持参)
- シルクタッチがあれば鉄鉱石ブロックで持ち帰れる
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?