pachca
Pachca — corporate messenger with REST API and CLI.
Quick start (zero-install)
npx @pachca/cli <command> --token <TOKEN>
For regular use
npm install -g @pachca/cli && pachca auth login
Routing
Match the user's task to the right skill below, then activate it.
| User task | Skill |
|---|---|
| User profile, status management, custom fields, token verification | Use pachca-profile |
| Employee and tag (group) management | Use pachca-users |
| Channel and conversation management, chat members | Use pachca-chats |
| Send messages to channels, conversations, and DMs | Use pachca-messages |
| Bot management, incoming/outgoing webhooks, link unfurling | Use pachca-bots |
| Interactive forms with input fields and buttons for bots | Use pachca-forms |
| Create, get, update, and delete tasks (reminders) | Use pachca-tasks |
| Full-text search across employees, chats, and messages | Use pachca-search |
| Security audit event log | Use pachca-security |
CLI commands
Full list: pachca commands
Complex scenarios: see references/ in each skill
Help: pachca <command> --help