omgskills Get the Mac app
Skill

examples-auto-run

@openai 28k stars Updated 2026-07-24 Author match: High

Run python examples in auto mode with logging, rerun helpers, and background control.

agentsaiframeworkharnessllmopenaipython

Install

Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.

Install command
git clone https://github.com/openai/openai-agents-python /tmp/openai-agents-python && ln -s /tmp/openai-agents-python/.agents/skills/examples-auto-run ~/.claude/skills/examples-auto-run

View on GitHub

From README

examples-auto-run What it does Runs uv run examples/runexamples.py with: Optional dependency extras enabled by default: litellm, any-llm, sqlalchemy, redis, blaxel, modal, runloop, and temporal. EXAMPLESINTERACTIVEMODE=auto (auto-input/auto-approve). Per-example logs under .tmp/examples-start-logs/. Main summary log path passed via --main-log (also under .tmp/examples-start-logs/). Generates a rerun list of failures at .tmp/examples-rerun.txt when --write-rerun is set. Provides start/stop/status/logs/tail/collect/rerun helpers via run.sh. Background option keeps the process running with a pidfile; stop cleans it up. Codex execution environment When Codex invokes start or rerun, run the command outside the Codex sandbox by default (sandboxpermissions=requireescalated).

More from this repo