# Sendblue CLI

> Use this skill when the user wants to send or receive iMessages programmatically via the Sendblue platform.

- Skill: `javimosch/sendblue-cli` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/sendblue-cli`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/sendblue-cli/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/sendblue-cli

---


# Sendblue CLI

iMessage integration for agents — send and receive iMessages programmatically from the terminal.

## Commands

- `sendblue-cli _ _` — Passthrough to sendblue CLI

## Installation

```bash
npm i -g @sendblue/cli
```

## Authentication

Set `SENDBLUE_API_KEY` environment variable.

## Usage Examples

- "Send an iMessage to +1234567890"
- "Send iMessage notification about build status"

## Key Features
- **iMessage** - Apple iMessage integration
- **API Key** - Simple env var auth
- **Non-Interactive** - Agent-friendly
- **Programmatic** - Automated messaging

