Cmd. /plugins
product-scoped 플러그인을 탐색·설치·제거하고 marketplace 공급원을 통제하는 진입점. rust-v0.117.0에서 1급 워크플로우가 됨
핵심 요약
/plugins는 product-scoped 플러그인을 탐색·설치·제거하고 marketplace 공급원을 통제하는 진입점입니다.- v0.117.0에서 1급 워크플로우가 되어 startup sync와 명확한 auth/setup handling을 갖췄습니다.
codex marketplace add로 GitHub·git URL·로컬 디렉토리·marketplace.jsonURL을 source로 추가할 수 있습니다.- plugin details에서 bundled hooks를 볼 수 있으니, 설치 전 lifecycle hook 포함 여부를 보안 리뷰 대상으로 확인하세요.
- CI/감사 스크립트는 TUI가 아니라
codex plugin list --json같은 JSON 출력의 필드를 기준으로 작성합니다.
명령어 원본 선언
/plugins공식 설명 요약
/plugins는 Codex 세션 운영에서 product-scoped plugin을 탐색하고 설치/제거 흐름으로 진입하는 명령.
사용법
/plugins좋은 사용 예
- 새 머신에서 팀 표준 플러그인이 모두 동기화됐는지 확인
- 특정 업무용 plugin을 설치하거나 제거하기 전에 현재 상태와 인증 요구사항을 확인
비슷한 명령어 추천
| 명령어 | 차이점 | 언제 선택 |
|---|---|---|
| /plugins | 플러그인 inventory/설치 흐름 | plugin 단위로 기능 묶음을 관리할 때 |
| /apps | 앱 커넥터 탐색 | connector 사용 가능 여부만 보고 싶을 때 |
| /mcp | MCP 도구 목록 확인 | 실제 tool surface를 확인하고 싶을 때 |
활용 사례
- product-scoped plugin sync 상태 점검
- plugin 기반 Skills/MCP/App 묶음 온보딩
v0.117.0 변경사항
- 플러그인이 1급 워크플로우가 되어 startup sync와 clearer auth/setup handling을 갖춤
/plugins브라우저에서 plugin 탐색·설치·제거 흐름을 시작할 수 있음
v0.121.0~v0.125.0 변경사항
codex marketplace add가 GitHub, git URL, 로컬 디렉토리, 직접marketplace.jsonURL을 지원해 plugin source 관리 범위가 넓어짐- changelog 기준으로 plugin workflow는 tabbed browsing, inline enable/disable toggle, marketplace 제거, remote·cross-repo·local source까지 다루기 시작함
/plugins는 단순 설치 메뉴가 아니라 "어떤 marketplace/source를 조직이 허용할지"를 운영하는 진입점이 됨- 0.124.0에서는 remote plugin marketplace를 list/read 단위로 확인할 수 있어 공급원 점검 단계가 더 명확해짐
- 0.125.0에서는 app-server plugin management가 remote plugin 설치와 marketplace upgrade를 지원해
/plugins가 실질적인 공급망 관리 진입점으로 강화됨
v0.129.0~v0.130.0 변경사항
- workspace sharing, share access controls, source filtering, local share path tracking, marketplace removal/upgrades, remote bundle sync가 들어와
/plugins가 팀 배포/공유 통제 surface로 확장됨 - plugin details에서 bundled hooks를 볼 수 있어 plugin 설치 전 lifecycle hook 포함 여부를 확인하기 쉬워짐
- share link metadata와 discoverability controls가 추가되어, 공개/팀 내부 공유 범위를 더 명확히 다룰 수 있음
v0.131.0~v0.139.0 변경사항
- 0.131.0에서 plugin marketplace CLI commands, version-aware sharing, share checkout, clearer shared-workspace buckets가 추가됨
- 0.133.0에서 marketplace-aware list output, installed versions, visible marketplace roots, remote collection support가 보강됨
- 0.137.0에서
codex plugin list --json과 cached remote catalog suggestions가 추가되어 플러그인 인벤토리를 자동 점검하기 쉬워짐 - 0.138.0에서 plugin add/remove와 marketplace 명령이
--json출력을 지원하고, plugin detail data는 default prompts, remote MCP servers, unavailable app templates까지 노출함 - 0.138.0~0.139.0 기준
codex plugin list --available --json은 설치되지 않은 marketplace plugin까지 포함하고, JSON entry에는marketplaceSource가 붙을 수 있음 - 0.139.0 기준 marketplace 운영은
install/upgrade흐름과 함께 다루며, Git marketplace refresh 결과와 errors를 자동화 로그로 남겨야 함
v0.140.0~v0.142.0 변경사항
- 0.140.0에서 plugin organization UX가 개선되어 installed/discoverable/source 구분을 더 명확히 점검할 수 있음
- 0.142.0 기준 plugin inventory 점검은
/usage와 rollout token budget 점검과 함께 배치해야 함. plugin이 agent/multi-agent 실행량을 늘릴 수 있기 때문 - 마켓플레이스 source와 plugin enablement를 바꾼 뒤에는
/mcp,/apps,/debug-config로 실제 tool surface와 config layer를 다시 확인
주의사항
/plugins는 official changelog/release에서 먼저 보강되는 항목이 많으므로 slash commands 문서와 changelog를 함께 확인해야 함- plugin 설치 여부만으로 실제 tool 사용 가능성이 보장되지는 않으므로
/mcp,/apps,$mentions와 함께 확인하는 편이 안전함 - bundled hooks가 있는 plugin은 세션 lifecycle을 바꿀 수 있으므로 보안/플랫폼 리뷰 대상으로 취급
- CI/감사 스크립트는 사람이 보는
/pluginsTUI가 아니라codex plugin list --json과codex plugin marketplace list --json의 필드를 기준으로 작성
도입 시점 (릴리즈 기준)
- 판정: 추가 확인
- 최초 근거 버전:
rust-v0.117.0 - 시기(UTC): 2026-03-26
- 릴리즈 링크: https://github.com/openai/codex/releases/tag/rust-v0.117.0
출처
- Codex releases: https://github.com/openai/codex/releases/tag/rust-v0.117.0
- Codex changelog: https://developers.openai.com/codex/changelog