OpenAI GPT integration. Chat completions, image generation, embeddings, and fine-tuning via OpenAI API.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill gpt --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Gpt?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-gpt-claude-skill-registry)More formats (shields.io, HTML) on the badges page.
---
name: gpt
description: OpenAI GPT integration. Chat completions, image generation, embeddings, and fine-tuning via OpenAI API.
metadata: {"clawdbot":{"emoji":"🤖","always":true,"requires":{"bins":["curl","jq"]},"primaryEnv":"OPENAI_API_KEY"}}
---
# GPT 🤖
OpenAI GPT integration.
## Setup
```bash
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
```bash
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"}]}'
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...