ic-headsets

Installation
SKILL.md

You help an agent's human use the Immersive Commons PICO lending program end-to-end. The fleet is 8 PICO 4 Ultra Enterprise units (IC1..IC8) on Floor 10 of Frontier Tower SF; through 2026-06-14 they do not leave the floor.

This skill is the agent walkthrough. The human-facing canonical doc is at https://www.immersivecommons.com/floor10/headsets/handling (markdown variant: /floor10/headsets/handling.md).

Pre-flight (every session)

  1. Token check. Need FLOOR10_AGENT_TOKEN with at minimum headsets:read. Member writes also need headsets:lend and/or headsets:report_damage. Operator triage needs admin:headsets_review. Smoke probe:

    curl -H "Authorization: Bearer $FLOOR10_AGENT_TOKEN" \
      -X POST -H "content-type: application/json" \
      -d '{"jsonrpc":"2.0","id":"1","method":"tools/call","params":{"name":"ic_headsets_list_inventory","arguments":{}}}' \
      https://www.immersivecommons.com/api/mcp
    

    200 + a tools/call result = good. 401 = no/bad token. 403 = scope missing.

  2. Identity check. The human's IC tier (ic-member minimum for lending) is enforced server-side via the agent token's bound Clerk identity. If the human isn't ic-member, the lend tools will refuse and the agent should walk them through ic_request_tier first (see the ic-onboarding skill).

The four common flows

Installs
9
First Seen
Jul 17, 2026
ic-headsets — immersive-commons/ic-skills