Outlit Agent Skills

Agent skills for working with Outlit.

Installation

With the Outlit CLI:

outlit setup skills

For a coding agent with the current CLI:

outlit onboard --agent codex --json

outlit onboard can be the first command: it starts browser auth when no API key is available, installs the Outlit skill for the selected agent, checks integration readiness, and prints next actions.

After onboarding, agents should inspect integration capabilities before setup. Follow-up commands stay after the provider name, such as outlit integrations setup hubspot mappings --json or outlit integrations setup pylon webhooks --json. --session is only for browser setup polling.

Or directly with the Skills CLI:

npx -y skills add https://github.com/OutlitAI/outlit-agent-skills --skill outlit -g
# or
bunx skills add https://github.com/OutlitAI/outlit-agent-skills --skill outlit -g

Install outlit-sdk separately when you need tracking or instrumentation help.

Available Skills

Skill Description
outlit Customer intelligence through the Outlit CLI, MCP/Pi tools, SQL, source evidence, workspace users, notifications, and integration setup
outlit-sdk Outlit SDK integration for browser, server, native, desktop, identity, consent, product activity, activation-event configuration, customerId attribution, and verified billing integrations

Usage

Once installed, agents automatically use these skills when working on Outlit-related tasks.

OpenClaw / ClawHub packaging

The source skill can keep platform-specific metadata such as agents/openai.yaml. Before publishing the Outlit skill to ClawHub, generate a clean OpenClaw upload folder:

npm run prepare:openclaw
clawhub publish dist/openclaw/outlit --version <semver>

License

MIT