loops-cli

Manage Loops contacts, events, lists, and transactional emails from the command line.

1|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/miketromba/loops-cli --skill loops-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: loops-cli
Source: https://github.com/miketromba/loops-cli/tree/main/skills/loops-cli
Command: npx skills add https://github.com/miketromba/loops-cli --skill loops-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Loops CLI enables developers and teams to manage Loops contacts, events, lists, and transactional emails directly from the command line, saving time and reducing reliance on the web dashboard.

Core Features & Use Cases

  • Manage contacts: create, update, find, and delete contacts from scripts or AI-assisted workflows.
  • Send events and transactional emails: trigger workflows and notifications without leaving the terminal.
  • List and manage mailing lists: query and organize Loops resources with simple commands.
  • Use Case: Integrate Loops operations into CI/CD pipelines or AI agents to automate routine marketing tasks.

Quick Start

Run loops contacts create --email [email protected] to begin managing a contact from the command line.

Frequently Asked Questions about loops-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Loops contact management from the command line?

You can automate Loops contact management by running CLI commands to create, update, find, and delete contacts directly from scripts. For example, use a command like 'loops contacts create --email [email protected]' to add a contact without accessing the web dashboard.

How do I integrate Loops operations into a CI/CD pipeline?

Integrating Loops operations into a CI/CD pipeline involves executing CLI commands during pipeline stages to manage mailing lists and contacts. This enables repeatable, automated marketing tasks and consistent interactions with the Loops API within your deployment workflows.

What is the best way to manage Loops mailing lists from a terminal?

The best way to manage Loops mailing lists from a terminal is using CLI commands to query and organize your resources. This approach supports rapid actions on lists and contacts, providing a simple command interface to replace manual web dashboard management.

Does the Loops CLI require specific authentication handling for API interactions?

Yes, the Loops CLI specifies authentication handling to ensure consistent and safe interactions with the Loops API. This design guarantees that your command line operations on contacts and events remain secure when executed from scripts or AI workflows.