
Cio
- 299 installs
- 3 repo stars
- Updated July 23, 2026
- customerio/cli
Bootstrap the Customer.io CLI to manage journeys, CDP pipelines, sources/destinations, identify/track events, transactional messaging, and go-live.
About
Bootstrap skill for driving the Customer.io CLI, covering onboarding, sandbox testing, app integration, transactional messaging, and billing activation. A developer uses it to run cio commands for journeys, CDP pipelines, events, and going live.
- Runs cio prime for the compact CLI reference and JSON output rules
- Uses runtime references (cio schema, cio skills) instead of copied playbooks
Cio by the numbers
- 299 all-time installs (skills.sh)
- Ranked #489 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
- Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/customerio/cli --skill cioAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 299 |
|---|---|
| repo stars | ★ 3 |
| Last updated | July 23, 2026 |
| Repository | customerio/cli ↗ |
What it does
Bootstrap the Customer.io CLI to manage journeys, CDP pipelines, sources/destinations, identify/track events, transactional messaging, and go-live.
Files
Customer.io (cio)
This is the installable bootstrap skill for agents using the Customer.io CLI. Run cio prime first; it prints the compact CLI reference, JSON output rules, command syntax, schema introspection, pagination, error shapes, and skill-reading guidance.
cio primeIf cio is not installed, fetch current installation instructions from the README:
curl -fsSL https://raw.githubusercontent.com/customerio/cli/main/README.mdUse runtime references instead of copying large playbooks into this skill:
cio schemafor commands, flags, generic API routes, and payload shapes.cio skillsto list currently available Customer.io reference skills.cio skills read clifor skills unique to the CLI (auth/login, integration, onboarding/new user setup); read it for the full index.cio skills read <skill>for the specific service-hosted reference needed.cio api <path>for API coverage that is not wrapped by a bespoke command.
Common routing:
- Builder/startup setup, signup, sandbox, first app integration,
transactional proof, billing activation checks, and go-live start with cio prime and cio skills read cli.
- Existing Journeys resources such as campaigns, segments, templates,
customers, newsletters, and subscription topics should use cio skills read fly-api.
- CDP Pipelines, sources, destinations, identify, track, page, and screen work
should use cio skills read cdp-api.
- Design Studio email/component editing should use
cio skills read design-studio.
- Analysis workflows, campaign review, goal-based segments, and Liquid should
use cio skills read recipes.
Credential rule:
- Service account tokens (
sa_live_...) authenticate the CLI and account-level
management operations.
- Do not embed service account tokens in customer application code.
- Use CDP source write keys for SDK identify/track/page/screen ingestion.
- Use workspace-scoped App API keys for backend transactional sends.