·chatgpt-app-sdk
</>

chatgpt-app-sdk

WHEN building ChatGPT apps using the OpenAI Apps SDK and MCP; create conversational, composable experiences with proper UX, UI, state management, and server patterns.

7Installs·0Trend·@mintuz

Installation

$npx skills add https://github.com/mintuz/claude-plugins --skill chatgpt-app-sdk

How to Install chatgpt-app-sdk

Quickly install chatgpt-app-sdk AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/mintuz/claude-plugins --skill chatgpt-app-sdk
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: mintuz/claude-plugins.

SKILL.md

View raw

Build ChatGPT apps using the OpenAI Apps SDK, Model Context Protocol (MCP), and component-based UI patterns.

| Display modes, visual design, accessibility | ui-guidelines.md | | MCP architecture, tools, and server patterns | mcp-server.md | | React patterns and window.openai API | ui-components.md | | React hooks (useOpenAiGlobal, useWidgetState) | react-integration.md | | Three-tier state architecture and best practice | state-management.md |

| CORS blocking | Enable https://chatgpt.com origin on endpoints | | Widget 404s | Use ui://widget/ prefix format for widget resources | | Plain text display | Set MIME type to text/html+skybridge for widgets | | Tool not suggested | Use action-oriented descriptions in tool definitions | | Missing widget data | Pass initial data via meta.initialData field |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/mintuz/claude-plugins --skill chatgpt-app-sdk
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from mintuz/claude-plugins

Quick answers

What is chatgpt-app-sdk?

WHEN building ChatGPT apps using the OpenAI Apps SDK and MCP; create conversational, composable experiences with proper UX, UI, state management, and server patterns. Source: mintuz/claude-plugins.

How do I install chatgpt-app-sdk?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mintuz/claude-plugins --skill chatgpt-app-sdk Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/mintuz/claude-plugins