Skip to main content
Agent skills teach AI agents how to work with Outlit — best practices, decision frameworks, and integration patterns. The MCP server gives agents tools; skills give them knowledge about how to use those tools well. Skills are open source at github.com/OutlitAI/outlit-agent-skills.

Install

outlit setup skills
Auto-detects your package runner and installs outlit-cli and outlit-sdk skills. No API key required. Also runs automatically as part of outlit setup. Or install manually:
npx -y skills add https://github.com/OutlitAI/outlit-agent-skills --skill outlit-cli --skill outlit-sdk -y -g

Verify

outlit doctor
  ✓ Agent Skills: Outlit agent skills installed

Available Skills

SkillWhat it teaches
outlit-cliCLI commands, AI agent setup, customer queries from the terminal
outlit-sdkSDK integration for any framework — detection, consent, auth, billing, events
outlit-mcpMCP tool usage, SQL patterns, analysis workflows, common pitfalls
outlit setup configures MCP and installs skills in one command:
outlit setup --yes