Openai Docs
Official openai skill for OpenAI — helps with building AI and machine learning applications.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add openai-docs npx -- -y @trustedskills/openai-docs
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"openai-docs": {
"command": "npx",
"args": [
"-y",
"@trustedskills/openai-docs"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The openai-docs skill provides access to OpenAI's documentation, enabling AI agents to retrieve detailed information about APIs, models, and usage guidelines. It supports querying specific sections of the documentation for accurate and up-to-date guidance.
When to use it
- When an AI agent needs to understand how to use a particular OpenAI API endpoint.
- To fetch details on model parameters or capabilities for fine-tuning or deployment.
- When troubleshooting issues related to OpenAI's services by referencing official documentation.
Key capabilities
- Access to OpenAI’s full API and model documentation.
- Ability to search and retrieve specific documentation sections.
- Integration with AI agents for real-time information retrieval.
Example prompts
- "How do I use the ChatCompletion API?"
- "What are the parameters for the GPT-4 model?"
- "Where can I find information about rate limits in OpenAI's API?"
Tips & gotchas
- Ensure your agent has internet access to fetch documentation from OpenAI’s servers.
- Documentation may change over time, so always verify the latest version directly on OpenAI’s site if needed.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.