ic-headsets

ic-headsets is a skill for Claude Code from Immersive-commons/ic-skills. It costs 193 tokens per session (2,521 once invoked), scanned A, original, MIT.

A guided workflow for using Immersive Commons's PICO 4 Ultra Enterprise headset lending program. Immersive Commons is a shared headset program where members can borrow, return, and report problems with devices.

In plain words
What is it for?
Checking inventory, checking out or returning headsets, filing damage reports, and managing stuck or unavailable loans.
Why use it?
It gives an agent a defined process for checking eligibility, handling waivers, borrowing equipment, and returning it. Operators also get tools for managing active loans and damaged devices.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Part of the immersivecommons plugin — 14 skills, 2 MCP servers shipped together

Good fit Checking inventory, checking out or returning headsets, filing damage reports, and managing stuck or unavailable loans.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/immersive-commons/ic-skills/ic-headsets
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 Immersive-commons/ic-skills --skill ic-headsets
Clone the repo
git clone --depth 1 https://github.com/Immersive-commons/ic-skills

Made for: Claude Code.

Or install immersivecommons, the plugin that ships this one along with the rest of its 14 skills, 2 MCP servers.

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 ic-headsets

README.md
[![agentmods](https://agentmods.dev/badge/skills/immersive-commons/ic-skills/ic-headsets/github.svg)](https://agentmods.dev/skills/immersive-commons/ic-skills/ic-headsets)
Your own site
<a href="https://agentmods.dev/skills/immersive-commons/ic-skills/ic-headsets"><img src="https://agentmods.dev/badge/skills/immersive-commons/ic-skills/ic-headsets/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 ic-headsets

Your own site · 80×15
<a href="https://agentmods.dev/skills/immersive-commons/ic-skills/ic-headsets"><img src="https://agentmods.dev/badge/skills/immersive-commons/ic-skills/ic-headsets.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 193 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,521 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.00193 $0.02521
Opus 5 $0.00097 $0.01260
Sonnet 5 $0.00039 $0.00504
Haiku 4.5 $0.00019 $0.00252

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

Security

Grade A, and why

ic-headsets scanned grade A with 1 finding 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 8d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -H "Authorization: Bearer $FLOOR10_AGENT_TOKEN" \
.claude/skills/ic-headsets/SKILL.md · 165 lines

How it starts

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

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

A. "Lend me a PICO"

Order matters — each step gates the next.

  1. Check waiver freshness.

    { "name": "ic_headsets_check_waiver", "arguments": {} }
    

    Response state is one of fresh | stale-version | expired | missing.

    • fresh → skip to step 3.
    • stale-version / expired / missing → continue to step 2.
  2. Sign the waiver. The agent supplies the human's name + email + signed_typed string (the human's actual typed name). Phone + telegram are optional but recommended. Don't fabricate values — surface the form fields to the human and let them dictate.

    {
      "name": "ic_headsets_sign_waiver",
      "arguments": {
        "name": "Jane Founder",
        "email": "[email protected]",
        "phone": "+1...",
        "telegram": "@janef",
        "signature_typed": "Jane Founder",
        "photo_consent": "yes"
      }
    }
    

    Returns { ok, record_id, expires_at }. Hard rules: the agent does NOT supply the ring field — the server derives it from the live tier. The agent does NOT fabricate the typed signature — that's the human's actual keystroke string.

Read the full file on GitHub · 165 lines

Files

What ships with it

1 file 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. 8d ago First seen · 165 lines · 193 tokens per session scan A ee3809a850d9

Subscribe to this mod's changes

ic-headsets is a skill published in the GitHub repository Immersive-commons/ic-skills (0 stars, last pushed today), licensed MIT. It adds 193 tokens to every session and 2,521 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

tiaportal-mcp

A skill for controlling Siemens TIA Portal, the engineering software used to configure Siemens PLCs and HMIs. It works through an MCP server, a tool connection that lets an agent inspect and change projects.

bulaofen0036-coder/TIA_Portal_Openness_MCP · 103 tokens

asset-management

Manage ServiceNow hardware assets, software licenses, and lifecycle states on almhardware/almlicense — license allocation, CMDB-to-asset linking, warranty tracking, inventory aggregation (HAM/SAM).

serac-labs/serac · 43 tokens

kernelcad-assemblies

Multi-part assemblies — assembly(), parts, connectors, 7 mate types, fixed and revolute joints, .model()/.solvedModel(). Use for any model with two or more mechanical parts that need joint metadata.

w1ne/kernelCAD-web · 50 tokens

kernelcad-kinematic

Use when verifying whether a moving assembly is buildable — sampled-pose collision sweeps across joint ranges, IK reachability for end-effector targets, mounting-hole fastener consistency, and static-load capacity on cantilever-shaped parts. Loads alongside kernelcad-authoring to gate design-time mechanism feasibility.

w1ne/kernelCAD-web · 65 tokens

kernelcad-parts

Bundled parts catalog — discover, fetch, and mate standard fasteners, bearings, motors, headers, and connectors. Use whenever the model needs an off-the-shelf component instead of hand-modeled placeholder geometry.

w1ne/kernelCAD-web · 48 tokens

use-the-available-kernel

Hard rules for which kernelCAD primitive to reach for when authoring from a reference photo. The from-reference loop fails most often because the author defaults to easy primitives and skips ones that exist. Read before writing any geometry.

w1ne/kernelCAD-web · 51 tokens