Object
This skill allows you to manipulate and interact with objects in the environment, crucial for realistic simulations and gameplay control.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add object npx -- -y @trustedskills/object
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"object": {
"command": "npx",
"args": [
"-y",
"@trustedskills/object"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with and manipulate objects in a virtual environment. It facilitates tasks such as identifying, grasping, moving, and placing objects based on textual instructions. The agent can understand object properties like size, shape, and material to perform actions effectively.
When to use it
- Robotics simulations: To control a simulated robot arm for picking and placing items in a warehouse environment.
- Virtual assistant tasks: To instruct an AI assistant to organize virtual objects on a desktop or within a 3D workspace.
- Game development: To enable non-player characters (NPCs) to interact realistically with the game world's objects.
- Educational applications: To create interactive learning experiences involving object manipulation and problem-solving.
Key capabilities
- Object identification
- Grasping
- Movement
- Placement
- Understanding of object properties (size, shape, material)
Example prompts
- "Pick up the red block and place it on top of the blue one."
- "Move the sphere to the left side of the table."
- "Identify all objects that are larger than 10cm."
Tips & gotchas
The skill's performance depends heavily on the accuracy of object recognition within the virtual environment. Ensure clear visual data and well-defined object models for optimal results.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.