Agent Plugins Marketplace
All plugins

skill2openai-converter

v0.1.0

把 zhengming/Agent-Skills 格式 skill(SKILL.md 文件夹)转换为 OpenAI Codex plugin 包(.codex-plugin/plugin.json + skills/ 布局 + marketplace.json 索引)。适用于: 要把 skill 发布到 OpenAI 生态 / 跨平台分发 / OpenAI plugin 打包 / skill 转换器 / skill2openai。纯 Python 标准库零依赖,只生成到本地输出目录,不自动对外发布。

Codex

By 正明系统License: MIT1 GitHub starsUpdated 11 hours ago

Directory evidence

Runtimes
Codex
Parsed components
0 skill or MCP entries
Source updated
Sep 23, 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 skill2openai-converter for Codex

Installs for the current user
codex plugin marketplace add chenhz01/zhengming-openai-plugins
codex plugin marketplace upgrade zhengming-skills
codex plugin add skill2openai-converter@zhengming-skills

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

Compatibility: the page URL and API slug “skill2openai-converter” remain stable.

  • Codex: skill2openai-converter@agent-plugin-marketplaceskill2openai-converter@zhengming-skills

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/chenhz01/zhengming-openai-plugins

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

Plugin files

plugins/skill2openai-converter/
└── .codex-plugin/plugin.json

Plugin manifests1

plugins/skill2openai-converter/.codex-plugin/plugin.json
{
  "name": "skill2openai-converter",
  "version": "0.1.0",
  "description": "把 zhengming/Agent-Skills 格式 skill(SKILL.md 文件夹)转换为 OpenAI Codex plugin 包(.codex-plugin/plugin.json + skills/ 布局 + marketplace.json 索引)。适用于: 要把 skill 发布到 OpenAI 生态 / 跨平台分发 / OpenAI plugin 打包 / skill 转换器 / skill2openai。纯 Python 标准库零依赖,只生成到本地输出目录,不自动对外发布。",
  "author": {
    "name": "正明系统"
  },
  "homepage": "https://github.com/chenhz01",
  "license": "MIT",
  "keywords": [
    "skill-engineering",
    "cross-platform",
    "openai-plugin",
    "converter",
    "zhengming",
    "agent-skills"
  ],
  "skills": "./skills/skill2openai-converter/",
  "interface": {
    "displayName": "OpenAI Plugin 转换器",
    "shortDescription": "把 zhengming/Agent-Skills 格式 skill(SKILL.md 文件夹)转换为 OpenAI Codex plugin 包(.codex-plugin/plugin.json +",
    "longDescription": "把 zhengming/Agent-Skills 格式 skill(SKILL.md 文件夹)转换为 OpenAI Codex plugin 包(.codex-plugin/plugin.json + skills/ 布局 + marketplace.json 索引)。适用于: 要把 skill 发布到 OpenAI 生态 / 跨平台分发 / OpenAI plugin 打包 / skill 转换器 / skill2openai。纯 Python 标准库零依赖,只生成到本地输出目录,不自动对外发布。",
    "developerName": "zhengming",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Use this skill on my current task",
      "Explain what this skill does, then apply it"
    ],
    "brandColor": "#4F8CFF"
  }
}

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

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