From joai-openai
Use the OpenAI JoAi app plugin when the task needs OpenAI tools or workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/joai-openai:use-openaiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Connect OpenAI to Claude, Codex, and ChatGPT through JoAi's hosted MCP app server.
Connect OpenAI to Claude, Codex, and ChatGPT through JoAi's hosted MCP app server.
Use the MCP tools exposed by this plugin instead of describing the workflow abstractly. Start by identifying the most relevant action, then call the MCP tool directly.
openai-add-followup (collect) — Create a followup run continuing from a previous OpenAI run.openai-cancel-task (collect) — Cancel a running OpenAI background task. Stop an in-progress job to save resources or correct instructions before it completes.openai-codex-add-followup (prompt) — Send a follow-up instruction through Codex exec mode.openai-codex-cancel-task (prompt) — Request cancellation through Codex exec mode.openai-codex-get-task-status (prompt) — Check task status by asking Codex for a one-line status update.openai-codex-launch-task (prompt) — Launch a task through Codex CLI non-interactive exec mode.openai-get-task-status (collect) — Check the progress of an OpenAI background task. See whether your job is queued, processing, or completed, and review the results when ready.openai-joai-plugin-install (prompt) — Connect Codex to your JoAi agent as a plugin. This gives Codex direct access to your agent's skills, knowledge, and automations so you can use them from within Codex.openai-launch-task (collect) — Launch a new background task powered by OpenAI. Send instructions to be processed asynchronously, ideal for long-running AI jobs like content generation, data analysis, or batch processing.npx claudepluginhub joaihq/claude-plugins --plugin joai-openaiCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.