← All plugins
jam
v1.0.2Screen record with context
Codex
by JamMIT5kupdated 3 weeks ago
Source
git clone https://github.com/openai/pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/jam/ inside the repository.
Layout
plugins/jam/
└── .codex-plugin/plugin.json
Manifests1
plugins/jam/.codex-plugin/plugin.json
{
"name": "jam",
"version": "1.0.2",
"description": "Screen record with context",
"author": {
"name": "Jam",
"url": "https://jam.dev"
},
"homepage": "https://jam.dev",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "Jam",
"developerName": "Jam",
"shortDescription": "Screen record with context",
"longDescription": "Screen record with context",
"category": "Productivity",
"capabilities": [],
"websiteURL": "https://jam.dev",
"privacyPolicyURL": "https://jam.dev/privacy",
"termsOfServiceURL": "https://jam.dev/terms-of-service",
"brandColor": "#7C3AED",
"defaultPrompt": [
"What does this bug report show"
],
"screenshots": [],
"composerIcon": "./assets/app-icon.png",
"logo": "./assets/app-icon.png"
}
}