codex-toys/plugins/codex-flows-remote-control/.codex-plugin/plugin.json

43 lines
1.6 KiB
JSON

{
"name": "codex-flows-remote-control",
"version": "0.133.4",
"description": "Operate remote Codex workspaces from a local Codex App over SSH.",
"author": {
"name": "Peezy",
"email": "support@peezy.tech",
"url": "https://peezy.tech/"
},
"homepage": "https://github.com/peezy-tech/codex-flows",
"repository": "https://github.com/peezy-tech/codex-flows",
"license": "MIT",
"keywords": [
"codex",
"remote-control",
"workspace-backend",
"tailscale",
"ssh"
],
"skills": "./skills/",
"interface": {
"displayName": "codex-flows remote control",
"shortDescription": "Use local Codex App remote connections for SSH-backed codex-flows.",
"longDescription": "codex-flows remote control installs hookless operator skills for a local Codex App to discover managed remote connections, run SSH-backed codex-flows commands against remote workspaces through the remote-agent provider, inspect Codex remote-control status, and start turns in remote workspaces.",
"developerName": "Peezy",
"category": "Coding",
"capabilities": [
"Read",
"Write",
"Interactive"
],
"websiteURL": "https://github.com/peezy-tech/codex-flows",
"privacyPolicyURL": "https://peezy.tech/privacy",
"termsOfServiceURL": "https://peezy.tech/terms",
"defaultPrompt": [
"Discover my Codex App remote connections and run codex-flows over SSH.",
"Check whether my remote codex-flows agent is reachable.",
"Start a Codex turn in the remote workspace.",
"Build a local Vite dashboard for a remote workspace over SSH."
],
"brandColor": "#0F766E"
}
}