Agent Plugins Marketplace
All plugins

minimal-plugin

v0.1.0

Minimal plugin fixture for plugin-eval tests.

Codex1 Skill

By Plugin EvalLicense: MIT7.1k GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 18, 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 minimal-plugin for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add minimal-plugin@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/openai/plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/plugin-eval/fixtures/minimal-plugin/.

Plugin files

plugins/plugin-eval/fixtures/minimal-plugin/
├── .codex-plugin/plugin.json
└── skills/minimal-plugin-skill/SKILL.md

Included Skills1

minimal-plugin-skillskills/minimal-plugin-skill/SKILL.md

Minimal plugin skill fixture. Use when a test needs a valid plugin skill.

Plugin manifests1

plugins/plugin-eval/fixtures/minimal-plugin/.codex-plugin/plugin.json
{
  "name": "minimal-plugin",
  "version": "0.1.0",
  "description": "Minimal plugin fixture for plugin-eval tests.",
  "author": {
    "name": "Plugin Eval",
    "email": "[email protected]",
    "url": "https://example.com/"
  },
  "homepage": "https://example.com/",
  "repository": "https://example.com/repo",
  "license": "MIT",
  "keywords": [
    "fixture",
    "plugin-eval"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Minimal Plugin",
    "shortDescription": "Small valid plugin fixture",
    "longDescription": "A minimal but valid plugin manifest and one bundled skill for plugin-eval testing.",
    "developerName": "Plugin Eval",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://example.com/",
    "privacyPolicyURL": "https://example.com/privacy",
    "termsOfServiceURL": "https://example.com/terms",
    "defaultPrompt": [
      "Evaluate the minimal plugin fixture."
    ],
    "brandColor": "#0F766E",
    "composerIcon": "./assets/minimal.svg",
    "logo": "./assets/minimal.svg",
    "screenshots": []
  }
}

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

[minimal-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/minimal-plugin)