← All plugins
domotz-preview
v1.0.3Monitor and manage your network infrastructure through natural language.
Codex
by DomotzMIT5kupdated 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/domotz-preview/ inside the repository.
Layout
plugins/domotz-preview/
└── .codex-plugin/plugin.json
Manifests1
plugins/domotz-preview/.codex-plugin/plugin.json
{
"name": "domotz-preview",
"version": "1.0.3",
"description": "Monitor and manage your network infrastructure through natural language.",
"author": {
"name": "Domotz",
"url": "https://www.domotz.com"
},
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "Domotz (Preview)",
"shortDescription": "Monitor and manage your network infrastructure through natural language.",
"longDescription": "Monitor and manage your network infrastructure through natural language. Query devices, check alerts, inspect metrics, manage configurations, and control power across all your sites. Requires a Domotz account enabled to the MCP Preview program.",
"developerName": "Domotz",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": [
"Summarize the current network state in Domotz"
],
"screenshots": [],
"websiteURL": "https://www.domotz.com",
"privacyPolicyURL": "https://www.domotz.com/product-privacy-policy.php",
"termsOfServiceURL": "https://www.domotz.com/terms-and-conditions.php",
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png"
},
"homepage": "https://www.domotz.com"
}