# Building

> 構造物建設。mineflayer pathfinder + placeBlock（mc_execute用）

- Skill: `shin0205go-auto-mineflayer-mcp-server/building` (Agent Skill)
- Install (CLI): `npx skillmds@latest add shin0205go-auto-mineflayer-mcp-server/building`
- Raw SKILL.md: https://api.skillmd.com/api/skills/shin0205go-auto-mineflayer-mcp-server/building/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/building

---

## 基本

buildのpresetはshelter / wall / platform / tower。
sizeはsmall(50ブロック) / medium(150) / large(300)。smallがデフォルト。

## Base Protocol (Phase 1)

oak_logを16個採掘し、crafting_tableをクラフトする。cobblestoneを24個採掘し、furnaceとchestを3個クラフトする。shelterをbuildする。

## 個別ブロック設置

statusで現在位置を取得し、placeでfurnace・crafting_table・chestを現在位置の近くに設置する。

