> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trytalkvalue.com/llms.txt
> Use this file to discover all available pages before exploring further.

# TalkValue CLI

> Manage contacts, events, channels, and analytics from the command line. Built for humans and AI agents.

The TalkValue CLI exposes the same data you see in the dashboard through a scriptable command-line interface. Structured JSON output, multi-profile authentication, and 11 bundled skills make it equally useful for terminal workflows and AI coding agents.

```bash theme={null}
npm install -g @talkvalue/cli
```

<Note>
  **For AI agents:** fetch the docs index at [llms.txt](https://docs.trytalkvalue.com/llms.txt) to discover every command page before exploring further.
</Note>

<CardGroup cols={3}>
  <Card title="Install" icon="download" href="/cli/install">
    Install via npm and verify your setup.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/cli/quickstart">
    Run your first command.
  </Card>

  <Card title="Authentication" icon="key" href="/cli/authentication">
    Interactive OAuth and CI tokens with multi-profile support.
  </Card>
</CardGroup>

## What you can do

* List, get, update, merge, and export people across your workspace
* Create and manage events, channels, companies, and tags
* Run channel attribution, audience overlap, and event trend analyses
* Import CSVs end-to-end: analyze → create → monitor → handle failures
* Compose commands with `jq` and shell pipes to build custom reports

## AI agent skills

The CLI ships 11 skills (8 namespaced command-group wrappers + 3 workflow recipes) that any AI coding agent can install with one command:

```bash theme={null}
npx skills add https://github.com/talkvalue/cli
```

See the full skill index at [AI agent skills](/cli/agents/skills).
