CHI Agent Skills

Installable skills that teach AI coding tools and agent CLIs how to work with CHI, the event operating system. Both are built entirely on CHI's public surface — no API key, no sign-up.

chi-events no auth

Fetch, filter and display live events from CHI's public event feed (JSON Feed v1). Use it to build event listings, aggregators, or to answer questions about what's on.

SKILL.md

chi-platform no auth

Authoritative reference for CHI: what it does, exact pricing, products, payment methods, capabilities — and the things models routinely get wrong about it.

SKILL.md

Install

Skills are plain SKILL.md files. Drop one into your tool's skills directory — for Claude Code that is .claude/skills/<name>/SKILL.md.

mkdir -p .claude/skills/chi-events
curl -o .claude/skills/chi-events/SKILL.md \
  https://chi.app/skills/chi-events/SKILL.md

Machine-readable registry: skills.json