operator-panel

Organize a local operator panel for paper-research workflows with advisory-only runtime effects.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/EnesMeyzin98/Meridian --skill operator-panel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: operator-panel
Source: https://github.com/EnesMeyzin98/Meridian/tree/main/agents/skills/operator-panel
Command: npx skills add https://github.com/EnesMeyzin98/Meridian --skill operator-panel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maintains or extends the local operator panel, its backend endpoints, settings UX, logs, action wiring, and operator summaries for the paper-research workspace. Use when working in app/operator_panel.py, app/ui/*, or the panel launch flow, especially when productizing advisory decision support into a low-noise operator surface. Never use for public product UI or live trading controls.

Core Features & Use Cases

  • Local, safety-bound operator panel surface that exposes status, runs, experiments, portfolio state, settings, and logs without altering runtime behavior.
  • Bounded governance, audit-ready decision-support, and manual governance history visibility to maintain safety boundaries.
  • Integrations with existing scripts and research flows to surface governance details, supervisor state, and learning-readiness indicators while remaining local-only.

Quick Start

Open the panel by editing app/operator_panel.py and related UI components to extend the operator surface safely.

Frequently Asked Questions about operator-panel

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

FAQPage Schema
How do I build a local operator panel for backend observability and governance?

Build a local operator panel by organizing UI components and backend endpoints to surface status, runs, experiments, portfolio state, settings, and logs. This ensures observability and governance for paper-research workflows without enabling live trading or runtime changes.

What is an operator panel for paper-research workflows?

An operator panel for paper-research workflows is a local, safety-bound UI surface. It exposes advisory decision support, governance history, and supervisor state while restricting all critical controls to remain non-editable and prevent runtime alterations.

How do I surface logs and settings in a local panel without enabling live controls?

Surface logs and settings by wiring backend endpoints into the panel UI while keeping critical controls explicitly guarded or non-editable. This restricts runtime effects to advisory surfaces, providing auditable summaries and maintaining safety boundaries.

Does the operator panel support live trading or runtime changes?

No, the operator panel does not support live trading or runtime changes. It maintains safety and governance requirements by restricting runtime effects to advisory surfaces, keeping all critical controls non-editable, and providing only auditable summaries.

Can I use this operator panel for public product UI?

No, you cannot use this operator panel for public product UI or live trading controls. It is designed specifically as a local-only surface for paper-research workspaces to maintain safety boundaries and bounded governance.

How do I extend the operator panel UI safely?

Extend the operator panel UI safely by editing app/operator_panel.py and app/ui/* components. This allows you to surface learning-readiness indicators and governance details while ensuring all integrations remain local-only and advisory.