By kiemzbui
Routes Codex tasks via local MCP server with session-bound wake-up.
npx claudepluginhub kiemzbui/claude-codex-mcpCancel a running Codex job.
List available Codex execution profiles and modes.
Fetch a Codex job's final output. Defaults to full output, falls back to summary if too large.
Dispatch a Codex job explicitly. Bypasses NL routing inference.
Show Codex job status with context, usage, and metadata.
Claude is the portal. Codex is the worker. The MCP server is the durable control surface between them.
The authoritative wake path is session-bound, not channel-bound.
codex_start_task is the wake owner for that job.WakeSessionId on the job record and job index..codex-manager/current-session-id.txt. Earlier per-process session-binding attempts were unreliable and proved unworkable in practice..codex-manager/wake-signals/<wakeSessionId>/<jobId>.json..codex-manager/wake-signals/<wakeSessionId>/, consumes the file, emits a short status message, and exits 2 to rewake Claude in the same session.notifications/claude/channel events may still be emitted, but they are diagnostics only. They are not the authoritative wake path.S calls codex_start_task.WakeSessionId = S..codex-manager/wake-signals/S/<jobId>.json.S consumes that file and rewakes Claude session S.codex_status or codex_result for source-of-truth state.WakeSessionId was captured successfully.WakeSessionId is part of persisted job state.codex_status, codex_result, and codex_list_jobs remain the source-of-truth recovery tools.WakeSessionId was missing at task start, the Stop hook is not running, or the process crashes before the signal file is written.codex_status wait=true loops remain the fallback when needed.Persistent memory system for Claude Code - seamlessly preserve context across sessions
Admin access level
Server config contains admin-level keywords
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Qiushi Skill: methodology skills for AI agents guided by seeking truth from facts, with Claude Code, Cursor, OpenClaw, Codex, OpenCode, and Hermes guidance.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Intelligent prompt optimization using skill-based architecture. Enriches vague prompts with research-based clarifying questions before Claude Code executes them