Sub-skill of prompt-engineering: OpenAI Integration (+1).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill openai-integration --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Openai Integration?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-openai-integration-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: prompt-engineering-openai-integration
description: 'Sub-skill of prompt-engineering: OpenAI Integration (+1).'
version: 1.0.0
category: ai-prompting
type: reference
scripts_exempt: true
---
# OpenAI Integration (+1)
## OpenAI Integration
```python
import openai
def create_openai_caller(model: str = "gpt-4", temperature: float = 0.7):
"""Create OpenAI API caller."""
client = openai.OpenAI()
def call(prompt: str, system: str = None) -> str:
messages = []
if system:
*See sub-skills for full details.*
## Anthropic Integration
```python
import anthropic
def create_anthropic_caller(model: str = "claude-3-opus-20240229"):
"""Create Anthropic API caller."""
client = anthropic.Anthropic()
def call(prompt: str, system: str = None) -> str:
response = client.messages.create(
model=model,
*See sub-skills for full details.*
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!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.