What problem does it solve?
Support teams need to triage, search, reply to, and organize helpdesk tickets without leaving the terminal, and this Skill exposes every There There API endpoint as a CLI command with JSON output.
Core Features & Use Cases
- Ticket Management: List, filter, view, reply to, forward, close, assign, and tag tickets using commands like
list-tickets, show-ticket, and reply-to-ticket.
- Semantic and Full-Text Search: Find tickets by meaning with
--q (AI embeddings) or by keyword with --filter-search, combinable with status, assignee, and date filters.
- Workspace Operations: List tags, channels, members, and contacts, and run structured triage workflows documented in the references.
- Use Case: Run a daily support routine by listing unassigned open tickets, reviewing each conversation, replying to customers, and closing resolved tickets, all from the command line.
Quick Start
Ask the assistant to list all open There There tickets sorted by most recent activity and show them as a table.