chatgpt-app-sdk이란?
OpenAI Apps SDK 및 MCP를 사용하여 ChatGPT 앱을 구축할 때; 적절한 UX, UI, 상태 관리 및 서버 패턴을 사용하여 대화형, 구성 가능한 환경을 만듭니다. 출처: mintuz/claude-plugins.
OpenAI Apps SDK 및 MCP를 사용하여 ChatGPT 앱을 구축할 때; 적절한 UX, UI, 상태 관리 및 서버 패턴을 사용하여 대화형, 구성 가능한 환경을 만듭니다.
명령줄에서 chatgpt-app-sdk AI 스킬을 개발 환경에 빠르게 설치
출처: 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 |
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/mintuz/claude-plugins --skill chatgpt-app-sdkOpenAI Apps SDK 및 MCP를 사용하여 ChatGPT 앱을 구축할 때; 적절한 UX, UI, 상태 관리 및 서버 패턴을 사용하여 대화형, 구성 가능한 환경을 만듭니다. 출처: mintuz/claude-plugins.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/mintuz/claude-plugins --skill chatgpt-app-sdk 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/mintuz/claude-plugins