Agent Plugins Marketplace
All plugins

uniac

v0.3.12

Deploy and run applications on Uniac, the cloud deployment platform — the uniac.yaml manifest, the uniac CLI, and the platform contract.

CodexAgent Plugins1 Skill

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

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add uniac@agent-plugin-marketplace

Paste 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-skills

Clone 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

uniac/
├── .codex-plugin/plugin.json
├── plugin.json
└── skills/uniac/SKILL.md

Included Skills1

uniacskills/uniac/SKILL.md

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

.codex-plugin/plugin.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"
  },
  "skills": "./skills/",
  "homepage": "https://uniac.ai",
  "repository": "https://github.com/uniac-ai/agent-skills",
  "license": "MIT",
  "keywords": [
    "uniac",
    "deployment",
    "cloud",
    "devops"
  ]
}
plugin.json
{
  "$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"
  ]
}

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)