outlit

Use when accessing Outlit customer intelligence through the `outlit` CLI or Outlit MCP tools, including customer lookups, timelines, facts, semantic search, revenue or churn analysis, SQL analytics, setup, or troubleshooting agent access to Outlit data.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "outlit" with this command: npx skills add leo-paz/outlit

Outlit

Use 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.

Choose the interface

  1. If outlit_* MCP tools are present, use MCP.
  2. Else if the outlit CLI is installed, use the CLI.
  3. Else guide setup:
    • Coding agents: prefer the outlit CLI plus outlit auth login. Prefer this over MCP for terminal agents.
    • MCP clients: use the workspace MCP URL from Settings > CLI & MCP. Auth may use OAuth or an API key depending on the client. Do not assume a shared hardcoded endpoint.

Quick chooser

  • Browse customers: outlit_list_customers or outlit customers list
  • Browse users: outlit_list_users or outlit users list
  • Single account deep dive: outlit_get_customer or outlit customers get
  • Chronology: outlit_get_timeline or outlit customers timeline
  • Known signals for an account: outlit_get_facts or outlit facts list
  • Exact fact by id: outlit facts get
  • Exact source behind a fact or search hit: outlit sources get
  • Specific question or topic: outlit_search_customer_context or outlit search
  • Custom analytics: outlit_schema + outlit_query, or outlit schema + outlit sql

Use customer lookups before SQL. SQL is for aggregates, joins, cohorts, and custom reporting.

Working rules

  • Use facts list to browse known intelligence for one account.
  • Use facts get when you already have a fact id and need the canonical fact payload.
  • Use sources get when a fact or search result points to a specific source and you need the exact artifact.
  • Use search to answer a specific question, and timeline to inspect chronology.
  • Call schema before writing SQL.
  • Add explicit time filters to event SQL.
  • Divide money fields by 100 for display.
  • Request only the fields or include sections you need.

For ClickHouse syntax and query patterns, read references/sql-reference.md.

Output behavior

  • Interactive CLI: readable tables
  • Piped CLI output: automatic JSON
  • Force JSON: --json
  • Results include timestamps and source attribution when available

Facts vs Search vs Timeline

  • Use facts list to list what Outlit already knows about an account.
  • Use facts get when you already have a fact id and need that exact fact.
  • Use search for a specific question or theme, including cross-customer questions.
  • Use sources get when you need the exact email, call, calendar event, or ticket behind a fact or search hit.
  • Use timeline when order and sequence matter.

Setup

Coding agents

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.

MCP clients

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.

Docs

Common prompts

  • "What changed for this customer this week?"
  • "Who is paying but inactive for 30 days?"
  • "What pricing objections show up in conversations?"
  • "Which channels are driving revenue?"

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

AI Short Film Producer

低成本AI短剧/短片全流程制作技能。使用速创API(wuyinkeji.com)的Grok Imagine生成视频镜头、TTS生成配音,配合FFmpeg+Python本地合成,WorkBuddy编排全流程。适用于用户需要从零制作AI短片、短视频、短剧EP、预告片等场景。包含完整的分镜脚本创作、视频生成、配音生成、...

Registry SourceRecently Updated
Coding

Playwright Cli

Automate browser interactions, test web pages and work with Playwright tests.

Registry SourceRecently Updated
Coding

GitHub Trending Scraper

Scrape GitHub Trending repos into structured JSON. Use when the user asks about GitHub trending, hottest repos, trending repositories, what's popular on GitH...

Registry SourceRecently Updated
Coding

Trinity Evolution

每日AI能力进化工具 - 自检缺陷→阅读学习→生成洞察→验证提升。三阶段闭环让AI持续进步。提供完整Python源码、详细文档和使用指南。适合AI开发者和自驱动的AI用户。

Registry SourceRecently Updated