{ "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "codex-remote-ssh", "description": "Safely configure and verify a Terminalbox SSH host for the official Codex app.", "version": "0.4.0", "author": { "name": "Terminalbox", "email": "hello@terminalbox.ai" }, "homepage": "https://terminalbox.ai/codex-hosting?source=codex_plugin_directory", "repository": "https://github.com/Anchras/terminalbox-tools", "license": "MIT", "keywords": [ "codex", "remote-ssh", "remote-development", "persistent-workspace", "terminalbox" ], "extensions": { "com.github.awesome-copilot": { "skills": [ "./skills/configure-codex-remote-ssh/" ] } } }