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

Velocity · 7d
+3.7
★ / day
Trend
→steady
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.