Назад към всички

cloudinary

// Cloudinary — manage images/videos, upload, transform, and search assets via REST API

$ git log --oneline --stat
stars:1,933
forks:367
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
namecloudinary
descriptionCloudinary — manage images/videos, upload, transform, and search assets via REST API
homepagehttps://www.agxntsix.ai
licenseMIT
compatibilityPython 3.10+ (stdlib only — no dependencies)
metadata[object Object]

☁️ Cloudinary

Cloudinary — manage images/videos, upload, transform, and search assets via REST API

Requirements

VariableRequiredDescription
CLOUDINARY_API_KEYAPI key
CLOUDINARY_API_SECRETAPI secret
CLOUDINARY_CLOUD_NAMECloud name

Quick Start

# List resources
python3 {{baseDir}}/scripts/cloudinary.py resources --prefix <value> --max_results <value>

# Get resource
python3 {{baseDir}}/scripts/cloudinary.py resource-get public_id <value>

# Upload asset
python3 {{baseDir}}/scripts/cloudinary.py upload --file <value> --folder <value> --public_id <value>

# Delete asset
python3 {{baseDir}}/scripts/cloudinary.py destroy --public_id <value>

# Rename asset
python3 {{baseDir}}/scripts/cloudinary.py rename --from_public_id <value> --to_public_id <value>

# Search assets
python3 {{baseDir}}/scripts/cloudinary.py search --expression <value> --max_results <value>

# List tags
python3 {{baseDir}}/scripts/cloudinary.py tags --prefix <value>

# List root folders
python3 {{baseDir}}/scripts/cloudinary.py folders

All Commands

CommandDescription
resourcesList resources
resource-getGet resource
uploadUpload asset
destroyDelete asset
renameRename asset
searchSearch assets
tagsList tags
foldersList root folders
folder-createCreate folder
folder-deleteDelete folder
transformationsList transformations
usageGet usage stats
presetsList upload presets

Output Format

All commands output JSON by default. Add --human for readable formatted output.

python3 {{baseDir}}/scripts/cloudinary.py <command> --human

Script Reference

ScriptDescription
{{baseDir}}/scripts/cloudinary.pyMain CLI — all commands in one tool

Credits

Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.

📅 Need help setting up OpenClaw for your business? Book a free consultation