picsart
v0.1.0-ghast.1Generate and edit images, video, audio, and motion graphics through Picsart's official skills, CLI workflows, and hosted MCP servers.
By PicsartLicense: MIT0 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 25 skill or MCP entries
- Source updated
- Aug 30, 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 →
Get the plugin
git clone https://github.com/Trapezohe/ghast-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/picsart/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/agency-brand-scoping/SKILL.md├── skills/agency-client-handoff/SKILL.md├── skills/agency-multi-brand-pack/SKILL.md├── skills/agency-pitch-mockups/SKILL.md├── skills/dev-app-assets/SKILL.md├── skills/dev-avatar-service/SKILL.md├── skills/dev-screenshot-beautifier/SKILL.md├── skills/enterprise-brand-governor/SKILL.md├── skills/enterprise-pinned-registry/SKILL.md├── skills/enterprise-press-batch/SKILL.md├── skills/gen-ai-batch/SKILL.md├── skills/gen-ai-explainer/SKILL.md├── skills/gen-ai-local-files/SKILL.md├── skills/gen-ai-persona-creation/SKILL.md├── skills/gen-ai-use/SKILL.md├── skills/gen-ai-workflows/SKILL.md├── skills/marketer-ad-variant-factory/SKILL.md├── skills/marketer-localize-campaign/SKILL.md├── skills/multi-channel-bundle/SKILL.md├── skills/picsart-api/SKILL.md├── skills/product-photo-studio/SKILL.md├── skills/prosumer-headshot-studio/SKILL.md├── skills/text-to-visual/SKILL.md└── mcp.json
Included Skills23
Five brand direction variations for pitch discovery.
Export a white-label client deliverable as a zip.
Per-client asset templates scoped by workspace.
Client-branded pitch mockups: hero, tiles, slides.
Generate icons, empty states, onboarding for apps.
Deterministic default-avatar generator per user.
Polish raw screenshots into LP-ready heroes.
Gate every generation through a brand policy file.
Pin exact model versions for reproducible output.
Press photos into wire, web, print, social packs.
Batch generation, manifests, JSON output, and CI/CD integration with the Picsart gen-ai CLI or MCP server. AUTO-TRIGGER whenever the user asks to process many files or assets at once, run a manifest, render at scale, fan out variants, pipe output into jq / curl / next-build, wire generation into GitHub Actions / Vercel / Cloudflare Workers / cron, or automate content generation in CI.
Use when the user wants a short animated explainer video. Trigger phrases include "animated explainer", "make an explainer", "explainer video about X", "30-second video about Y", "90-second video explaining Z", "how X works as a video", "explain X in a short video".
Turn a local file into a URL for Picsart MCP tools.
Create AI influencer or branded character personas.
Generate AI images, videos, audio via Picsart gen-ai CLI.
End-to-end multi-step creative pipelines with the Picsart gen-ai CLI or MCP server. AUTO-TRIGGER whenever the user describes an outcome that needs more than one generation — blog-to-visuals, campaign kits, catalog re-shoots, OG image services, launch kits, headshot studio, localize a campaign, ad-variant factory, product mockups, press-batch, seasonal refresh, pitch mockups, or client handoffs. Pick the matching workflow instead of emitting a single generate call.
Fan out 50+ ad variants from one hero image.
Localize a campaign across N markets.
Ship a coordinated multi-format asset bundle for any push.
Generate and edit media via Picsart MCP API tools.
Transform product photos via Picsart gen-ai — six modes.
Selfie to four polished headshots for any use.
Generate matching visuals from text via Picsart gen-ai.
MCP servers2
- url
- https://mcp.picsart.io/v1
- url
- https://api.picsart.com/gen-ai/mcp
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "picsart",
"version": "0.1.0-ghast.1",
"description": "Generate and edit images, video, audio, and motion graphics through Picsart's official skills, CLI workflows, and hosted MCP servers.",
"author": {
"name": "Picsart",
"url": "https://picsart.com"
},
"homepage": "https://picsart.com",
"repository": "https://github.com/PicsArt/gen-ai-skills",
"license": "MIT",
"extensions": {
"ai.trapezohe.ghast": {
"category": "creativity",
"upstreamRevision": "b52ed0d07fa8f7e94b29f194ab3eea99bb95b650",
"upstreamPath": ".",
"icon": "./assets/icon.png",
"mcpServerExtensions": {
"picsart": {
"credentialHeaders": {
"X-Picsart-API-Key": "${PICSART_API_KEY}"
}
}
}
}
}
}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.
[picsart on Agent Plugins Marketplace](https://pluginsmp.com/plugins/picsart-2)