mc-open

Open block-based Minecraft user interfaces via HTTP requests.

10|Updated Jul 22, 2025
One-click install
npx skills add https://github.com/bdambrosio/Cognitive_workbench --skill mc-open
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mc-open
Source: https://github.com/bdambrosio/Cognitive_workbench/tree/main/src/world-tools/minecraft/mc-open
Command: npx skills add https://github.com/bdambrosio/Cognitive_workbench --skill mc-open

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows an agent to interact with the Minecraft world by opening block-based user interfaces, enabling actions like crafting, storage, and smelting.

Core Features & Use Cases

  • UI Interaction: Opens interfaces for crafting tables, chests, furnaces, and dispensers.
  • Coordinate-Based: Targets blocks based on agent-relative offsets (dx, dy, dz).
  • Use Case: An agent needs to craft an item. It first uses mc-observe to find a crafting table, then uses mc-open with the table's relative coordinates to open the crafting UI.

Quick Start

Open the crafting table located one block in front of the agent.

Frequently Asked Questions about mc-open

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I open a crafting table UI in Minecraft using an agent?

To open a crafting table UI in Minecraft, target the block using agent-relative coordinates (dx, dy, dz) and send an HTTP request to the Minecraft bot server to activate the interactive interface.

What types of Minecraft block interfaces can I interact with?

You can interact with various Minecraft block interfaces, including crafting tables, chests, furnaces, and dispensers, by targeting them with relative coordinates to open their UIs.

How do I find the relative coordinates needed to open a Minecraft chest?

To find the relative coordinates needed to open a Minecraft chest, use an observation tool like mc-observe to locate the block and calculate its agent-relative offsets (dx, dy, dz).

Does this Minecraft UI interaction tool require a specific bot server setup?

Yes, interacting with Minecraft UIs requires a running Minecraft bot server, as the tool communicates with it via HTTP requests to open and manage block interfaces.

Why is my Minecraft furnace UI not opening when I send the request?

If a Minecraft furnace UI is not opening, verify the agent-relative coordinates (dx, dy, dz) are correct and that the Minecraft bot server is actively running to receive HTTP requests.

Can I use this to open dispensers and other interactive blocks in Minecraft?

Yes, you can open dispensers and other interactive blocks in Minecraft by providing their agent-relative coordinates to target the specific block and trigger the UI via HTTP.