From agentops
Fetches official OpenAI developer docs via MCP tools for API and product questions needing current citations.
npx claudepluginhub boshu2/agentops --plugin agentopsThis skill uses the workspace's default tool permissions.
Provide authoritative, current guidance from OpenAI developer docs using the developers.openai.com MCP server. Always prioritize the developer docs MCP tools over web.run for OpenAI-related questions. Only if the MCP server is installed and returns no meaningful results should you fall back to web search.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Provide authoritative, current guidance from OpenAI developer docs using the developers.openai.com MCP server. Always prioritize the developer docs MCP tools over web.run for OpenAI-related questions. Only if the MCP server is installed and returns no meaningful results should you fall back to web search.
mcp__openaiDeveloperDocs__search_openai_docs to find the most relevant doc pages.mcp__openaiDeveloperDocs__fetch_openai_doc to pull exact sections and quote/paraphrase accurately.mcp__openaiDeveloperDocs__list_openai_docs only when you need to browse or discover pages without a clear query.If MCP tools fail or no OpenAI docs resources are available:
In Codex:
codex mcp add openaiDeveloperDocs --url https://developers.openai.com/mcpIn Claude Code:
~/.claude/settings.json under "mcpServers":
{
"mcpServers": {
"openaiDeveloperDocs": {
"type": "url",
"url": "https://developers.openai.com/mcp"
}
}
}
In other agents: Ask the user to configure the MCP server per their agent's documentation.
anchor when possible).User says: "How do I use tool calls with the Responses API?"
What happens:
User says: "Does Codex support read-only review workflows?"
What happens:
| Problem | Cause | Solution |
|---|---|---|
| MCP docs search returns nothing | MCP server not installed | Install openaiDeveloperDocs MCP, restart Codex, retry search |
| Results are stale/unclear | Query too broad | Narrow query by product + feature, then fetch exact page section |
| Need citation-ready answer | Source not fetched | Fetch specific doc section before answering |
| Docs do not cover question | Gap in official docs | State gap explicitly and provide safe best-effort guidance |