Agent Plugins Marketplace
All plugins

minimal-plugin

v0.1.0

Minimal plugin fixture for plugin-eval tests.

Codex1 Skill

By Plugin EvalLicense: MIT0 GitHub starsUpdated 4 days ago

Directory evidence

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

Get the plugin

git clone https://github.com/FaLalens/codex-plugins-zh

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/.

Compatibility: the page URL and API slug “minimal-plugin-4” remain stable.

  • Codex: Legacy selector minimal-plugin-4@agent-plugin-marketplace remains documented for migration; install from source for this runtime.

This plugin's manifest name conflicts with another source for the same runtime. The source remains indexed, but this directory does not generate mismatched -2/-3 install commands.

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-4)