loby

The canonical CLI for Lob — direct mail, address verification, and campaigns. For humans and AI agents.

Install

# macOS + Linux
brew install voska/tap/loby
# Windows
scoop bucket add voska \
  https://github.com/voska/scoop-bucket
scoop install loby
# Any platform
curl -fsSL https://lobycli.com/install.sh | sh
# From source
go install github.com/voska/loby/cmd/loby@latest

Use

loby auth login --key sk_test_…
loby verify us "185 Berry St, San Francisco, CA 94107" --json
loby postcards create \
  --to adr_… --front @front.html --back @back.html \
  --size 4x6 --json

Every command supports --json, --plain, --dry-run, --select, named profiles, and auto-generated idempotency keys. Discover the full surface with loby schema --json.

For AI agents

Drop the canonical skill into your agent's skills directory:

mkdir -p ~/.claude/skills/loby
curl -fsSL https://lobycli.com/skill/SKILL.md \
  > ~/.claude/skills/loby/SKILL.md

Or install the full bundle (SKILL.md + command catalog + recipes + resource glossary):

curl -fsSL https://lobycli.com/skill/install.sh | sh

See SKILL.md, COMMANDS.md, RECIPES.md, RESOURCES.md. Discovery manifest at /llms.txt.

All 29 Lob resources, one binary