OpenClaw is a self-hosted autonomous AI agent that runs 24/7 on your machine. Outlit gives it customer intelligence superpowers: query customers, pull revenue metrics, search context, and run SQL analytics, all through a simple skill install. Combined with OpenClaw’s built-in cron scheduler, you get automated customer health reports delivered straight to Telegram, Slack, Discord, or any channel OpenClaw is connected to.Documentation Index
Fetch the complete documentation index at: https://docs.outlit.ai/llms.txt
Use this file to discover all available pages before exploring further.
Setup
Authenticate
Get your API key from Settings > API Keys, then:The CLI prompts for your key, validates it, and stores it securely.
Install the Outlit skill
outlit skill into the OpenClaw skills target through the shared skills installer. OpenClaw detects and loads it automatically.What OpenClaw Can Do with Outlit
Once the skill is installed, OpenClaw learns how to use the fulloutlit CLI. You can ask it anything in natural language:
| Ask OpenClaw… | What it runs |
|---|---|
| ”Show me paying customers who went silent this month” | outlit customers list --billing-status PAYING --no-activity-in 30d |
| ”Get the full profile for acme.com” | outlit customers get acme.com --include users,revenue,recentTimeline |
| ”What’s been happening with Acme on Slack?” | outlit customers timeline acme.com --channels SLACK --limit 50 |
| ”Find inactive users at Acme Corp” | outlit users list --customer-id YOUR_CUSTOMER_ID --journey-stage INACTIVE |
| ”Search for pricing concerns across all customers” | outlit search "pricing concerns" |
| ”What do we know about acme.com recently?” | outlit facts list acme.com --status ACTIVE --limit 20 |
| ”Open the exact call behind that search result” | outlit sources get --source-type CALL --source-id call_123 |
| ”Which event types fire most often?” | outlit sql "SELECT event_type, COUNT(*) FROM activity GROUP BY 1 ORDER BY 2 DESC LIMIT 10" |
| ”Show me the available analytics views” | outlit schema |
Automated Reports with Cron
OpenClaw’s built-in cron scheduler lets you set up recurring customer intelligence reports that get delivered to your messaging channels. No external scheduler needed.Churn Risk Alert (Daily)
The highest-value alert. Catch paying customers who went silent before they churn.Trial Health Check (Daily)
Trials that went quiet after a week probably need a nudge before expiration.Revenue Snapshot (Weekly)
Monday morning pulse on your top accounts. Track MRR movement week over week.Inactive Users (Twice a Week)
Individual users who went inactive, even if their company account is still active.New Signups Overview (Weekly)
Friday recap of new customers that signed up during the week.Replace
America/New_York with your timezone. OpenClaw supports any valid IANA timezone string.Managing Cron Jobs
Outlit Agent Skills
Outlit also provides agent skills for richer customer-data workflows and optional SDK guidance:| Skill | What it teaches |
|---|---|
| outlit | Customer queries, search, facts, SQL, and CLI vs MCP workflow guidance |
| outlit-sdk | SDK integration for tracking: detection, consent, auth, billing, events |
Troubleshooting
| Problem | Solution |
|---|---|
outlit doctor shows “Outlit skill not found” | Run outlit setup openclaw to install the skill |
| OpenClaw says it doesn’t know about Outlit | Make sure OUTLIT_API_KEY is set in your shell environment and restart OpenClaw’s Gateway |
| Commands return authentication errors | Run outlit auth status to verify your key is valid |
| Cron jobs aren’t firing | Check openclaw cron status and verify timezone settings |
| JSON parsing errors | Ensure you’re running the latest Outlit CLI (outlit upgrade) |
What’s Next
OpenClaw Docs
Learn more about OpenClaw’s features: skills, cron, secrets, and more
Outlit on ClawHub
Browse the Outlit skill on ClawHub