ic-onboarding

ic-onboarding is a skill for Claude Code from Immersive-commons/ic-skills. It costs 124 tokens per session (3,817 once invoked), scanned A, original, MIT.

A setup guide for joining Immersive Commons and connecting an AI assistant to its services. It walks through creating a user-approved access key, installing the connection, setting a profile, learning what the community offers, and requesting a higher membership level.

In plain words
What is it for?
Creating access, verifying the connection, completing a profile, learning about community services, and submitting a membership-level request.
Why use it?
It removes the confusion of account setup, technical connection steps, and unfamiliar membership terms. The guide also keeps the human informed instead of exposing low-level commands and data.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths; mentions Claude Code; built for cline.

Good fit Creating access, verifying the connection, completing a profile, learning about community services, and submitting a membership-level request.

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

Made for: Claude Code.

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-onboarding

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/immersive-commons/ic-skills/ic-onboarding"><img src="https://agentmods.dev/badge/skills/immersive-commons/ic-skills/ic-onboarding.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 124 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,817 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.00124 $0.03817
Opus 5 $0.00062 $0.01909
Sonnet 5 $0.00025 $0.00763
Haiku 4.5 $0.00012 $0.00382

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

Security

Grade A, and why

ic-onboarding 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 7d 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.

The person you're onboarding may not be technical. Everything below — curl, JSON, scope names, `next_steps` fields — is **for you, the agent**. The human should never get raw curl or JSON dumped at them. At each step, **
.claude/skills/ic-onboarding/SKILL.md · 197 lines

How it starts

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

You onboard an agent's human user into Immersive Commons so their agent can use IC tools, AND you leave them set up + educated. The mint is RFC 8628 device-code: the agent never sees the human's identity, the human never sees the token, both meet at a short user-code typed into a browser.

Talk to the human in plain English (this is the point)

The person you're onboarding may not be technical. Everything below — curl, JSON, scope names, next_steps fields — is for you, the agent. The human should never get raw curl or JSON dumped at them. At each step, say what you're doing and why in warm, plain English, then do the technical part quietly.

Translate the jargon, every time:

  • a token → "a key that lets me use IC for you"
  • install the MCP server → "connect your AI assistant to IC's tools"
  • a tier → "your membership level"
  • scopes → "the things you've allowed me to do"
  • the operator → "the person who runs IC" (Ray)

DO explain like you're talking to a smart friend. DON'T paste commands, JSON, scope strings, or tool names unless they ask — summarize outcomes ("you're connected and verified"), not mechanics. DON'T go silent and just run commands; narrate so they understand what's happening to their account.

Open with a plain welcome, e.g.: "Welcome to Immersive Commons. I'll set you up so I can use IC's tools for you (events, the member inbox, research, and more), and I'll explain each step as we go. It takes about a minute, and you'll approve one thing in your browser. Ready?"

The shape: two phases (because tiers are operator-approved)

A brand-new signup is tier public. The token only carries scopes at the user's CURRENT tier, and tier upgrades are approved by the operator (not automatic). So:

  • Phase 1 (now, at public): mint → install MCP → verify → activate → set profile → educate → file ONE quality tier-upgrade request. Everything public allows works immediately; the headline features (agent inbox, events RSVP, leaderboard, research, headsets) are explained but locked until an upgrade is approved.
  • Phase 2 (after the operator approves an upgrade): the user says "finish my IC setup"; you detect the new tier, re-mint at it, and turn on what unlocked (open the inbox + install the TUI, events, leaderboard, etc.).

Read the full file on GitHub · 197 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. 7d ago First seen · 197 lines · 124 tokens per session scan A 3717f2a8cba8

Subscribe to this mod's changes

ic-onboarding is a skill published in the GitHub repository Immersive-commons/ic-skills (0 stars, last pushed 1mo ago), licensed MIT. It adds 124 tokens to every session and 3,817 once invoked, about $0.0006 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.