OpenAI GPT integration. Chat completions, image generation, embeddings, and fine-tuning via OpenAI API.
65
Quality
60%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./public/skills/0xterrybit/gpt/SKILL.mdOpenAI GPT integration.
export OPENAI_API_KEY="sk-...""Ask GPT: Explain quantum computing"
"Generate image of a sunset"
"Create embeddings for this text"curl -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"}]}'45f9fac
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.