admin-feed-basic

Creates and updates operator feed items for chats, exceptions, and security alerts.

Updated May 13, 2026
One-click install
npx skills add https://github.com/dloschiavo/orca --skill admin-feed-basic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: admin-feed-basic
Source: https://github.com/dloschiavo/orca/tree/main/recipe/admin-feed-basic
Command: npx skills add https://github.com/dloschiavo/orca --skill admin-feed-basic

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires admin-routing, and includes scripts (resource) and references (resource) components.

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.

Frequently Asked Questions about admin-feed-basic

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I centralize operator-attention signals for unviewed chats and system exceptions?

You can centralize operator-attention signals by using a structured feed management system that records unviewed chats, system exceptions, and security alerts into a single collection for efficient processing and filtering.

What is the best way to track security alerts and system exceptions in a unified feed?

The best way to track security alerts and system exceptions is by emitting structured feed items into a centralized collection, allowing operators to monitor and address critical events from a single prioritized list.

How do I add new event producers to an operator-attention feed?

You can add new event producers by utilizing a dedicated emitter helper function, which simplifies the process of creating and updating feed items for various event types like failed login attempts.

Does feed management for operator-attention signals require authentication?

Yes, managing operator-attention signals requires authentication and authorization to ensure secure access, alongside specific design system requirements for the user interface components.

Can I use admin routing dependencies to manage event tracking feeds?

Yes, the event tracking feed management system integrates with the admin-routing dependency to properly structure the navigation and delivery of operator-attention signals across your application.

How do I emit a high-priority feed item for a server error automatically?

You can emit a high-priority feed item by running the emitter helper with parameters defining the event type, category, title, preview, link, and source identifiers to generate the alert instantly.