outlit

One CLI for all your customer data — every interaction and conversation, structured for agents. Query unified customer context (profiles, timelines, facts, search, analytics) with JSON output, timestamps, and source attribution.

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 🔦

Outlit is customer intelligence for agents: a single CLI that joins product activity, web signals, billing, and conversations into a unified customer context graph + timeline.

Choose this skill when you need cross-tool answers like:

  • "What changed for this customer this week?"
  • "Who's paying but inactive for 30 days?"
  • "What objections show up in conversations?"
  • "Which channels drive revenue?"

Quick start (CLI)

npm install -g @outlit/cli   # or: brew install outlitai/tap/outlit
outlit auth login            # or: outlit auth login --key ok_your_api_key_here
outlit customers get acme.com --include users,revenue

Auth lookup order (highest → lowest): --api-key, OUTLIT_API_KEY, stored config.

Output contract

  • Interactive TTY → readable tables
  • Piped stdout / CI → automatic JSON (no flags needed; force with --json)
  • Every result includes timestamps + source attribution for traceability

Proactive churn insights

Outlit also surfaces proactive churn-risk insights by correlating signals across tools (e.g., auth failures + support email + subsequent silence), with recommended actions.

Signal extraction

Facts — AI-extracted structured signals, not raw events. Returns business-level insights like "champion left", "budget approved", or "usage dropped 40%". Time-windowed so you can ask "what changed this quarter?"

Search — Semantic natural-language search across all customer interactions and conversations. "pricing objections" matches discussions about cost concerns, budget pushback, etc. — not just keyword hits. Scope to one customer or search org-wide.

Core commands

# List customers (filters)
outlit customers list --billing-status PAYING --no-activity-in 30d

# Get a profile (limit included sections)
outlit customers get acme.com --include users,revenue,recentTimeline --timeframe 30d

# Timeline (scoped)
outlit customers timeline acme.com --timeframe 90d --channels EMAIL,SLACK --limit 50

# Natural language search (org-wide or scoped)
outlit search "pricing objections"
outlit search "budget concerns" --customer acme.com --after 2025-01-01 --before 2025-03-31

# Facts / signals
outlit facts acme.com --timeframe 30d

# Users (filter by journey stage, activity, customer)
outlit users list --journey-stage CHAMPION
outlit users list --no-activity-in 30d --journey-stage AT_RISK

# SQL analytics (read-only)
outlit schema
outlit sql "SELECT event_type, COUNT(*) FROM events GROUP BY 1"

MCP (for agents that support MCP)

Endpoint: https://mcp.outlit.ai/mcp

Auth header: Authorization: Bearer YOUR_API_KEY

Outlit MCP tools include: list customers/users, get customer/timeline/facts, search customer context, run SQL, inspect schema.

Configure AI agents fast

outlit setup --yes

This auto-detects supported agents and configures MCP where applicable. It can also set up OpenClaw specifically:

outlit setup openclaw
outlit doctor            # diagnose setup issues (missing key, unconfigured agents)

Links (go deeper)

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 Freelancing Guide

Provides a complete guide to AI freelancing including niche analysis, pricing, client acquisition, proposal templates, and delivery workflows.

Registry SourceRecently Updated
Coding

Ai Code Assistant

提供多语言AI智能代码处理与批量自动化,显著提升开发效率,适合企业、团队及自由职业者。

Registry SourceRecently Updated
Coding

Life Control

Orchestrate the Life Control CLI skill for OpenClaw agent fleets: initialize the Life Control database, register agent personas, wire Telegram bots, and run daily routines (Morning Alignment, Body Protocol, Financial Pulse, Social Radar, Work Priming, Shutdown). Use when a user asks to create or run a Life Control system, OpenClaw skill integration, or agent persona automation for personal life tracking.

Registry SourceRecently Updated