mc-inventory

Retrieve inventory contents and equipped items from a Minecraft game instance.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows you to check the current contents of your Minecraft inventory and see what items are equipped, providing essential information for in-game planning and decision-making.

Core Features & Use Cases

  • Inventory Observation: View all items currently in your inventory, including empty slots.
  • Equipped Item Check: See what items are in your main hand and offhand.
  • Use Case: Before crafting a new item, use this Skill to quickly verify if you have the necessary materials in your inventory and what tool you currently have equipped.

Quick Start

Use the mc-inventory skill to see what items are in your inventory.

Frequently Asked Questions about mc-inventory

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

FAQPage Schema
How do I check my Minecraft inventory contents programmatically?

To check your Minecraft inventory contents programmatically, you need a running Minecraft bot server accessible via a configurable URL to fetch current item data and equipped gear.

Can I see equipped items in my Minecraft main hand and offhand?

Yes, you can see equipped items in your Minecraft main hand and offhand by retrieving the current inventory state, which provides essential information for in-game planning and decision-making.

What do I need to inspect Minecraft inventory and gear from a script?

To inspect Minecraft inventory and gear from a script, you need a running Minecraft bot server accessible via a configurable URL and the requests library to fetch item data.

How does inventory observation work for Minecraft game instances?

Inventory observation works by retrieving all current items from a running Minecraft game instance, including empty slots, to facilitate in-game state awareness for planning and executing actions.

Why do I need a bot server to view my Minecraft inventory?

You need a bot server to view your Minecraft inventory because the tool requires a running Minecraft bot server accessible via a configurable URL to fetch current item data and equipped items.

Does this inventory observation tool show empty slots in Minecraft?

Yes, this inventory observation tool shows empty slots in Minecraft by retrieving the complete current contents of your inventory, allowing you to verify available space and necessary materials before crafting.