Skills cloudinary
Cloudinary — manage images/videos, upload, transform, and search assets via REST API
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/aiwithabidi/cloudinary" ~/.claude/skills/openclaw-skills-cloudinary && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/aiwithabidi/cloudinary" ~/.openclaw/skills/openclaw-skills-cloudinary && rm -rf "$T"
manifest:
skills/aiwithabidi/cloudinary/SKILL.mdsource content
☁️ Cloudinary
Cloudinary — manage images/videos, upload, transform, and search assets via REST API
Requirements
| Variable | Required | Description |
|---|---|---|
| ✅ | API key |
| ✅ | API secret |
| ✅ | Cloud 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
| Command | Description |
|---|---|
| List resources |
| Get resource |
| Upload asset |
| Delete asset |
| Rename asset |
| Search assets |
| List tags |
| List root folders |
| Create folder |
| Delete folder |
| List transformations |
| Get usage stats |
| List 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
| Script | Description |
|---|---|
| Main 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