---
name: pp-unipile
description: "Every Unipile endpoint as a typed command, plus a local mirror that makes cross-provider search possible and an invitation ledger that shows how much LinkedIn headroom you have left. Trigger phrases: `check my unified inbox`, `who accepted my LinkedIn invitations`, `how many invitations can I still send today`, `find conversations nobody replied to`, `search my messages across providers`, `use unipile`, `run unipile`."
author: "fuushyn"
license: "Apache-2.0"
argument-hint: "<command> [args] | install cli|mcp"
allowed-tools: "Read Bash"
metadata:
  openclaw:
    requires:
      bins:
        - unipile-pp-cli
    install:
      - kind: go
        bins: [unipile-pp-cli]
        module: github.com/mvanhorn/printing-press-library/library/social-and-messaging/unipile/cmd/unipile-pp-cli
---
<!-- GENERATED FILE — DO NOT EDIT.
     This file is a verbatim mirror of library/social-and-messaging/unipile/SKILL.md,
     regenerated post-merge by tools/generate-skills/. Hand-edits here are
     silently overwritten on the next regen. Edit the library/ source instead.
     See the repository agent guide, section "Generated artifacts: registry.json, cli-skills/". -->

# Unipile — Printing Press CLI

## Prerequisites: Install the CLI

This skill drives the `unipile-pp-cli` binary. **You must verify the CLI is installed before invoking any command from this skill.** If it is missing, install it first:

1. Install via the Printing Press installer. It defaults binaries to `$HOME/.local/bin` on macOS/Linux and `%LOCALAPPDATA%\Programs\PrintingPress\bin` on Windows:
   ```bash
   npx -y @mvanhorn/printing-press-library install unipile --cli-only
   ```
2. Verify: `unipile-pp-cli --version`
3. Ensure the reported install directory is on `$PATH` for the agent/runtime that will invoke this skill.

If the `npx` install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.6 or newer). This installs into `$GOPATH/bin` (default `$HOME/go/bin`), so add that directory to `$PATH` instead:

```bash
go install github.com/mvanhorn/printing-press-library/library/social-and-messaging/unipile/cmd/unipile-pp-cli@latest
```

If `--version` reports "command not found" after install, the runtime cannot see the binary directory on `$PATH`. Do not proceed with skill commands until verification succeeds.

Unipile unified LinkedIn, WhatsApp, Telegram, Instagram, Messenger, X, Gmail, Outlook, IMAP, and calendars into one API, then stopped at the API. This is the missing operator layer: the full endpoint surface as shell-native commands with structured errors and cursor auto-pagination, a local SQLite mirror that answers cross-provider questions no single call can, and a budget command that counts invitations already sent against the caps LinkedIn enforces but Unipile does not.

## When to Use This CLI

Reach for this CLI when a task touches messages, email, calendars, or LinkedIn activity across more than one provider, or when the answer requires history rather than a single live call. It is the right tool for triaging a unified inbox, building follow-up lists from prior conversations, measuring outreach conversion, and staying under LinkedIn's rate caps. It is also the fastest path to any single Unipile endpoint from a shell or a script.

## Anti-triggers

Do not use this CLI for:
- Do not use this CLI for Unipile API v2; this targets v1 and v2 tenants use a different DSN and endpoint surface.
- Do not use this CLI to connect a brand new provider account interactively; the hosted auth wizard in the Unipile dashboard is the supported path for first-time OAuth and QR flows.
- Do not use this CLI as a webhook receiver; it can register webhooks but your own server must accept the callbacks.
- Do not use this CLI to bulk-send invitations beyond what 'budget' reports as remaining; exceeding LinkedIn's caps risks restricting the underlying account.

## Unique Capabilities

These capabilities aren't available in any other tool for this API.

### Account safety
- **`budget`** — See how many LinkedIn invitations you have left today and this week, counted from your synced invitation history.

  _Check this before any bulk invitation run so you do not get the underlying LinkedIn account restricted._

  ```bash
  unipile-pp-cli budget --agent
  ```

### Local state that compounds
- **`search`** — Full-text search every message, email, attendee, and relation across all connected providers at once, offline.

  _Use this instead of N per-provider list calls when you need to find where something was said._

  ```bash
  unipile-pp-cli search "pricing" --agent --limit 20
  ```
- **`digest`** — What changed across every connected provider since the last sync.

  _Run this after sync to get a single catch-up summary instead of polling nine surfaces._

  ```bash
  unipile-pp-cli digest --agent
  ```

### Cross-provider views
- **`contact`** — Everything the local mirror knows about one person: connection state, invitation history, and every conversation with per-direction message counts.

  _Reach for this before writing to someone, so the message is informed by every prior touch across every provider._

  ```bash
  unipile-pp-cli contact "Lakshya" --agent
  ```
- **`inbox`** — One table of everything unread across LinkedIn, WhatsApp, Telegram, Instagram, Messenger, and email.

  _This is the daily triage view; use it to decide what to answer before opening any provider UI._

  ```bash
  unipile-pp-cli inbox --agent --limit 25
  ```
- **`thread`** — Read one conversation end to end with attendee IDs resolved to real names.

  _Use this when you need the full context of a conversation in one readable payload._

  ```bash
  unipile-pp-cli thread --chat example-chat-id --agent
  ```

### Outreach loop
- **`silent`** — Find conversations where you sent the last message and got no reply for N days.

  _Use this to build a follow-up list without re-reading every thread._

  ```bash
  unipile-pp-cli silent --days 7 --agent
  ```
- **`accepted`** — New LinkedIn connections since your last sync that you have not messaged yet.

  _This is the highest-conversion follow-up queue in outreach; use it right after a sync._

  ```bash
  unipile-pp-cli accepted --since 7d --agent
  ```
- **`funnel`** — Sent, accepted, and replied counts with conversion rates over a time window.

  _Use this to judge whether outreach copy is working before scaling send volume._

  ```bash
  unipile-pp-cli funnel --weeks 4 --agent
  ```
- **`engagement`** — Who reacted to or commented on your posts, flagged by whether they are already a connection.

  _Use this to turn warm post engagement into a targeted invitation list._

  ```bash
  unipile-pp-cli engagement --agent --limit 20
  ```

## Command Reference

**accounts** — Accounts  management

- `unipile-pp-cli accounts connect` — Link to Uniple an account of the given type and provider.
- `unipile-pp-cli accounts delete` — Unlink the given account to Unipile.
- `unipile-pp-cli accounts get` — Retrieve the details of an account.
- `unipile-pp-cli accounts list` — Returns a list of the accounts linked to Unipile.
- `unipile-pp-cli accounts reconnect` — Reconnect an account previously linked to Unipile that has been disconnected.
- `unipile-pp-cli accounts resend-checkpoint` — Might it be 2FA, OTP or In-app Validation, this route makes you able on certain providers to resend the notification.
- `unipile-pp-cli accounts solve-checkpoint` — Allows you to provide a code which will solve a checkpoint encountered during a native authentication.
- `unipile-pp-cli accounts update` — Update the proxy configuration of an existing account.

**calendars** — Calendars management

- `unipile-pp-cli calendars get` — Retrieve the details of a calendar.
- `unipile-pp-cli calendars list` — Returns a list of calendars.

**chat-attendees** — Manage chat attendees

- `unipile-pp-cli chat-attendees get` — The id of the wanted attendee.
- `unipile-pp-cli chat-attendees list` — Returns a list of messaging attendees. Some optional parameters are available to filter the results.

**chats** — Manage chats

- `unipile-pp-cli chats delete` — Delete a chat. Supported for WhatsApp and LinkedIn only.
- `unipile-pp-cli chats get` — Retrieve the details of a chat.
- `unipile-pp-cli chats list` — Returns a list of chats. Some optional parameters are available to filter the results.
- `unipile-pp-cli chats start` — Start a new conversation with one or more attendee.
- `unipile-pp-cli chats update` — Perform an action like changing the read status, muting the chat, retrieving a group invite link, etc.

**drafts** — Manage drafts

- `unipile-pp-cli drafts` — ⚠️ Interactive documentation does not work on this route (child parameters not correctly applied in snippet)

**emails** — Emails management

- `unipile-pp-cli emails delete` — Delete an email by moving it to the Trash folder.
- `unipile-pp-cli emails get` — Retrieve the details of an email.
- `unipile-pp-cli emails list` — Returns a list of emails.
- `unipile-pp-cli emails list-contacts` — Returns a list of contacts from the email provider. Supported for Gmail (Google OAuth) and Microsoft (Outlook) only.
- `unipile-pp-cli emails send` — ⚠️ Interactive documentation does not work on this route (child parameters not correctly applied in snippet)
- `unipile-pp-cli emails update` — Update an email.

**folders** — Manage folders

- `unipile-pp-cli folders get` — Retrieve the details of a mail folder.
- `unipile-pp-cli folders list` — Returns a list of all email folders.

**hosted** — Manage hosted

- `unipile-pp-cli hosted` — Create a url which redirect to Unipile's hosted authentication to connect or reconnect an account.

**linkedin** — Manage linkedin

- `unipile-pp-cli linkedin action-user` — Add a candidate to a Recruiter pipeline, save a Sales Navigator lead, etc.
- `unipile-pp-cli linkedin close-jobs` — Close a job offer you have posted.
- `unipile-pp-cli linkedin company` — Get a company profile from its name or ID.
- `unipile-pp-cli linkedin create-jobs` — Create a new job offer draft.
- `unipile-pp-cli linkedin endorse-profile` — This route can be used to endorse a skill of a user profile.
- `unipile-pp-cli linkedin get-applicants` — Retrieve the details of a user that has applied to a given offer. Applies to Classic job posting only.
- `unipile-pp-cli linkedin get-jobs` — Retrieve a job offer.
- `unipile-pp-cli linkedin get-projects` — Retrieve Recruiter hiring project from ID
- `unipile-pp-cli linkedin inmail-balance` — Get balance for subscribed premium features.
- `unipile-pp-cli linkedin list-applicants` — Retrieve all the users that have applied to a given offer.
- `unipile-pp-cli linkedin list-contracts` — Returns a list of your LinkedIn available contracts
- `unipile-pp-cli linkedin list-jobs` — Retrieve the job offers you have posted on LinkedIn whether they are open, closed or still drafts.
- `unipile-pp-cli linkedin list-projects` — Retrieve list of LinkedIn Recruiter hiring projects.
- `unipile-pp-cli linkedin parameters-search` — LinkedIn doesn't accept raw text as search parameters, but IDs.
- `unipile-pp-cli linkedin publish-jobs` — Publish the job posting draft you have been working on.
- `unipile-pp-cli linkedin raw` — This magic route is intended for advanced users who wish to use LinkedIn's features beyond our current capabilities.
- `unipile-pp-cli linkedin resume-applicants` — This route can be used to download the resume of a job applicant.
- `unipile-pp-cli linkedin search` — Search people and companies from the Linkedin Classic as well as Sales Navigator APIs.
- `unipile-pp-cli linkedin select-contracts` — Select a Recruiter or Sales navigator contract to be used on your account
- `unipile-pp-cli linkedin solve-checkpoint-jobs` — Solve a checkpoint to verify your member privilegies.
- `unipile-pp-cli linkedin update-jobs` — Edit an existing job posting.

**messages** — Manage messages

- `unipile-pp-cli messages delete` — Delete a message. Supported for WhatsApp and LinkedIn only.
- `unipile-pp-cli messages get` — Retrieve the details of a message.
- `unipile-pp-cli messages list` — Returns a list of messages. Some optional parameters are available to filter the results.
- `unipile-pp-cli messages update` — Edit a message. Supported for WhatsApp and LinkedIn Classic only.

**posts** — Posts features

- `unipile-pp-cli posts create` — Publish a post.
- `unipile-pp-cli posts get` — Retrieve the details of a post.
- `unipile-pp-cli posts react` — React to either a post or a post comment.

**users** — Users features

- `unipile-pp-cli users cancel-sent` — Cancel a pending invitation sent to someone.
- `unipile-pp-cli users edit-me` — Modify informations on account owner profile.
- `unipile-pp-cli users followers` — Returns a list of all the followers of the current user.
- `unipile-pp-cli users following` — Returns a list of all the followed accounts of an account.
- `unipile-pp-cli users get` — Retrieve the profile of a user.
- `unipile-pp-cli users invite` — Send an invitation to add someone to your contacts.
- `unipile-pp-cli users list-received` — Returns a list of all invitations that have been received.
- `unipile-pp-cli users list-sent` — Returns a list of all invitations sent that are pending.
- `unipile-pp-cli users me` — Retrieve informations about account owner.
- `unipile-pp-cli users relations` — Returns a list of all the relations of an account.
- `unipile-pp-cli users respond-received` — Accept or decline a connection invitation.

**webhooks** — Webhooks management

- `unipile-pp-cli webhooks create` — Create a webhook.
- `unipile-pp-cli webhooks delete` — Delete a webhook.
- `unipile-pp-cli webhooks list` — Returns a list of the webhooks.


### Finding the right command

When you know what you want to do but not which command does it, ask the CLI directly:

```bash
unipile-pp-cli which "<capability in your own words>"
```

`which` resolves a natural-language capability query to the best matching command from this CLI's curated feature index. Exit code `0` means at least one match; exit code `2` means no confident match — fall back to `--help` or use a narrower query.

## Recipes

### Daily triage

```bash
unipile-pp-cli inbox --agent --select items.provider,items.name,items.last_message,items.timestamp
```

Returns only the four fields needed to decide what to answer, instead of the full chat payload for every unread conversation.

### Follow-up queue

```bash
unipile-pp-cli silent --days 5 --agent
```

Lists conversations where you spoke last and nobody replied, which is the list worth acting on today.

### Safe outreach check

```bash
unipile-pp-cli budget --agent
```

Reports remaining daily and weekly LinkedIn invitation and profile-view headroom before a send run starts.

### Warm connection targets

```bash
unipile-pp-cli engagement --agent --limit 20
```

Shows who engaged with your posts and is not yet a connection, which converts far better than cold invitations.

### Find where something was said

```bash
unipile-pp-cli search "contract" --agent --limit 15
```

Searches messages and emails across every provider from the local mirror, with no API call and no per-provider loop.

## Auth Setup

Unipile authenticates with an Access Token sent as the X-API-KEY header, and every customer gets their own DSN base URL. Set UNIPILE_API_KEY to your token and UNIPILE_BASE_URL to your DSN from the Unipile dashboard. If your environment blocks custom ports, Unipile also accepts the port as a query parameter on standard 443.

Run `unipile-pp-cli doctor` to verify setup.

## Agent Mode

Add `--agent` to any command. Expands to: `--json --compact --no-input --no-color`.

- **Pipeable** — JSON on stdout, errors on stderr
- **Filterable** — `--select` keeps a subset of fields. Dotted paths descend into nested structures; arrays traverse element-wise. Critical for keeping context small on verbose APIs:

  ```bash
  unipile-pp-cli accounts list --agent --select connection_params,created_at,current_signature
  ```
- **Previewable** — `--dry-run` shows the request without sending
- **Offline-friendly** — sync/search commands can use the local SQLite store when available
- **Non-interactive** — never prompts, every input is a flag
- **Explicit confirmation** — `--agent` does not imply `--yes`; pass `--yes` separately only after the target, arguments, and side effects are clear
- **Explicit retries** — use `--idempotent` only when an already-existing create should count as success, and use `--ignore-missing` only when a missing delete target should count as success

### Response envelope

Commands that read from the local store or the API wrap output in a provenance envelope:

```json
{
  "meta": {"source": "live" | "local", "synced_at": "...", "reason": "..."},
  "results": <data>
}
```

Parse `.results` for data and `.meta.source` to know whether it's live or local. A human-readable `N results (live)` summary is printed to stderr only when stdout is a terminal AND no machine-format flag (`--json`, `--csv`, `--compact`, `--quiet`, `--plain`, `--select`) is set — piped/agent consumers and explicit-format runs get pure JSON on stdout.

## Paths and state

Agents should treat the CLI's path resolver as part of the runtime contract:

- Use `--home <dir>` for one invocation, or set `UNIPILE_HOME=<dir>` to relocate all four path kinds under one root.
- Use per-kind env vars only when a specific kind must diverge: `UNIPILE_CONFIG_DIR`, `UNIPILE_DATA_DIR`, `UNIPILE_STATE_DIR`, `UNIPILE_CACHE_DIR`.
- Resolution order is per-kind env var, `--home`, `UNIPILE_HOME`, XDG (`XDG_CONFIG_HOME`, `XDG_DATA_HOME`, `XDG_STATE_HOME`, `XDG_CACHE_HOME`), then platform defaults.
- `config` contains settings like `config.toml` and profiles. `data` contains `credentials.toml`, `data.db`, cookies, and auth sidecars. `state` contains persisted queries, jobs, and `teach.log`. `cache` contains regenerable HTTP/cache files.
- Stored secrets live in `credentials.toml` under the data dir. Existing legacy `config.toml` secrets are read for compatibility and leave `config.toml` on the first auth write.
- Run `unipile-pp-cli doctor --fail-on warn` to surface path and credential-location warnings. `agent-context` exposes a schema v4 `paths` block for agents that need the resolved dirs.
- For MCP, pass relocation through the MCP host config. The MCP binary does not inherit CLI flags:

  ```json
  {
    "mcpServers": {
      "unipile": {
        "command": "unipile-pp-mcp",
        "env": {
          "UNIPILE_HOME": "/srv/unipile"
        }
      }
    }
  }
  ```

Fleet precedence: an inherited per-kind env var overrides an explicit `--home` for that kind. Use `UNIPILE_HOME` or per-kind vars as durable fleet levers, and use `--home` only for a single invocation. Relocation is not reversible by unsetting env vars; move files manually before clearing `UNIPILE_HOME`, or `doctor` will not find credentials left under the former root.

## Automatic learning

This CLI ships a self-capturing learning loop. The CLI does its own bookkeeping: every invocation is journaled locally, a failed flag followed by a corrected retry auto-derives a `flag_alias` candidate, and a `teach` on a query family without a playbook auto-synthesizes a `playbook_candidate` from the session's journal. Your job is judgment only: `recall` first, act on surfaced candidates, `teach` the final answer, `playbook amend` when you observe a correction. You never record failures by hand.

### Step 1: `recall` before any discovery

Before list/search/drill commands on a new user question, run:

```bash
unipile-pp-cli recall "<user's question>" --agent
```

The response envelope:

```json
{
  "query": "...",
  "normalized": "<normalized form>",
  "query_entities": ["..."],
  "found": true | false,
  "match_score": 0.0,
  "results": [
    { "resource_id": "...", "resource_type": "...", "venue": "...",
      "confidence": 2, "entity_match": "e