Integrations

CLI Adapters

Each adapter brings one provider into the terminal with a consistent grammar, structured output, and explicit schemas. Install only what you need, or compose them together.

terminal
stable

cmdhub

Control plane for install, auth, provider links, config, and suite health.

cmdhub get cmdhub arrow_forward
mail
stable

Gmail

Messages, threads, drafts, labels, and attachments with command-level schema.

cmdhub get gmail arrow_forward
event
stable

GCal

Calendars, events, freebusy, and slots with strong machine-readable inputs.

cmdhub get gcal arrow_forward
event
beta

MSCal

Outlook calendars, events, free/busy windows, and open slots through Microsoft Graph.

cmdhub get mscal arrow_forward
forum
stable

Slack

Channels, conversations, messages, threads, reactions, and users.

cmdhub get slack arrow_forward
notes
beta

Notion

Databases, pages, blocks, and search with private-session auth.

cmdhub get notion arrow_forward
auto_fix_high
alpha

Agent

Schema-aware transforms between source output and target command input.

cmdhub get agent arrow_forward

Discover. Install. Compose.

`cmdhub` manages the suite. Each CLI stays focused on one provider. `jsonl` and command-level schema make the connections explicit.

Read the composition guide arrow_forward
$ cmdhub get gmail gcal slack notion agent
$ gmail message list --label INBOX --limit 1 --output jsonl \
| agent adapt --to "gcal event create"
✓ downstream contract produced