forked from openai/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
31 lines (31 loc) · 2.48 KB
/
Copy pathplugin.json
File metadata and controls
31 lines (31 loc) · 2.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "cloudinary",
"version": "1.0.0",
"description": "Manage, search, and transform your Cloudinary media library \u2014 directly from Codex.",
"author": {
"url": "https://cloudinary.com/",
"name": "Cloudinary"
},
"homepage": "https://cloudinary.com/",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "Cloudinary",
"shortDescription": "Manage, search, and transform your Cloudinary media library \u2014 directly from Codex.",
"longDescription": "Manage, search, and transform your Cloudinary media library \u2014 directly from Codex.\n\nThe Cloudinary app connects your Cloudinary account to Codex, giving you full control over your visual assets through natural language. Upload, organize, tag, transform, and analyze images or videos without leaving the chat. \n\nWhat You Can Do\n- Upload assets from URLs, local files, or base64 data \u2014 automatically analyze, tag, or moderate them.\n- Browse and search your entire media library using smart filters or text queries (tags, format, date, size, etc.).\n- Organize your library \u2014 create folders, rename files, manage metadata, and clean up obsolete assets.\n- Transform images or videos with Cloudinary\u2019s powerful syntax \u2014 resize, crop, watermark, apply filters, or optimize for delivery.\n- Generate archives and backups, or restore previous versions when needed.\n- Analyze assets with AI \u2014 detect faces, extract text, get color palettes, and accessibility scores.\n- Monitor usage \u2014 track storage, bandwidth, and transformation credits in real time.\n- Visual search \u2014 find visually similar images by uploading an example or describing it.\n\nPerfect For\n- Developers who want to experiment with Cloudinary API commands in natural language.\n- Marketers & designers managing campaign visuals and brand assets.\n- Teams automating content workflows with Codex or building multi-agent setups.\n\nTurn Codex into a powerful media management assistant with the Cloudinary app.",
"category": "Coding",
"capabilities": [],
"websiteURL": "https://cloudinary.com/",
"privacyPolicyURL": "https://cloudinary.com/privacy",
"termsOfServiceURL": "https://cloudinary.com/tou",
"defaultPrompt": [
"Upload this image and enable auto-tagging"
],
"screenshots": [],
"composerIcon": "./assets/app-icon.png",
"logo": "./assets/app-icon.png",
"developerName": "Cloudinary"
}
}