用于构建、脚手架生成、重构并排查 ChatGPT Apps SDK 应用问题。
这是一个以文档与脚手架生成为主的开源提示型 Skill,材料未显示其自带密钥、远程外发或本机执行能力。结合 GitHub 开源且社区采用度高,整体风险较低,主要需注意其生成代码可能引导后续集成外部组件。
材料明确标注“无”密钥/环境变量,README 也未要求提供 API token 或账户凭证;未见直接凭证收集、存储或滥用路径。
系统检查项显示无远程端点,且该技能被判定为 prompt-only;文档虽提到可优先调用 OpenAI 文档技能/MCP 文档工具,但未表明该 skill 自身会将用户数据发送到未声明第三方端点。
从描述看其职责是规划、脚手架与代码生成建议,没有证据表明该 skill 自身会在本机启动进程、执行命令或调用高权限系统能力。
未声明文件系统、数据库、浏览器或其他本地资源读写权限;作为提示型技能,其可见数据范围主要限于用户提供的上下文,未见过度授权迹象。
来源为 GitHub 上的 OpenAI 开源仓库,系统标注 open-source,社区采用度高(约 22k stars),这些都是显著的降风险因素。虽许可证与维护状态未明确,但基于可审计源码与高可信来源,当前更接近低风险而非供应链红旗。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "chatgpt-apps" 技能: 1. 下载 https://raw.githubusercontent.com/openai/skills/main/skills/.curated/chatgpt-apps/SKILL.md 2. 保存为 ~/.claude/skills/chatgpt-apps/SKILL.md 3. 装好后重载技能,告诉我可以用了
Scaffold ChatGPT Apps SDK implementations with a docs-first, example-first workflow, then generate code that follows current Apps SDK and MCP Apps bridge patterns.
Use this skill to produce:
window.openai compatibility/extensions second)@modelcontextprotocol/ext-apps starter scaffold for low-dependency fallbacksUse $openai-docs first whenever building or changing a ChatGPT Apps SDK app.
$openai-docs (preferred) or call the OpenAI docs MCP server directly.apps-sdk/build/mcp-serverapps-sdk/build/chatgpt-uiapps-sdk/build/examplesapps-sdk/plan/toolsapps-sdk/referenceapps-sdk/quickstart when scaffolding a new app or generating a first-pass implementation, and check the official examples repo/page before inventing a scaffold from scratch.apps-sdk/deployapps-sdk/deploy/submissionapps-sdk/app-submission-guidelinesIf $openai-docs is unavailable, use:
mcp__openaiDeveloperDocs__search_openai_docsmcp__openaiDeveloperDocs__fetch_openai_docRead references/apps-sdk-docs-workflow.md for suggested doc queries and a compact checklist.
Read references/app-archetypes.md to classify the request into a small number of supported app shapes before choosing examples or scaffolds.
Read references/repo-contract-and-validation.md when generating or reviewing a repo so the output stays inside a stable “working app” contract.
Read references/search-fetch-standard.md when the app is connector-like, data-only, sync-oriented, or meant to work well with company knowledge or deep research.
Read references/upstream-example-workflow.md when starting a greenfield app or when deciding whether to adapt an upstream example or use the local fallback scaffold.
Read references/window-openai-patterns.md when the task needs ChatGPT-specific widget behavior or when translating repo examples that use wrapper-specific app.* helpers.
Use prompts that explicitly pair this skill with $openai-docs so the resulting scaffold is grounded in current docs.
Preferred prompt patterns:
Use $chatgpt-apps with $openai-docs to scaffold a ChatGPT app for <use case> with a <TS/Python> MCP server and <React/vanilla> widget.Use $chatgpt-apps with $openai-docs to adapt the closest official Apps SDK example into a ChatGPT app for <use case>.Use $chatgpt-apps and $openai-docs to refactor this Apps SDK demo into a production-ready structure with tool annotations, CSP, and URI versioning.Use $chatgpt-apps with $openai-docs to plan tools first, then generate the MCP server and widget code.When responding, ask for or infer these inputs before coding:
…
帮助用户截取桌面、窗口或指定区域的系统级屏幕截图。
一键串联暂存、提交、推送并用 GitHub CLI 创建拉取请求。
帮助你基于接口文档或脚本快速生成可组合的命令行工具
帮助你将应用与基础设施部署、发布并托管到 Cloudflare 平台。
将 Figma 设计组件与代码组件建立映射,便于设计与实现保持一致。
根据角色或品牌视觉生成、修复并打包可用于 Codex 的动画宠物素材。
帮助开发者快速搭建支持组件交互与偏好更新的 ChatGPT 应用 MCP 服务。
帮助开发者快速搭建兼容 OpenAI Apps SDK 的 MCP 服务示例
根据工具测试输出与视觉要求,生成可嵌入的 MCP App 小组件界面
用于演示在聊天中构建可交互 MCP 应用界面与下单流程。
帮助开发者为 ChatGPT 接入支持 OAuth 的 MCP 服务与 REST 接口。
帮助开发者快速构建面向大模型的 MCP 应用与智能体服务器。