Official OpenAI plugin with OpenAPI schema for semantic search and retrieval-augmented generation (RAG) over personal or organizational documents.
Add this skill
npx mdskills install openai/chatgpt-retrieval-pluginDocumentation for an OpenAPI plugin, not actionable agent instructions or executable skill content
The official OpenAI retrieval plugin for ChatGPT. Provides an OpenAPI schema that enables semantic search over your documents.
The plugin exposes these endpoints:
POST /upsert — Add documentsPOST /query — Semantic searchDELETE /delete — Remove documentsgit clone https://github.com/openai/chatgpt-retrieval-plugin
pip install -r requirements.txt
# Configure your vector DB and API keys
python main.py
Install via CLI
npx mdskills install openai/chatgpt-retrieval-pluginChatGPT Retrieval Plugin is a free, open-source AI agent skill. Official OpenAI plugin with OpenAPI schema for semantic search and retrieval-augmented generation (RAG) over personal or organizational documents.
Install ChatGPT Retrieval Plugin with a single command:
npx mdskills install openai/chatgpt-retrieval-pluginThis downloads the skill files into your project and your AI agent picks them up automatically.
ChatGPT Retrieval Plugin works with Chatgpt, Codex. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.