LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

scene-runtime - Decentraland SDK7 Scene Runtime APIs

Provides Decentraland SDK7 cross-cutting runtime APIs for async tasks, HTTP, WebSockets, restricted actions, realm info, and testing.

Tags

Updated: 2026-09-19

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Execute asynchronous tasks in scene
  • Send plain and signed HTTP requests
  • Establish WebSocket network connections
  • Query scene realm and explorer info
  • Read deployed scene files at runtime
  • Execute player restricted actions
  • Manage portable experiences lifecycle
  • Run automated scene unit tests

Inputs

  • Scene configuration files
  • External API endpoints
  • Portable experience URNs
  • Player interaction events

Outputs

  • HTTP response data
  • WebSocket message streams
  • Player position and realm updates
  • Clipboard data
  • Automated test results

Requirements

  • Decentraland SDK7
  • Player interaction for restricted actions
  • @dcl/sdk-commands CLI for testing

Source

  • Spec: SKILL.md
decentraland
sdk7
runtime-api
http
websocket
restricted-actions
testing
Execute asynchronous tasks in scene
Send plain and signed HTTP requests
Establish WebSocket network connections
Query scene realm and explorer info
Scene configuration files
External API endpoints
Portable experience URNs
HTTP response data
WebSocket message streams
Player position and realm updates