Install
openclaw skills install outlitUse when accessing Outlit customer intelligence through the `outlit` CLI or Outlit MCP tools, including customer lookups, timelines, facts, semantic search,...
openclaw skills install outlitUse the highest-level Outlit interface already available.
Outlit joins product activity, conversations, billing, and web signals into a unified customer context graph and timeline for agents.
outlit_* MCP tools are present, use MCP.outlit CLI is installed, use the CLI.outlit CLI plus outlit auth login. Prefer this over MCP for terminal agents.outlit_list_customers or outlit customers listoutlit_list_users or outlit users listoutlit_get_customer or outlit customers getoutlit_get_timeline or outlit customers timelineoutlit_get_facts or outlit facts listoutlit facts getoutlit sources getoutlit_search_customer_context or outlit searchoutlit_schema + outlit_query, or outlit schema + outlit sqlUse customer lookups before SQL. SQL is for aggregates, joins, cohorts, and custom reporting.
facts list to browse known intelligence for one account.facts get when you already have a fact id and need the canonical fact payload.sources get when a fact or search result points to a specific source and you need the exact artifact.search to answer a specific question, and timeline to inspect chronology.100 for display.include sections you need.For ClickHouse syntax and query patterns, read references/sql-reference.md.
--jsonfacts list to list what Outlit already knows about an account.facts get when you already have a fact id and need that exact fact.search for a specific question or theme, including cross-customer questions.sources get when you need the exact email, call, calendar event, or ticket behind a fact or search hit.timeline when order and sequence matter.npm install -g @outlit/cli # or: brew install outlitai/tap/outlit
outlit auth login
outlit customers get acme.com --include users,revenue
Auth resolution order: --api-key, OUTLIT_API_KEY, stored credentials.
Get the workspace URL from Settings > CLI & MCP in Outlit.
MCP clients can authenticate with OAuth or an API key, depending on the client. Do not assume API key-only auth or OAuth-only auth.
Verify the connection with outlit_schema or outlit schema.
npm i -g @outlit/clibrew install outlitai/tap/outlit