# Mc Respawn

> Reset embodiment after death - lifecycle/recovery. Returns ok

- Skill: `bdambrosio/mc-respawn` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add bdambrosio/mc-respawn`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bdambrosio/mc-respawn/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: bdambrosio (https://skillmd.com/u/bdambrosio)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/bdambrosio/mc-respawn

---


# Minecraft Respawn Tool

Resets embodiment after death. Lifecycle and recovery tool for post-death state restoration.

## Purpose

Post-death recovery for restoring bot state after death. Resets health, position, and other death-related state.

## Input

- `value`: Ignored

## Output

Returns uniform_return format with:
- `value`: Text summary (acknowledgement message)
- `data`: Structured data dict (machine-readable). Key fields:
  - `success`: Boolean

## Behavior & Performance

- Resets bot state after death
- Restores health and position
- Returns immediately after respawn

## Guidelines

- Use after detecting death (via `mc-status`)
- Resets embodiment to spawn point or bed location
- Inventory may be lost depending on game mode
- Use `mc-status` after respawn to verify state

## Usage Examples

Respawn after death:
```json
{"type":"mc-respawn","out":"$respawn"}
```

