openai/plugins-quickstart
Official OpenAI quickstart template for building ChatGPT plugins in Python.

Not currently ranked — collecting fresh signals.
star history
This repository provides a minimal starter template for creating ChatGPT plugins. Developers clone it, install dependencies, and run a local Python server that serves a TODO list API conforming to the ChatGPT plugin manifest schema. The plugin is then registered in ChatGPT to enable conversational task management via the plugin. The README notes plugins have been superseded by GPTs with Actions but this remains a valid reference implementation for AI extension development.
Frequently asked
- What is openai/plugins-quickstart?
- Official OpenAI quickstart template for building ChatGPT plugins in Python.
- Is plugins-quickstart open source?
- Yes — openai/plugins-quickstart is open source, released under the MIT license.
- What language is plugins-quickstart written in?
- openai/plugins-quickstart is primarily written in Python.
- How popular is plugins-quickstart?
- openai/plugins-quickstart has 4.2k stars on GitHub.
- Where can I find plugins-quickstart?
- openai/plugins-quickstart is on GitHub at https://github.com/openai/plugins-quickstart.