mc-drop

Drop specified Minecraft inventory items into the world via HTTP requests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows you to easily drop items from your Minecraft inventory into the game world, enabling item management and interaction.

Core Features & Use Cases

  • Embodied Manipulation: Physically places items in the world as entities.
  • Inventory Management: Useful for clearing inventory space, sharing items, or setting up world elements.
  • Item Dropping: Specify item name, count, and whether to scatter them.

Quick Start

Use the mc-drop skill to drop 1 stone item.

Frequently Asked Questions about mc-drop

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

FAQPage Schema
How do I drop items from a Minecraft inventory into the game world?

You can drop Minecraft inventory items by specifying the item name, count, and whether to scatter them as entities in the game world. The Skill sends HTTP requests to a Minecraft bot server to execute the action.

Can I specify how many Minecraft items to drop at once?

Yes, you can specify the exact quantity of Minecraft items to drop from your inventory. This enables precise inventory management by letting you clear specific amounts or share exact quantities.

Do I need a Minecraft bot server to drop items using HTTP requests?

Yes, a running Minecraft bot server is required to drop items via HTTP requests. The Skill integrates with the server to execute the drop action and relies on the requests library for communication.

What is scattering when dropping Minecraft items as entities?

Scattering is an option that controls how dropped Minecraft items spread as entities in the game world. Enabling it disperses items physically, useful for setting up scattered world elements.

Does the Minecraft item drop tool require any special dependencies?

The Minecraft item drop tool requires the requests library as a dependency. This enables the Skill to send HTTP requests to the Minecraft bot server to execute the inventory drop action.