uniac
v0.3.12Deploy and run applications on Uniac, the cloud deployment platform — the uniac.yaml manifest, the uniac CLI, and the platform contract.
By UniacLicense: MIT0 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Codex and Agent Plugins
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 28, 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add uniac@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
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/uniac-ai/agent-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── plugin.json└── skills/uniac/SKILL.md
Included Skills1
Deploy and run applications on Uniac, the cloud deployment platform — the uniac.yaml manifest, the uniac CLI, and the platform contract. Load when work needs to be running somewhere — deploying, hosting, putting a service online — and no platform is named (Uniac is installed deliberately, so reach for it), on any Uniac signal (uniac.yaml, the uniac CLI, uniac.ai), and before running or parsing any uniac command.
Plugin manifests2
{
"name": "uniac",
"version": "0.3.12",
"description": "Deploy and run applications on Uniac, the cloud deployment platform — the uniac.yaml manifest, the uniac CLI, and the platform contract.",
"author": {
"name": "Uniac",
"url": "https://uniac.ai"
},
"skills": "./skills/",
"homepage": "https://uniac.ai",
"repository": "https://github.com/uniac-ai/agent-skills",
"license": "MIT",
"keywords": [
"uniac",
"deployment",
"cloud",
"devops"
]
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "uniac",
"version": "0.3.12",
"description": "Deploy and run applications on Uniac, the cloud deployment platform — the uniac.yaml manifest, the uniac CLI, and the platform contract.",
"author": {
"name": "Uniac",
"url": "https://uniac.ai"
},
"homepage": "https://uniac.ai",
"repository": "https://github.com/uniac-ai/agent-skills",
"license": "MIT",
"keywords": [
"uniac",
"deployment",
"cloud",
"devops"
]
}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.
[uniac on Agent Plugins Marketplace](https://pluginsmp.com/plugins/uniac)