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
This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.
Use the source page and any available docs to guide the install because the item currently does not return a direct package file.
I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.
I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.
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.