What problem does it solve?
This Skill provides a command-line interface to interact with Front's customer support platform, enabling operators to manage conversations, messages, drafts, contacts, tags, templates, inboxes, teammates, and channels directly from the terminal, reducing context-switching and accelerating workflow.
Core Features & Use Cases
- CLI-first Front management: List, get, search, reply, and archive conversations; send messages; manage drafts and templates; handle categories like inboxes, channels, and tags.
- Multi-account support: Work across multiple Front accounts with an --account flag, enabling centralized scripting and automation.
- Automation-friendly outputs: Default JSON output for scripting and easy integration with other tools; supports --json and --plain formats.
Quick Start
Verify auth before any operation:
frontcli auth status
frontcli whoami --json
If not authenticated, run frontcli auth login interactively (requires browser for OAuth). The refresh token is stored securely in your system keychain.