mc-close

Close the active user interface in a Minecraft game instance.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, logging, os, typing, and includes scripts (resource) components.

What problem does it solve?

This Skill manages the Minecraft user interface by closing any currently open windows, such as crafting tables or chests.

Core Features & Use Cases

  • UI Management: Closes active interfaces in Minecraft.
  • Error Handling: Fails gracefully if no UI is currently open.
  • Use Case: After crafting an item, use this Skill to close the crafting table UI before proceeding to the next action.

Quick Start

Use the mc-close skill to close the currently open user interface.

Frequently Asked Questions about mc-close

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

FAQPage Schema
How do I close a Minecraft user interface automatically after crafting?

To close a Minecraft user interface automatically, you can use a game automation script that sends a close action to the active window. This Skill specifically manages interface management by closing open windows like crafting tables after use.

What happens if I try to close a Minecraft UI when no window is open?

If you attempt to close a Minecraft UI when no window is open, the interface management script handles the error gracefully. The automation fails safely without crashing the game instance.

Do I need a running Minecraft bot server to close game interfaces?

Yes, you need a running Minecraft bot server instance to close game interfaces. The automation script requires this active server connection to execute the close action on interactive elements.

Can I use this to manage chests and furnaces in Minecraft automation?

Yes, you can use this to manage chests and furnaces in Minecraft automation. The script closes any currently active user interface, applicable for managing interactive elements like furnaces or chests after their use.