# Send Outlit Cli to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "outlit-cli",
    "name": "Outlit Cli",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/rafa-thayto/outlit-cli",
    "canonicalUrl": "https://clawhub.ai/rafa-thayto/outlit-cli",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/outlit-cli",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=outlit-cli",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "outlit-cli",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-06T19:23:01.797Z",
      "expiresAt": "2026-05-13T19:23:01.797Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=outlit-cli",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=outlit-cli",
        "contentDisposition": "attachment; filename=\"outlit-cli-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "outlit-cli"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/outlit-cli"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/outlit-cli",
    "downloadUrl": "https://openagent3.xyz/downloads/outlit-cli",
    "agentUrl": "https://openagent3.xyz/skills/outlit-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/outlit-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/outlit-cli/agent.md"
  }
}
```
## Documentation

### Outlit CLI

Customer intelligence from the terminal. Install: npm i -g @outlit/cli

All commands support --help for full option details.

### Command Reference

CommandPurposeoutlit auth loginStore API key (interactive or --key for CI)outlit auth logoutRemove stored keyoutlit auth statusValidate current keyoutlit auth whoamiPrint masked key (for scripting)outlit auth signupOpen signup in browseroutlit customers listList/filter customers with risk signalsoutlit customers get <id|domain>Customer details with optional --include users,revenue,recentTimeline,behaviorMetricsoutlit customers timeline <id|domain>Activity timeline with channel/event filtersoutlit users listList/filter users across customersoutlit facts <customer>Signals and insights for a customeroutlit search '<query>'Natural language search across customer contextoutlit sql '<query>'SQL against analytics DB (or --query-file)outlit schema [table]Describe analytics tables and columnsoutlit setupAuto-detect and configure AI agentsoutlit setup <agent>Configure specific agent: cursor, claude-code, claude-desktop, vscode, gemini, openclawoutlit doctorDiagnose CLI version, auth, connectivity, agentsoutlit completions <shell>Generate shell completions (bash/zsh/fish)

### Authentication

API key format: ok_ + 32+ alphanumeric characters.

Credential priority (first match wins):

--api-key flag
OUTLIT_API_KEY env var
~/.config/outlit/credentials.json (written by outlit auth login)

Quick auth for CI/scripts:

outlit auth login --key ok_your_key_here
# or
export OUTLIT_API_KEY=ok_your_key_here

### Output Behavior

Interactive terminal: Pretty tables with colors
Piped stdout: Automatic JSON (no flag needed)
--json flag: Force JSON in any context

This means outlit customers list | jq '.items[].domain' just works.

### SQL Tables

Available in outlit sql and outlit schema:

TableContainseventsAll tracked eventscustomer_dimensionsCustomer attributes and metricsuser_dimensionsUser attributes and journey stagesmrr_snapshotsRevenue over time

Always run outlit schema first to discover columns before writing SQL.

### Common Filters

Most list commands share these filters (check --help for specifics):

--billing-status PAYING|TRIALING|CHURNED|NONE
--no-activity-in 7d|14d|30d|90d / --has-activity-in
--mrr-above <cents> / --mrr-below <cents>
--search <term>
--limit <1-100> / --cursor <token> for pagination
--order-by <field> / --order-direction asc|desc

### Common Patterns

At-risk paying customers:

outlit customers list --billing-status PAYING --no-activity-in 30d

High-value customer details:

outlit customers get acme.com --include users,revenue,behaviorMetrics

Search for churn signals:

outlit search 'complaints about pricing' --customer acme.com

Revenue query:

outlit sql 'SELECT customer_id, mrr_cents FROM mrr_snapshots ORDER BY mrr_cents DESC LIMIT 10'

Setup all detected agents at once:

outlit setup --yes
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: rafa-thayto
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-06T19:23:01.797Z
- Expires at: 2026-05-13T19:23:01.797Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/outlit-cli)
- [Send to Agent page](https://openagent3.xyz/skills/outlit-cli/agent)
- [JSON manifest](https://openagent3.xyz/skills/outlit-cli/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/outlit-cli/agent.md)
- [Download page](https://openagent3.xyz/downloads/outlit-cli)