원클릭으로
toggle-plugin
Toggle Claude Code plugins enabled/disabled per project.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Toggle Claude Code plugins enabled/disabled per project.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Ask OpenAI Codex CLI for an autonomous second AI opinion. "ask codex", "codex と相談" などで起動。
Request GitHub Copilot review on a Pull Request. "PR レビュー依頼", "copilot review" などで起動。
Extract VTT transcript from a Zoom recording share page. "zoom transcript", "zoom 文字起こし" などで起動。
Download the video (MP4) from a Zoom recording share page. "zoom video download", "zoom 録画 ダウンロード", "zoom 動画 ダウンロード" などで起動。
Round-trip code review through difit. Use when the user mentions "difit", "diff review", "open the diff", "let me look at this", or "review this PR locally". Launch mode arg — "open" (default, no comments at launch), "explain" (AI annotates its own change), "review" (AI posts findings on human code).
Stop tool execution before exhausting your Claude usage — set a 5h/7d usage-% or per-session cost threshold.
SOC 직업 분류 기준
| name | toggle-plugin |
| description | Toggle Claude Code plugins enabled/disabled per project. |
| argument-hint | list | enable <plugin> | disable <plugin> [--local] |
| model_invocation | false |
| metadata | {"author":"pokutuna","compatibility":">=1.0.0"} |
| allowed-tools | ["Bash(${CLAUDE_PLUGIN_ROOT}/bin/toggle-plugin.sh *)"] |
Toggle Claude Code plugins enabled/disabled for the current project.
$ARGUMENTSParse $ARGUMENTS to determine the subcommand and run:
list (or no arguments): ${CLAUDE_PLUGIN_ROOT}/bin/toggle-plugin.sh listenable <id>: ${CLAUDE_PLUGIN_ROOT}/bin/toggle-plugin.sh enable <id>disable <id>: ${CLAUDE_PLUGIN_ROOT}/bin/toggle-plugin.sh disable <id>If --local is specified, prepend --local flag to write to .claude/settings.local.json instead.
<id> can be a full ID (runpod@pokutuna-plugins) or short name (runpod).
Report the result to the user.