Agent Plugins Marketplace
All plugins

picsart

v1.0.3

Generate videos, images, and audio

Codex

By PicsartLicense: MIT5.2k GitHub starsUpdated 4 weeks ago

Directory evidence

Runtimes
Codex
Parsed components
0 skill or MCP entries
Source updated
Aug 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 picsart for Codex

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

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/picsart/.

Plugin files

plugins/picsart/
└── .codex-plugin/plugin.json

Plugin manifests1

plugins/picsart/.codex-plugin/plugin.json
{
  "name": "picsart",
  "version": "1.0.3",
  "description": "Generate videos, images, and audio",
  "author": {
    "name": "Picsart",
    "url": "https://picsart.com"
  },
  "homepage": "https://picsart.com",
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "apps": "./.app.json",
  "interface": {
    "displayName": "Picsart",
    "shortDescription": "Generate videos, images, and audio",
    "longDescription": "Generate high-quality video, images, and audio from 140+ AI models - all with one Picsart account.\nTry prompts like this:\n\n@Picsart , create a cinematic 10-second video ad for our product launch\nTurn this product photo into a 6-second vertical video, @Picsart \n@Picsart  generate three photoreal hero images for a new launch\n@Picsart , create a 15-second instrumental music bed for a product demo",
    "developerName": "Picsart",
    "category": "Creativity",
    "capabilities": [],
    "websiteURL": "https://picsart.com",
    "defaultPrompt": [
      "Turn this product photo into a 10-second vertical video ad for Reels and TikTok.",
      "Generate a cinematic 15-second product teaser from a text prompt.",
      "Generate 5 on-brand product shots and pick the best aspect ratio for Instagram."
    ],
    "brandColor": "#C209C8",
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png",
    "screenshots": []
  }
}

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

[picsart on Agent Plugins Marketplace](https://pluginsmp.com/plugins/picsart)