Agent Plugins Marketplace
All plugins

ops

v0.12.0

Use a natural-language chief-of-staff front door, inspect Nucleus health, record agent metrics, and register schedules when the host supports them. Delegates CRM pipeline analysis and forecasting to the growth plugin when installed.

CodexClaude Code11 Skills

By BrightWay AILicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
11 skill or MCP entries
Source updated
Sep 16, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install ops for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add ops@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/BrightWayAI/ops

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

ops/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/agent-metrics/SKILL.md
├── skills/cos/SKILL.md
├── skills/diagnose/SKILL.md
├── skills/log-agent-run/SKILL.md
├── skills/nucleus-dashboard/SKILL.md
├── skills/nucleus-status/SKILL.md
├── skills/register-schedules/SKILL.md
├── skills/setup/SKILL.md
├── skills/setup-core/SKILL.md
├── skills/status/SKILL.md
└── skills/test-connectors/SKILL.md

Included Skills11

agent-metricsskills/agent-metrics/SKILL.md

Summarize the agent-run log to surface patterns. Auto-fires on "/agent-metrics", "how are my agents doing", "agent performance", "which subagents are working", "audit agent quality", "agent log digest", or any phrase about subagent quality / acceptance / abandonment. Read-only over ~/.brightway-state/agent-log.jsonl. Run monthly.

cosskills/cos/SKILL.md

Nucleus front door for natural-language work. Fires on explicit /cos, Nucleus-domain requests that don't already match a slash command, and on role-addressed asks ("ask my Account Manager...", "have my VP of Relationships..."). Uses the chief-of-staff agent to produce a read-only, structured route plan; the parent validates and executes the selected installed workflow. Also fires on Nucleus-specific capability questions.

diagnoseskills/diagnose/SKILL.md

Audit the user's plugin ecosystem health — shared config files, plugin setup completeness, subagent availability, connector wiring. Auto-fires on "/diagnose", "is my setup working", "audit my plugins", "check my plugin health", "something feels broken with [plugin]", "plugins aren't behaving", "verify my setup", or when the user reports unexpected plugin behavior. Produces a green/red checklist with specific fix instructions.

log-agent-runskills/log-agent-run/SKILL.md

Append a meta-record about a notable subagent run to ~/.brightway-state/agent-log.jsonl. Auto-fires on "/log-agent-run" or when a parent skill explicitly invokes this skill after an agent call. Captures agent / parent skill / confidence / user action — never message content or sensitive data.

nucleus-dashboardskills/nucleus-dashboard/SKILL.md

Deprecated alias for `/dashboard`, which was in turn moved to the `briefing` plugin as `briefing:dashboard` (2026-09-15). Only fires on explicit `/nucleus-dashboard` invocation, not on natural-language matching — use `briefing`'s `dashboard` skill for that.

nucleus-statusskills/nucleus-status/SKILL.md

Deprecated alias for `/status` (renamed 2026-09-15). Only fires on explicit `/nucleus-status` invocation, not on natural-language matching — use `status` for that.

register-schedulesskills/register-schedules/SKILL.md

Register user-owned standing schedules from <config-root>/plugins/ops/schedules.md with the active host scheduler, keeping per-host IDs and run receipts outside the installed plugin. Auto-fires on /register-schedules, register all my schedules, set up my standing schedules, rebuild my scheduled tasks, or similar provisioning requests. Common usage: first setup, a new machine, or host reinstall.

setupskills/setup/SKILL.md

Configure ops for your CRM, brand, and company context. Auto-fires on "set up ops", "configure pipeline analysis", "set up deliverable review", "/setup-core", or any phrase about getting ops ready to use. Also fires when another ops skill or agent reports that user-context.md is missing or empty.

setup-coreskills/setup-core/SKILL.md

Configure ops for your CRM, brand, and company context via a short interview. Writes results to `<config-root>/plugins/ops.user-context.md`, using the shared vendor-neutral config-root resolver. Re-run anytime to update.

statusskills/status/SKILL.md

At-a-glance Nucleus stack snapshot — installed plugins, setup state, connector availability, recent activity, memory health, anything broken. Terse text output in chat, scannable in 10 seconds. Auto-fires on "/status", "stack status", "is everything wired up", "show my nucleus", "check my plugins", "what's installed", or any phrase asking for a quick health snapshot. For a richer visual surface use briefing's `/dashboard`; for troubleshooting use `/diagnose`.

test-connectorsskills/test-connectors/SKILL.md

Run real, bounded, read-only connector integration probes and produce a privacy-safe Nucleus release report. Use when the user asks to test connectors, verify integrations, certify a release, run live connector smoke tests, or prove calendar, mail, CRM, Slack, Drive, enrichment, or transcript access works.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "ops",
  "version": "0.12.0",
  "description": "Use a natural-language chief-of-staff front door, inspect Nucleus health, record agent metrics, and register schedules when the host supports them. Delegates CRM pipeline analysis and forecasting to the growth plugin when installed.",
  "author": {
    "name": "BrightWay AI",
    "url": "https://brightwayai.com"
  },
  "license": "MIT",
  "homepage": "https://github.com/BrightWayAI/ops",
  "repository": "https://github.com/BrightWayAI/ops",
  "keywords": [
    "nucleus",
    "chatgpt",
    "codex"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Chief of Staff",
    "shortDescription": "Route work and run stack operations",
    "longDescription": "Use a natural-language chief-of-staff front door, inspect Nucleus health, record agent metrics, and register schedules when the host supports them. Delegates CRM pipeline analysis and forecasting to the growth plugin when installed.",
    "developerName": "BrightWay AI",
    "category": "Business",
    "capabilities": [
      "Read",
      "Write",
      "Interactive"
    ],
    "websiteURL": "https://github.com/BrightWayAI/ops",
    "defaultPrompt": [
      "What can Nucleus do?",
      "Diagnose my Nucleus setup.",
      "Register my Nucleus schedules."
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "ops",
  "version": "0.12.0",
  "description": "Chief of Staff. Generic business-ops toolkit for Claude. Includes the chief-of-staff natural-language front door (/cos, replaces nucleus-router), diagnostics, telemetry, and schedule registration. Configurable per user via /setup-core — works with any CRM and any brand once configured. /review-deliverable moved to the clients plugin, 2026-09-15. The `pipeline-analyst` and `pipeline-forecast` CRM subagents moved to the growth plugin, 2026-09-15 — /cos delegates to them there when growth is installed. `/dashboard` (rich visual stack surface) moved to the briefing plugin, 2026-09-15, as part of consolidating every periodic what's-going-on surface there; ops still owns `/status` (terse text snapshot) and `/diagnose` (troubleshooting) — those did not move.",
  "author": {
    "name": "BrightWay AI"
  },
  "license": "MIT",
  "repository": "https://github.com/BrightWayAI/core-ops"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[ops on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ops)