Back to skills

chatgpt-apps

ai-tools

Scaffolds and refactors ChatGPT Apps SDK applications that combine an MCP server with a widget UI. Handles tool planning, MCP Apps bridge wiring, resource registration, CSP configuration, and local de

Setup & Installation

npx skills add https://github.com/openai/chatgpt-apps --skill chatgpt-apps
or paste the link and ask your coding assistant to install it
https://github.com/openai/chatgpt-apps
View on GitHub

What This Skill Does

Scaffolds and refactors ChatGPT Apps SDK applications that combine an MCP server with a widget UI. Handles tool planning, MCP Apps bridge wiring, resource registration, CSP configuration, and local dev setup. Follows a docs-first workflow, fetching current Apps SDK documentation before generating code. Instead of manually cross-referencing scattered Apps SDK docs and guessing at correct bridge patterns, this skill fetches current documentation first and maps your use case to a validated repo shape with accurate tool annotations and CSP settings.

When to use it

  • Working with chatgpt apps functionality
  • Implementing chatgpt apps features
  • Debugging chatgpt apps related issues