Agent Plugins Marketplace
All plugins

system-ops-audit

v0.1.0

Read-only macOS operational baseline audit workflow for local-machine diagnostics.

Codex1 Skill

By Nery Samuel MurilloLicense: MIT1 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 6, 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 system-ops-audit for Codex

Installs for the current user
codex plugin marketplace add nerymurillohnd/codex-essentials
codex plugin marketplace upgrade codex-essentials
codex plugin add system-ops-audit@codex-essentials

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

Compatibility: the page URL and API slug “system-ops-audit” remain stable.

  • Codex: system-ops-audit@agent-plugin-marketplacesystem-ops-audit@codex-essentials

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/nerymurillohnd/codex-essentials

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/system-ops-audit/.

Plugin files

plugins/system-ops-audit/
├── .codex-plugin/plugin.json
└── skills/system-ops-audit/SKILL.md

Included Skills1

system-ops-auditskills/system-ops-audit/SKILL.md

Use when a user asks to review, audit, diagnose, document, prepare a workspace for, or analyze read-only scripts for the operational state of a local macOS machine, outside repository or product-development work.

Plugin manifests1

plugins/system-ops-audit/.codex-plugin/plugin.json
{
  "name": "system-ops-audit",
  "version": "0.1.0",
  "description": "Read-only macOS operational baseline audit workflow for local-machine diagnostics.",
  "author": {
    "name": "Nery Samuel Murillo",
    "email": "[email protected]",
    "url": "https://github.com/nerymurillohnd"
  },
  "homepage": "https://forestal-mt.com",
  "repository": "https://github.com/nerymurillohnd/codex-essentials",
  "license": "MIT",
  "keywords": [
    "macos",
    "audit",
    "baseline",
    "system-ops",
    "read-only",
    "security",
    "diagnostics"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "System Ops Audit",
    "shortDescription": "Read-only macOS baseline audit workflow.",
    "longDescription": "Guides agents through safe preparation of a System-Ops workspace and design, execution, and analysis of read-only macOS operational baseline audits without collecting secrets or mutating the system.",
    "developerName": "Nery Samuel Murillo",
    "category": "Developer Tools",
    "capabilities": [
      "Read-only macOS baseline audit planning",
      "System-Ops workspace preparation guidance",
      "Audit script design before execution",
      "Secret-safe findings analysis"
    ],
    "websiteURL": "https://forestal-mt.com",
    "privacyPolicyURL": "https://forestal-mt.com/privacy/",
    "termsOfServiceURL": "https://forestal-mt.com/terms/",
    "defaultPrompt": [
      "Use System Ops Audit to design a read-only macOS baseline audit.",
      "Prepare the System-Ops workspace and wait for approval before writing scripts.",
      "Analyze macOS baseline audit output without collecting secrets."
    ],
    "brandColor": "#0F766E"
  }
}

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

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