Claude Code 技能用于构建 ChatGPT 应用程序

1作者: victordg1 天前原帖
ChatGPT 应用程序 SDK 的学习曲线较陡,尤其是在 OAuth 方面,您是提供者,而 ChatGPT 是客户端(而不是反过来)。这可能会让您感到困惑。 <p>本技能教您如何正确构建 ChatGPT 应用程序:</p> <pre><code> - MCP 服务器设置(Node.js/Python) - 使用 PKCE 和动态客户端注册的 OAuth - 使用 window.openai API 开发小部件 - 20+ 常见问题及解决方案 </code></pre> 如何安装: <p>npx skills add https://github.com/vdel26/skills</p> <p>GitHub:</p> <p>https://github.com/vdel26/skills</p> <p>希望能收到关于在构建 ChatGPT / MCP 应用程序时遇到的遗漏问题的反馈。</p>
查看原文
The ChatGPT Apps SDK has a steep learning curve, specially OAuth, where you&#x27;re the provider and ChatGPT is the client (not the other way around). This can trip you up easily.<p>This skill teaches Claude Code how to build ChatGPT apps correctly:<p><pre><code> - MCP server setup (Node.js&#x2F;Python) - OAuth with PKCE and Dynamic Client Registration - Widget development with window.openai API - 20+ gotchas with fixes </code></pre> How to install it:<p>npx skills add https:&#x2F;&#x2F;github.com&#x2F;vdel26&#x2F;skills``<p>GitHub:<p>https:&#x2F;&#x2F;github.com&#x2F;vdel26&#x2F;skills<p>Would love feedback on missing gotchas people have hit while building ChatGPT &#x2F; MCP Apps.