mc-use

Perform right-click interactions with equipped items at relative coordinates in Minecraft.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows for right-click style interactions within the Minecraft environment, enabling the use of equipped items on blocks or entities.

Core Features & Use Cases

  • Item Interaction: Use the currently equipped item to activate blocks, use tools, or interact with world objects.
  • Positional Targeting: Specify world-relative coordinates for precise interaction.
  • Use Case: After equipping a pickaxe using mc-equip, use this skill to mine a block directly in front of the agent by specifying its relative coordinates.

Quick Start

Use the equipped item at the block directly east of the agent.

Frequently Asked Questions about mc-use

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

FAQPage Schema
How do I right-click a block in Minecraft using an agent?

To right-click a block in Minecraft, this skill performs an interaction using the agent's equipped item at specific world-relative coordinates (dx, dy, dz) to activate the targeted block.

What do I need to interact with Minecraft blocks using relative coordinates?

Interacting with Minecraft blocks requires the agent's current position and yaw to accurately convert the provided world-relative coordinates (dx, dy, dz) into absolute world coordinates for precise targeting.

Can I use a pickaxe to mine a block directly in front of my Minecraft agent?

Yes, you can use a pickaxe to mine a block in front of your Minecraft agent by equipping it first, then specifying the target block's relative coordinates to perform the interaction.

How does coordinate conversion work for Minecraft world interactions?

Coordinate conversion for Minecraft world interactions translates world-relative coordinates (dx, dy, dz) into absolute world coordinates by using the agent's current position and yaw as reference points.

Does this Minecraft interaction skill work with entities as well as blocks?

Yes, this Minecraft interaction skill works with entities as well as blocks, allowing the agent's equipped item to activate or interact with objects specified by world-relative coordinates.

Why are my Minecraft block interactions targeting the wrong location?

Minecraft block interactions target the wrong location when the coordinate conversion fails, which typically happens if the agent's current position and yaw are not accurately provided for calculating absolute world coordinates.