# Hide My Email

> Hide My Email CLI

- Skill: `javimosch/hide-my-email` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/hide-my-email`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/hide-my-email/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/hide-my-email

---


# Hide My Email CLI

Generate Apple iCloud+ "Hide My Email" addresses from the terminal. The generated address is automatically copied to your clipboard.

## Usage

```bash
hme <label> [note]
```

- **label** (required): A name for the address (e.g. the service you're signing up for)
- **note** (optional): A description or reminder for the address

## Examples

```bash
# Create an address labeled "Twitter"
hme "Twitter"

# Create an address with a note
hme "Shopping" "For online orders"
```

## Output

On success, prints the masked email and copies the full address to clipboard:

```
✓ abc****@icloud.com (copied to clipboard)
```

On failure, prints an error message to stderr and exits non-zero.

## Requirements

- macOS with an iCloud+ subscription
- System Settings accessibility permissions granted to your terminal app

