gpt
SKILL.md
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"}]}'
Weekly Installs
10
Repository
openclaw/skillsGitHub Stars
3.7K
First Seen
Jan 31, 2026
Security Audits
Installed on
opencode8
openclaw7
codex7
gemini-cli6
github-copilot6
kimi-cli6