hz-iwsdk-webxr

hz-iwsdk-webxr is a skill for Claude Code from meta-quest/agentic-tools. It costs 53 tokens per session (2,600 once invoked), scanned A, original, Apache-2.0.

A guide for building browser-based virtual-reality and mixed-reality experiences for Meta Quest with Meta's Immersive Web SDK. WebXR is a browser technology for showing interactive 3D experiences through a headset, and the guide uses Three.js for 3D scenes.

In plain words
What is it for?
Use it to build and debug Quest Browser experiences, create 3D scenes and spatial panels, handle controller and hand input, and check performance on Quest hardware.
Why use it?
Creating a WebXR app involves headset input, spatial interface elements, 3D scene management, and Quest-specific testing. The guide brings those pieces into a Vite development workflow.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the agentic-tools plugin — 29 skills, 1 hook, 1 MCP server shipped together

Good fit Use it to build and debug Quest Browser experiences, create 3D scenes and spatial panels, handle controller and hand input, and check performance on Quest hardware.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/meta-quest/agentic-tools/hz-iwsdk-webxr
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add meta-quest/agentic-tools --skill hz-iwsdk-webxr
Clone the repo
git clone --depth 1 https://github.com/meta-quest/agentic-tools

Made for: Claude Code.

Or install agentic-tools, the plugin that ships this one along with the rest of its 29 skills, 1 hook, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for hz-iwsdk-webxr

README.md
[![agentmods](https://agentmods.dev/badge/skills/meta-quest/agentic-tools/hz-iwsdk-webxr/github.svg)](https://agentmods.dev/skills/meta-quest/agentic-tools/hz-iwsdk-webxr)
Your own site
<a href="https://agentmods.dev/skills/meta-quest/agentic-tools/hz-iwsdk-webxr"><img src="https://agentmods.dev/badge/skills/meta-quest/agentic-tools/hz-iwsdk-webxr/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for hz-iwsdk-webxr

Your own site · 80×15
<a href="https://agentmods.dev/skills/meta-quest/agentic-tools/hz-iwsdk-webxr"><img src="https://agentmods.dev/badge/skills/meta-quest/agentic-tools/hz-iwsdk-webxr.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,600 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00053 $0.02600
Opus 5 $0.00026 $0.01300
Sonnet 5 $0.00011 $0.00520
Haiku 4.5 $0.00005 $0.00260

Measured 11d ago against content hash 884ad561acc8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

hz-iwsdk-webxr scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/hz-iwsdk-webxr/SKILL.md · 269 lines

How it starts

The opening of the file, as written. The whole thing — 269 lines — stays where its author put it; the contents beside it link to each section on GitHub.

IWSDK WebXR Skill

Build immersive WebXR experiences for Meta Quest using Meta's Immersive Web SDK (IWSDK). This skill covers the current package layout, ECS architecture, Three.js integration, spatial UI development, XR input handling, and the recommended Vite-based development loop.

When to Use This Skill

Use this skill when you need to:

  • Build a WebXR experience targeting Meta Quest using IWSDK
  • Create 3D scenes using the ECS architecture on top of Three.js
  • Design spatial UI panels with UIKitML and PanelUI
  • Handle XR input from controllers, hands, and world-space pointers
  • Run a closed-loop edit, reload, observe, and fix workflow for IWSDK apps
  • Optimize WebXR performance for Quest hardware
  • Debug and test WebXR applications with IWSDK's Vite dev tooling and Quest Browser

This skill applies to all Meta Quest headsets with Quest Browser.

What Is IWSDK

The Immersive Web SDK (IWSDK) is Meta's framework for building WebXR experiences. It provides:

  • Entity Component System (ECS): a data-oriented architecture built on typed component storage and query-driven systems
  • Three.js integration: IWSDK manages the renderer, scene, camera, and XR session lifecycle so app code can focus on content
  • Spatial UI toolkit: UIKitML plus PanelUI, PanelDocument, and UIKitDocument for in-world and screen-space UI
  • XR input management: unified handling of controllers, hand tracking, pointers, and grabbing
  • Locomotion and interaction systems: opt-in grabbing, teleport, slide, and turning features
  • Asset management: manifest-based preloading and keyed access through AssetManager

IWSDK runs in the browser via the WebXR Device API. Applications are standard web pages that are usually served by Vite during development and opened in Quest Browser for on-device validation.

Current Packaging And Tooling

These details are important because older pre-release guidance is now wrong:

  • The main runtime package is @iwsdk/core
  • The official scaffold command is npm create @iwsdk@latest
  • The default dev loop uses @iwsdk/vite-plugin-dev
  • Local HTTPS is typically handled with vite-plugin-mkcert
  • Current IWSDK packages require Node.js >=20.19.0
  • @iwsdk/core re-exports @iwsdk/xr-input and @iwsdk/locomotor

Read the full file on GitHub · 269 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 269 lines · 53 tokens per session scan A 884ad561acc8

Subscribe to this mod's changes

hz-iwsdk-webxr is a skill published in the GitHub repository meta-quest/agentic-tools (192 stars, last pushed 20d ago), licensed Apache-2.0. It adds 53 tokens to every session and 2,600 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

url-to-code

Recreate an authorized live website or app URL as a faithful, runnable, frontend-only local implementation.

XiaomiMiMo/MiMo-Code · 24 tokens

skillshare-ui-website-style

Skillshare frontend design system for the React dashboard (ui/) and Docusaurus website (website/). Use this skill whenever you: build or modify a dashboard page or component in ui/src/, style or layout website pages or custom CSS in website/, create new React components for the dashboard, add pages to the dashboard…

runkids/skillshare · 147 tokens

defuddle

Extract clean markdown content from web pages using Defuddle CLI, removing clutter and navigation to save tokens. Use instead of WebFetch when the user provides a URL to read or analyze, for online documentation, articles, blog posts, or any standard web page. Do NOT use for URLs ending in .md — those are already…

kepano/obsidian-skills · 74 tokens

agent-canvas

Interactive element picker for web pages. Opens a browser with click-to-select UI overlay. Use when you need to let users visually select DOM elements, identify element selectors, or get detailed element information interactively. Triggers on "select an element", "pick element", "let me choose", "which element", or…

majiayu000/claude-skill-registry · 83 tokens

antv-g2-chart

A chart-building skill for AntV G2 v5, a JavaScript library for visualizing data. It covers charts such as bars, lines, pies, scatter plots, and areas using JSON-like settings.

antvis/chart-visualization-skills · 230 tokens

antv-x6-editor

A skill for creating and troubleshooting interactive diagrams with AntV X6, a JavaScript engine for editors made of connected nodes and lines. It supports diagram types such as flowcharts, dependency graphs, entity-relationship diagrams, and organization charts.

antvis/chart-visualization-skills · 253 tokens