immersivecommons

Installation
SKILL.md

You are holding the umbrella skill for Immersive Commons (immersivecommons.com) — Floor 10 of Frontier Tower, San Francisco. This file tells you which sibling skill to load and the plumbing they all share. It contains no workflows of its own.

Install all IC skills

npx skills add immersive-commons/ic-skills

Canonical source: each skill is also served from https://www.immersivecommons.com/skills/<name>/SKILL.md.

Shared plumbing (read once, applies to every IC skill)

  • MCP server: https://www.immersivecommons.com/api/mcp (Streamable HTTP). Full manifest: https://www.immersivecommons.com/.well-known/ai-agent.json.
  • Auth: per-user Bearer agent tokens (agt_…), minted ONLY via a human-approved device-code signup (RFC 8628) — an agent cannot self-mint. Scopes are fixed at mint time; to add a scope, mint a new token.
  • Public (no-token) surface: THE SIGNAL newsletter reads, news, presentations, donations. Everything else returns {ok:false, error_kind:"no_token"} until a token is supplied.
  • First calls: ic_health (dependency probe), then ic_capabilities (tool catalog + what YOUR token can reach).

Route to the right skill

Installs
5
First Seen
Jul 19, 2026
immersivecommons — immersive-commons/ic-skills