一键导入
pluginstaller
Add a Codex plugin from a GitHub repo to a repo or personal marketplace using the current Codex plugin layout and marketplace metadata.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Add a Codex plugin from a GitHub repo to a repo or personal marketplace using the current Codex plugin layout and marketplace metadata.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | pluginstaller |
| description | Add a Codex plugin from a GitHub repo to a repo or personal marketplace using the current Codex plugin layout and marketplace metadata. |
Use when the user gives a GitHub repo for a Codex plugin and wants it available in Codex.
Follow the current Codex plugin docs. Do not invent alternate install flows.
owner/reporepo or personal.codex-plugin/plugin.json..codex-plugin/plugin.json and validate the canonical structure:
name, version, and description should exist.skills, apps, and mcpServers should be relative to the plugin root and start with ./.plugin.json should live inside .codex-plugin/.@plugin-creator skill when the task is to scaffold a new local plugin or add an existing local plugin to a marketplace. Use the manual path below when you are wiring up a repo the user already provided.SKILL.md, into a marketplace-visible location. Default to the documented standard locations unless the repo already uses a different valid marketplace-relative path:
repo: $CWD/plugins/<plugin-name> and $CWD/.agents/plugins/marketplace.jsonpersonal: ~/.codex/plugins/<plugin-name> and ~/.agents/plugins/marketplace.jsonskills/, .app.json, .mcp.json, assets/, and any other plugin files. Do not move those files under .codex-plugin/.nameinterface.displayNamenamesource.source = "local"source.path relative to the marketplace root:
repo: ./plugins/<plugin-name>personal: ./.codex/plugins/<plugin-name>policy.installationpolicy.authenticationcategorypolicy.installation = "AVAILABLE"policy.authentication = "ON_INSTALL"category from interface.category when present, otherwise Productivity/plugins.~/.codex/plugins/cache/<marketplace>/<plugin>/<version>/.local.~/.codex/config.toml.repo marketplace and personal marketplace over workspace and global.plugins/ as the complete install. The marketplace entry is what makes the plugin discoverable in Codex.name stable and consistent across folder, manifest, and marketplace entry../-prefixed where the docs require it.source.path remains valid and stays inside the marketplace root.Use repo when the plugin should live with one repo or be shared through that repo's marketplace. Use personal when the plugin should be available from the user's own Codex setup across projects.
Build, transform, audit, and migrate prompts for GPT-5.6 Sol using outcome-first contracts, explicit success criteria, evidence and tool rules, approval boundaries, output requirements, and stop conditions. Use when someone asks for a GPT-5.6 prompt, wants an existing prompt optimized for GPT-5.6, or needs a prompt stack adapted from an older model.
Use when updating this codex-app Linux port from the latest upstream Codex Mac DMG, preserving local Linux patches, installing the refreshed desktop app, and publishing the tag-driven Linux release artifacts.
Use when the user wants an end-to-end premium visual design workflow for any type of website or web page created directly from images.
Create or update Codex hooks for global or project scope by asking for scope and hook type when ambiguous, then writing the hook config, scripts, and any required feature flag config.
Create and update Codex custom agents using standalone custom-agent TOML files.
Only to be triggered by explicit /parallel-task commands.