ic-headsets
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)
-
Token check. Need
FLOOR10_AGENT_TOKENwith at minimumheadsets:read. Member writes also needheadsets:lendand/orheadsets:report_damage. Operator triage needsadmin: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/mcp200 + a tools/call result = good. 401 = no/bad token. 403 = scope missing.
-
Identity check. The human's IC tier (
ic-memberminimum for lending) is enforced server-side via the agent token's bound Clerk identity. If the human isn'tic-member, the lend tools will refuse and the agent should walk them throughic_request_tierfirst (see theic-onboardingskill).