What problem does it solve?
This Skill centralizes and prioritizes operator-attention signals across the app, ensuring that critical issues are addressed promptly.
Core Features & Use Cases
- Operator-Attention Feed: Prioritize and display unviewed chats, system exceptions, and security events in one list.
- Unified Data Model: Centralizes events in a single
feed_items collection for efficient processing and filtering.
- Emitter Helper: Simplifies the process of adding new producers by using the
emitFeedItem helper.
- Use Case: For instance, upon a failed login attempt, the Skill automatically generates a feed item that the operator can address.
Quick Start
Emit a new feed item for a system exception by running the following command: emitFeedItem --type system.exception --category system --priority high --title "Server error" --preview "Error occurred on /api/endpoint" --link /platform/feed#exception-id --source_collection system_exceptions --source_id exception_id.