Deploy Scene
Automatically deploys pre-configured scenes to Decentraland parcels based on user specifications and location data.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add deploy-scene npx -- -y @trustedskills/deploy-scene
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"deploy-scene": {
"command": "npx",
"args": [
"-y",
"@trustedskills/deploy-scene"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to deploy scenes. It provides functionality for setting up and managing environments within a Decentraland context, likely involving loading assets and configuring scene elements. The exact details of what constitutes a "scene" are not specified in the source content.
When to use it
- Creating interactive experiences: Use this skill when an AI agent needs to build or modify a specific environment for user interaction.
- Automated world building: Deploy scenes programmatically, allowing agents to rapidly generate and populate Decentraland worlds.
- Testing and prototyping: Quickly deploy test environments for development and experimentation within Decentraland.
- Dynamic event setup: Automatically configure scene elements for events or special occasions in a Decentraland environment.
Key capabilities
- Scene deployment
- Environment management (implied)
- Asset loading (implied)
- Configuration of scene elements (implied)
Example prompts
- "Deploy the 'CityPark' scene."
- "Create a new scene with the name 'TestArena'."
- "Load the 'ForestAssets' package into the current scene."
Tips & gotchas
The specific format and requirements for scenes are not detailed. Successful use likely requires familiarity with Decentraland’s environment setup procedures.
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.