Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →OpenAI GPT integration. Chat completions, image generation, embeddings, and fine-tuning via OpenAI API.
.claude/skills/sundial-org-gpt/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -52% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 169% | 0% |
| case-18 | ✗→✓ | ▲ Improved | 33% | 0% |
| case-03 | ✓→✓ | = Same ✓ | 9% | 0% |
| case-04 | ✓→✓ | = Same ✓ | -38% | 0% |
OpenAI GPT integration.
bashexport OPENAI_API_KEY="sk-..."
"Ask GPT: Explain quantum computing"
"Generate image of a sunset"
"Create embeddings for this text"bashcurl -s https://api.openai.com/v1/chat/completions \ -H "Authorization: Bearer $OPENAI_API_KEY" \ -H "Content-Type: application/json" \ -d '{"model":"gpt-4o","messages":[{"role":"user","content":"Hello"}]}'
Other measured skills in the registry, with their headline benchmark lift.