plugin-creator
Codexのプラグインディレクトリを作成・スキャフォールディングします。必須の`.codex-plugin/plugin.json`、オプショナルなプラグインフォルダ・ファイル、編集可能なベースラインプレースホルダーを含みます。新しいローカルプラグインの作成、オプショナルなプラグイン構造の追加、またはリポジトリルートの`.agents/plugins/marketplace.json`エントリの生成・更新に使用します。プラグインの順序と利用可能性のメタデータを管理できます。
description の原文を見る
Create and scaffold plugin directories for Codex with a required `.codex-plugin/plugin.json`, optional plugin folders/files, and baseline placeholders you can edit before publishing or testing. Use when Codex needs to create a new local plugin, add optional plugin structure, or generate or update repo-root `.agents/plugins/marketplace.json` entries for plugin ordering and availability metadata.
SKILL.md 本文
プラグイン作成ツール
クイックスタート
- スカフォルドスクリプトを実行します:
# Plugin names are normalized to lower-case hyphen-case and must be <= 64 chars.
# The generated folder and plugin.json name are always the same.
# Run from repo root (or replace .agents/... with the absolute path to this SKILL).
# By default creates in <repo_root>/plugins/<plugin-name>.
python3 .agents/skills/plugin-creator/scripts/create_basic_plugin.py <plugin-name>
-
<plugin-path>/.codex-plugin/plugin.jsonを開き、[TODO: ...]のプレースホルダーを置き換えます。 -
プラグインが Codex UI の順序付けに表示される場合は、リポジトリマーケットプレイスエントリを生成または更新します:
# mar
...
詳細情報
- 作者
- openai
- リポジトリ
- openai/skills
- ライセンス
- 不明
- 最終更新
- 2026/5/12
Source: https://github.com/openai/skills / ライセンス: 未指定