Agent Plugins Marketplace
← All plugins

ulazai-media

v0.2.0

Create private AI images with a linked UlazAI account: compare models, prepare a prompt and generate hero images, thumbnails and assets for your project.

CodexClaude Code1 Skill1 MCP serverStreamable HTTP

By SamautomationLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 26, 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 ulazai-media for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add ulazai-media@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/ulazai/agent-plugin

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

ulazai-media/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/ulazai-images/SKILL.md
└── .mcp.json

Included Skills1

ulazai-imagesskills/ulazai-images/SKILL.md

Maak met UlazAI private AI-afbeeldingen (hero's, thumbnails, mockups, assets) voor een project. Gebruik deze skill wanneer iemand een afbeelding wil laten genereren of modellen wil vergelijken.

MCP servers1

ulazaiStreamable HTTP
url
https://mcp.ulazai.com/mcp

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "ulazai-media",
  "version": "0.2.0",
  "description": "Create private AI images with a linked UlazAI account: compare models, prepare a prompt and generate hero images, thumbnails and assets for your project.",
  "author": {
    "name": "Samautomation",
    "email": "[email protected]",
    "url": "https://ulazai.com"
  },
  "homepage": "https://ulazai.com",
  "repository": "https://github.com/ulazai/agent-plugin",
  "license": "MIT",
  "keywords": [
    "ulazai",
    "ulazai images",
    "ai image generation",
    "hero image",
    "media generation"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "UlazAI Media",
    "shortDescription": "Create private AI images",
    "longDescription": "Choose a supported model and create private 1K image files from a linked UlazAI account: hero images, thumbnails, mockups and other assets, straight into your project.",
    "developerName": "Samautomation",
    "category": "Creativity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://ulazai.com",
    "privacyPolicyURL": "https://ulazai.com/privacy/",
    "termsOfServiceURL": "https://ulazai.com/terms/",
    "defaultPrompt": [
      "Use UlazAI to create a hero image for this project.",
      "Use UlazAI to compare supported image models for my prompt.",
      "Use UlazAI to create a private 1K image and save it in public/images."
    ],
    "brandColor": "#CC2E7D",
    "logo": "./assets/logo.png",
    "composerIcon": "./assets/composer-icon.png"
  },
  "apps": "./.app.json"
}
.claude-plugin/plugin.json
{
  "name": "ulazai-media",
  "version": "0.2.0",
  "description": "Create private AI images with a linked UlazAI account: compare models, prepare a prompt and generate hero images, thumbnails and assets for your project.",
  "author": {
    "name": "Samautomation",
    "email": "[email protected]",
    "url": "https://ulazai.com"
  },
  "homepage": "https://ulazai.com",
  "repository": "https://github.com/ulazai/agent-plugin",
  "license": "MIT",
  "keywords": [
    "ulazai",
    "ulazai images",
    "ai image generation",
    "hero image",
    "media generation"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[ulazai-media on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ulazai-media)