Room

🌐Community
by simhacker · vlatest · Repository

This skill lets you describe and interact with rooms in your game, enabling detailed environment control and immersive storytelling.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add room npx -- -y @trustedskills/room
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "room": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/room"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows an AI agent to understand and interact with information about rooms. It can describe room layouts, identify objects within a room based on descriptions, and potentially answer questions related to the contents or configuration of a space. The skill provides a way for agents to reason about spatial relationships and object placement.

When to use it

  • Virtual Tours: An agent could guide a user through a virtual tour of a building by describing each room's features.
  • Inventory Management: Help an agent understand where items are located within a house or office based on room descriptions.
  • Game Development: Use the skill to populate and describe rooms in a text-based adventure game.
  • Home Automation: An agent could respond to requests like "What's in the kitchen?" by listing objects present in that room.

Key capabilities

  • Room description generation
  • Object identification within rooms
  • Spatial reasoning related to room contents

Example prompts

  • "Describe the living room."
  • "What is in the bedroom?"
  • "Is there a table in the dining room?"

Tips & gotchas

The skill's accuracy depends on the quality and detail of the initial room descriptions provided. More detailed input will lead to more accurate responses.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
simhacker
Installs
10

🌐 Community

Passed automated security scans.