Jam
Screen record with context — capture your screen alongside console logs, network requests, and device info, then share a Jam link that gives Codex everything it needs to reproduce and fix the bug.
Install
npx codex-marketplace add openai/plugins/plugins/jam --plugin Jam is an official OpenAI Codex plugin available through the Codex Marketplace. Install it with one command and Codex gains the ability to work with Jam directly from your coding session.
Install:
npx codex-marketplace add openai/plugins/plugins/jam --plugin
Then use it naturally: codex "Jam — describe what you want to do".
The plugin follows the official OpenAI plugin spec with a plugin.json manifest, SKILL.md files, and marketplace.json integration. The source lives in the openai/plugins GitHub repository (893 stars).
Features
Contextual screen recording
Record screen alongside console logs, network requests, and environment info automatically.
Jam link integration
Share a Jam link with Codex and it reads the full debugging context to reproduce the issue.
Bug report generation
Turn a Jam recording into a structured bug report with reproduction steps.
Common Use Cases
- Reporting bugs with full technical context
- Sharing reproduction scenarios with Codex for automated fixing
- Generating structured bug reports from screen recordings