Chatgpt Plugin Starter Nextjs
Description
Starter app for building ChatGPT plugins on NextJS 13 app router
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
ChatGPT Plugin Starter TypeScript NextJS
In the world of AI development, there are plenty of Python examples but far fewer in Typescript/Javascript.
This is a clone of the [OpenAI plugins quickstart](https://github.com/openai/plugins-quickstart) using NextJS and TypeScript. It uses the new Next 13 app routes, which are still "beta" so use at your own risk!
ChatGPT Plugins
ChatGPT Plugins are an alpha feature of ChapGPT and you need to join the [waitlist](https://openai.com/waitlist/plugins) to get access. Once granted access you'll get an email from OpenAI and the plugins interface will be available to you in ChatGPT. While not ideal, you can however begin developing plugins (which are simply API routes) without access.
OpenAI plugins connect ChatGPT to third-party applications. These plugins enable ChatGPT to interact with APIs, enhancing ChatGPT's capabilities and allowing it to perform a wide range of actions. Developing ChatGPT plugins involves building an API accompanied by a standardized manifest file and an OpenAPI specification. These define the plugin's functionality, allowing ChatGPT to make calls to you API routes. ChatGPT plugin APIs follow the OpenAPI specification (OpenAPI, aka Swagger, not OpenAI!), which allows ChatGPT to automatically generate a UI for the plugin. This UI is used to configure the plugin and to display the plugin's output. For more information on ChatGPT plugins, see the [documentation](https://platform.openai.com/docs/plugins/introduction).
Getting started
Like the OpenAI Python starter, this is a simple ToDo app, meant to jumpstart your own efforts building a nextJS based API. To get started:
1. Clone (or fork) the repo and install dependencies
gh repo clone gannonh/chatgpt-plugin-starter-nextjs
cd chatgpt-plugin-starter-nextjs
npm install
2. Build and run the API
npm run build
npm run start
⚠️ In dev mode (`npm run dev`) I had issues with memory/state persistence, so I recommend
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11