Skip to main content
Agent skills teach coding agents how to work with Outlit. The outlit skill covers customer intelligence workflows. The optional outlit-sdk skill covers tracking and instrumentation work. Skills are open source at github.com/OutlitAI/outlit-agent-skills. Use skills when the agent runs local commands or needs workflow guidance. Use MCP Integration for remote MCP clients, and use Pi Agents when you are packaging a Pi extension with Outlit tools, prompts, or custom skills.

Install

Launch the interactive installer:
outlit setup skills
This opens skills add against the Outlit skills repo and lets you choose:
  • outlit
  • outlit-sdk
You can also install directly with skills:
npx -y skills add https://github.com/OutlitAI/outlit-agent-skills -g
For a targeted install, pass the agent and skill explicitly:
npx -y skills add https://github.com/OutlitAI/outlit-agent-skills --skill outlit --agent claude-code --agent opencode -y -g

Verify

outlit doctor
Look for a per-agent check such as:
✓ Claude Code: Outlit skill installed

Available Skills

SkillWhat it teaches
outlitCustomer queries, timelines, search, facts, SQL, and when to use CLI vs MCP
outlit-sdkTracking integration work: detection, consent, auth, billing, and event instrumentation
For coding agents you already use locally:
outlit setup --yes
Popular agent aliases:
outlit setup claude-code
outlit setup codex
outlit setup gemini
outlit setup droid
outlit setup opencode
outlit setup pi
outlit setup openclaw
For manual selection or optional outlit-sdk installation:
outlit setup skills