什麼是 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-sdk使用 OpenAI 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