openai-gpt-converter
Installation
SKILL.md
OpenAI GPT Converter
Convert Agent Skills into Custom GPTs with awareness of platform constraints and optimal adaptation strategies.
Platform Constraints Summary
| Aspect | Claude Skills | Custom GPTs |
|---|---|---|
| Instructions | Unlimited (SKILL.md) | 8,000 characters |
| Knowledge Files | Unlimited | 20 files max |
| File Size | Varies by context | 512 MB per file |
| File Structure | Hierarchical | Flat |
| Executable Scripts | Yes (Python, Bash) | No (Code Interpreter only) |
| API Integration | Via scripts | Yes (Actions) |
For detailed constraints and workarounds, see references/gpt-constraints.md.