Creative & DesignIntermediate
chatgpt-apps
Build, scaffold, and troubleshoot ChatGPT Apps SDK apps with MCP se...
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/openai/skills --skill chatgpt-appsnpx skills add https://github.com/openai/skills --skill chatgpt-appsOr paste this URL into your assistant to install:
Overview
What This Skill Does
Build, scaffold, and troubleshoot ChatGPT Apps SDK apps with MCP server and widget UI
Application
When to use this Skill
- Integrating chatgpt apps into your development workflow.
- Following best practices for build, scaffold, and troubleshoot chatgpt apps sdk apps with mcp server and widget ui.
- Automating repetitive tasks with AI-assisted tooling.
- Building production-grade applications with proper standards.
- Debugging and troubleshooting common implementation issues.
Documentation
Show Skills.md file
ChatGPT Apps
Overview
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:
- A primary app-archetype classification and repo-shape decision
- A tool plan (names, schemas, annotations, outputs)
- An upstream starting-point recommendation (official example, ext-apps example, or local fallback scaffold)
- An MCP server scaffold (resource registration, tool handlers, metadata)
- A widget scaffold (MCP Apps bridge first,
window.openaicompatibility/extensions second) - A reusable Node +
@modelcontextprotocol/ext-appsstarter scaffold for low-dependency fallbacks - A validation report against the minimum working repo contract
- Local dev and connector setup steps
- A short stakeholder summary of what the app does (when requested)
Mandatory Docs-First Workflow
Use $openai-docs first whenever building or changing a ChatGPT Apps SDK app.
- Invoke
$openai-docs(preferred) or call the OpenAI docs MCP server directly. - Fetch current Apps SDK docs before writing code, especially (baseline pages):
apps-sdk/build/mcp-server
Lines 1 - 25 of 315
Recommendations
Explore other random skills
CreativeIntermediate
mongodb-schema-design
Design efficient document schemas with validation and indexing patterns
CreativeIntermediate
atlas-stream-processing
Build, operate, and debug Atlas Stream Processing pipelines with Kafka, S3, and Lambda integrations
TechnicalIntermediate
mongodb-natural-language-querying
Translate natural language into MongoDB queries and aggregation pipelines