Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Cloudinary — manage images/videos, upload, transform, and search assets via REST API
Cloudinary — manage images/videos, upload, transform, and search assets via REST API
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Cloudinary — manage images/videos, upload, transform, and search assets via REST API
VariableRequiredDescriptionCLOUDINARY_API_KEY✅API keyCLOUDINARY_API_SECRET✅API secretCLOUDINARY_CLOUD_NAME✅Cloud name
# 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
CommandDescriptionresourcesList resourcesresource-getGet resourceuploadUpload assetdestroyDelete assetrenameRename assetsearchSearch assetstagsList tagsfoldersList root foldersfolder-createCreate folderfolder-deleteDelete foldertransformationsList transformationsusageGet usage statspresetsList upload presets
All commands output JSON by default. Add --human for readable formatted output. python3 {{baseDir}}/scripts/cloudinary.py <command> --human
ScriptDescription{{baseDir}}/scripts/cloudinary.pyMain CLI — all commands in one tool
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
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.