screenrig
v26.09.1Operate ScreenRig screens, media, playlists, and applications with the bundled CLI.
By ScreenRigLicense: Apache-2.00 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 7, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install screenrig for Codex and Claude Code
codex plugin marketplace add screenrig/plugin
codex plugin marketplace upgrade screenrig
codex plugin add screenrig@screenrigPaste and run these commands in a terminal with Codex. They add and refresh the screenrig catalog, then install this plugin.
Compatibility: the page URL and API slug “screenrig” remain stable.
- Codex:
screenrig@agent-plugin-marketplace→screenrig@screenrig
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/screenrig/pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/screenrig/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/screenrig/SKILL.md
Included Skills1
Operate screenRIG screens, applications, media, playlists, playback, events, feedback, comments, and application K/V with the bundled screenRIG CLI. Use when an agent needs to install the official screenRIG plugin, upload existing media, generate a presentable whole-page still, compose a slide-deck still, write playlists, or assign content to screens.
Plugin manifests2
{
"name": "screenrig",
"version": "26.09.1",
"description": "Operate ScreenRig screens, media, playlists, and applications with the bundled CLI.",
"author": {
"name": "ScreenRig"
},
"homepage": "https://screenrig.ai",
"repository": "https://github.com/screenrig/plugin",
"license": "Apache-2.0",
"keywords": [
"screenrig",
"digital-signage",
"kiosk",
"agent-cli"
],
"skills": "./skills/",
"interface": {
"displayName": "ScreenRig",
"shortDescription": "Operate ScreenRig with its bundled CLI",
"longDescription": "Install the official ScreenRig plugin and operate screens, media, playlists, and applications through a packaged noninteractive CLI.",
"defaultPrompt": "Use $screenrig to compose local stills, upload media, write playlists, and assign content to my screens with machine-readable output.",
"developerName": "ScreenRig",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://screenrig.ai",
"brandColor": "#111827"
}
}{
"name": "screenrig",
"version": "26.09.1",
"description": "Operate ScreenRig screens, media, playlists, and applications with the bundled CLI.",
"author": {
"name": "ScreenRig"
},
"homepage": "https://screenrig.ai",
"repository": "https://github.com/screenrig/plugin",
"license": "Apache-2.0",
"keywords": [
"screenrig",
"digital-signage",
"kiosk",
"agent-cli"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[screenrig on Agent Plugins Marketplace](https://pluginsmp.com/plugins/screenrig)