multi-skill-plugin
v0.1.0Multi-skill plugin fixture for plugin-eval tests.
By Plugin EvalLicense: MIT7.1k GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- 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 multi-skill-plugin for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add multi-skill-plugin@agent-plugin-marketplacePaste 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/pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/plugin-eval/fixtures/multi-skill-plugin/.
Plugin files
├── .codex-plugin/plugin.json├── skills/alpha/SKILL.md└── skills/beta/SKILL.md
Included Skills2
Alpha fixture skill. Use when plugin-eval tests need one of two bundled skills.
Beta fixture skill. Use when plugin-eval tests need the second bundled skill.
Plugin manifests1
{
"name": "multi-skill-plugin",
"version": "0.1.0",
"description": "Multi-skill 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",
"multi-skill"
],
"skills": "./skills/",
"interface": {
"displayName": "Multi Skill Plugin",
"shortDescription": "Plugin fixture with two skills",
"longDescription": "A plugin fixture that exposes two skills so nested skill findings can be aggregated.",
"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 multi-skill plugin fixture.",
"Compare both skills in this fixture."
],
"brandColor": "#0F766E",
"composerIcon": "./assets/multi.svg",
"logo": "./assets/multi.svg",
"screenshots": []
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[multi-skill-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/multi-skill-plugin)