minecraft-logs

Captures Bedrock network packets via a proxy relay into raw and JSONL logs.

6|3|Updated Mar 29, 2025
One-click install
npx skills add https://github.com/mc-zuri/mineflayer-bedrock --skill minecraft-logs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minecraft-logs
Source: https://github.com/mc-zuri/mineflayer-bedrock/tree/main/.claude/skills/minecraft-logs
Command: npx skills add https://github.com/mc-zuri/mineflayer-bedrock --skill minecraft-logs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates capturing Bedrock network packets through a proxy relay, enabling debugging of protocol behavior and bot interactions.

Core Features & Use Cases

  • Proxy-based packet capture: Start a capture proxy between client and server and log packets.
  • Output formats: Save both raw binary dumps and processed JSONL logs.
  • Use Case: Debug a Bedrock bot by replaying captured logs or analyzing packet sequences.

Quick Start

Start the capture proxy with defaults (or customize via CLI) and connect Minecraft Bedrock to localhost:19150 so that packets are relayed to localhost:19198 and saved to the configured log directory.