plugin-admin

Route plugin administration tasks for configuration, diagnostics, and workspace management.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/chibus0368-pixel/om-analyzer --skill plugin-admin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-admin
Source: https://github.com/chibus0368-pixel/om-analyzer/tree/main/skills/plugin-admin
Command: npx skills add https://github.com/chibus0368-pixel/om-analyzer --skill plugin-admin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes plugin administration tasks such as configuration, diagnostics, and workspace management, reducing back-and-forth and ensuring consistent plugin health.

Core Features & Use Cases

  • Brand and configuration routing via /brand-config, and current plugin settings inspection.
  • Diagnostics and health checks including usage statistics, problem reporting, and router diagnostics.
  • Workspace management: list, resume, or delete saved workspaces.
  • Catalog validation and problem reporting to maintain plugin quality and stability.

Quick Start

Describe the admin task you want to perform, and I will route it to the appropriate admin command.

Frequently Asked Questions about plugin-admin

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

FAQPage Schema
How do I run diagnostics and health checks for my workspace plugin?

Run plugin diagnostics by requesting a health check to collect usage statistics, execute router diagnostics, and submit problem reports. This routes your request to the appropriate admin command to ensure consistent plugin health and stability.

How do I manage and audit saved workspaces for my plugins?

Manage saved workspaces by listing, resuming, or deleting them through workspace management commands. Admin actions are recorded to the log and workspace changes are persisted for audit and recovery.

What is the best way to configure plugin settings and apply brand configuration?

The best way to apply brand configuration is through the /brand-config routing command. You can inspect current plugin settings and route configuration tasks centrally to maintain consistent plugin administration.

Can I validate my plugin catalog and submit problem reports without switching tools?

Yes, you can validate your plugin catalog and submit problem reports within the same administrative session. This centralizes plugin administration tasks to reduce back-and-forth and maintain plugin quality.

Why does my plugin configuration routing fail to apply settings to the workspace?

Configuration routing may fail if the admin actions are not properly recorded to the log or if the workspace changes are not persisted. Ensure your session applies brand configuration through the correct /brand-config routing path for recovery.