Skip to main content
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.
npm install -g @talkvalue/cli
For AI agents: fetch the docs index at llms.txt to discover every command page before exploring further.

Install

Install via npm and verify your setup.

Quickstart

Run your first command.

Authentication

Interactive OAuth and CI tokens with multi-profile support.

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:
npx skills add https://github.com/talkvalue/cli
See the full skill index at AI agent skills.