admin-feed

Centralizes and manages alerts and signals for platform operators.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The Skill solves the challenge of efficiently managing operator attention and prioritizing tasks in a large platform with various operator-attention signals.

Core Features & Use Cases

  • Unified Operator-Attention Feed: Centralizes alerts across different app functionalities like unreviewed user exchanges, system exceptions, and security breaches into a single prioritized list.
  • Idempotent Signal Emission: Ensures that multiple signals about the same event are coalesced into a single alert, reducing clutter and noise.
  • Automated State Management: Offers tools for automatically resolving and snoozing items as conditions change.
  • API and UI Surface: Provides API endpoints and UI pages for platform operators to interact with and manage the feed.
  • Use Case: As a system admin, you receive notifications about various system anomalies, and with this Skill, you can easily track and prioritize tasks from a single, consolidated feed.

Quick Start

Use the 'admin-feed' skill to get the current feed status on your platform.

Frequently Asked Questions about admin-feed

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

FAQPage Schema
How do I centralize platform alerts into a single prioritized feed for operators?

Centralize platform alerts by coalescing operator-attention signals from various components into a unified feed. This deduplicates multiple signals about the same event, reducing clutter and managing prioritization for system admins.

How does alert deduplication work for system monitoring to reduce noise?

Alert deduplication works through idempotent signal emission, ensuring multiple signals about the same event are coalesced into a single alert. This reduces clutter and noise in the platform operator feed.

Can I automatically resolve or snooze system alerts as conditions change?

Yes, you can automatically resolve and snooze system alerts as conditions change using automated state management logic. This manages operator attention efficiently without manual intervention for outdated signals.

What is the best way to consolidate security breaches and system exceptions for monitoring?

The best way to consolidate security breaches and system exceptions is using a unified operator-attention feed. It centralizes these alerts alongside unreviewed user exchanges into a single prioritized list for tracking.

Does admin-feed provide API endpoints for platform operators to manage alert feeds?

Yes, admin-feed provides API endpoints and UI pages for platform operators to interact with and manage the feed. This allows direct integration into platform admin workflows for operational monitoring.

How do I get the current feed status for platform monitoring alerts?

Get the current feed status by using the admin-feed skill to retrieve the consolidated view of platform monitoring alerts. It applies event processing logic to display the current prioritized operator-attention signals.