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.
WHEN building ChatGPT apps using the OpenAI Apps SDK and MCP; create conversational, composable experiences with proper UX, UI, state management, and server patterns.
Quickly install chatgpt-app-sdk AI skill to your development environment via command line
Source: mintuz/claude-plugins.
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 |
Stable fields and commands for AI/search citations.
npx skills add https://github.com/mintuz/claude-plugins --skill chatgpt-app-sdkWHEN 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.
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
https://github.com/mintuz/claude-plugins