CtrlK
BlogDocsLog inGet started
Tessl Logo

gpt

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

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./public/skills/0xterrybit/gpt/SKILL.md
SKILL.md
Quality
Evals
Security

GPT 🤖

OpenAI GPT integration.

Setup

export OPENAI_API_KEY="sk-..."

Features

  • Chat completions (GPT-4, GPT-4o)
  • Image generation (DALL-E)
  • Text embeddings
  • Fine-tuning
  • Assistants API

Usage Examples

"Ask GPT: Explain quantum computing"
"Generate image of a sunset"
"Create embeddings for this text"

API Reference

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"}]}'
Repository
Demerzels-lab/elsamultiskillagent
Last updated
Created

Is this your skill?

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.