{
  "schemaVersion": "1.0",
  "item": {
    "slug": "cloudinary",
    "name": "Cloudinary",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/aiwithabidi/cloudinary",
    "canonicalUrl": "https://clawhub.ai/aiwithabidi/cloudinary",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/cloudinary",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cloudinary",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/cloudinary.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "cloudinary",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T21:29:23.289Z",
      "expiresAt": "2026-05-08T21:29:23.289Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cloudinary",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cloudinary",
        "contentDisposition": "attachment; filename=\"cloudinary-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "cloudinary"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/cloudinary"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/cloudinary",
    "agentPageUrl": "https://openagent3.xyz/skills/cloudinary/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cloudinary/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cloudinary/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "☁️ Cloudinary",
        "body": "Cloudinary — manage images/videos, upload, transform, and search assets via REST API"
      },
      {
        "title": "Requirements",
        "body": "VariableRequiredDescriptionCLOUDINARY_API_KEY✅API keyCLOUDINARY_API_SECRET✅API secretCLOUDINARY_CLOUD_NAME✅Cloud name"
      },
      {
        "title": "Quick Start",
        "body": "# List resources\npython3 {{baseDir}}/scripts/cloudinary.py resources --prefix <value> --max_results <value>\n\n# Get resource\npython3 {{baseDir}}/scripts/cloudinary.py resource-get public_id <value>\n\n# Upload asset\npython3 {{baseDir}}/scripts/cloudinary.py upload --file <value> --folder <value> --public_id <value>\n\n# Delete asset\npython3 {{baseDir}}/scripts/cloudinary.py destroy --public_id <value>\n\n# Rename asset\npython3 {{baseDir}}/scripts/cloudinary.py rename --from_public_id <value> --to_public_id <value>\n\n# Search assets\npython3 {{baseDir}}/scripts/cloudinary.py search --expression <value> --max_results <value>\n\n# List tags\npython3 {{baseDir}}/scripts/cloudinary.py tags --prefix <value>\n\n# List root folders\npython3 {{baseDir}}/scripts/cloudinary.py folders"
      },
      {
        "title": "All Commands",
        "body": "CommandDescriptionresourcesList resourcesresource-getGet resourceuploadUpload assetdestroyDelete assetrenameRename assetsearchSearch assetstagsList tagsfoldersList root foldersfolder-createCreate folderfolder-deleteDelete foldertransformationsList transformationsusageGet usage statspresetsList upload presets"
      },
      {
        "title": "Output Format",
        "body": "All commands output JSON by default. Add --human for readable formatted output.\n\npython3 {{baseDir}}/scripts/cloudinary.py <command> --human"
      },
      {
        "title": "Script Reference",
        "body": "ScriptDescription{{baseDir}}/scripts/cloudinary.pyMain CLI — all commands in one tool"
      },
      {
        "title": "Credits",
        "body": "Built by M. Abidi | agxntsix.ai\nYouTube | GitHub\nPart of the AgxntSix Skill Suite for OpenClaw agents.\n\n📅 Need help setting up OpenClaw for your business? Book a free consultation"
      }
    ],
    "body": "☁️ Cloudinary\n\nCloudinary — manage images/videos, upload, transform, and search assets via REST API\n\nRequirements\nVariable\tRequired\tDescription\nCLOUDINARY_API_KEY\t✅\tAPI key\nCLOUDINARY_API_SECRET\t✅\tAPI secret\nCLOUDINARY_CLOUD_NAME\t✅\tCloud name\nQuick Start\n# List resources\npython3 {{baseDir}}/scripts/cloudinary.py resources --prefix <value> --max_results <value>\n\n# Get resource\npython3 {{baseDir}}/scripts/cloudinary.py resource-get public_id <value>\n\n# Upload asset\npython3 {{baseDir}}/scripts/cloudinary.py upload --file <value> --folder <value> --public_id <value>\n\n# Delete asset\npython3 {{baseDir}}/scripts/cloudinary.py destroy --public_id <value>\n\n# Rename asset\npython3 {{baseDir}}/scripts/cloudinary.py rename --from_public_id <value> --to_public_id <value>\n\n# Search assets\npython3 {{baseDir}}/scripts/cloudinary.py search --expression <value> --max_results <value>\n\n# List tags\npython3 {{baseDir}}/scripts/cloudinary.py tags --prefix <value>\n\n# List root folders\npython3 {{baseDir}}/scripts/cloudinary.py folders\n\nAll Commands\nCommand\tDescription\nresources\tList resources\nresource-get\tGet resource\nupload\tUpload asset\ndestroy\tDelete asset\nrename\tRename asset\nsearch\tSearch assets\ntags\tList tags\nfolders\tList root folders\nfolder-create\tCreate folder\nfolder-delete\tDelete folder\ntransformations\tList transformations\nusage\tGet usage stats\npresets\tList upload presets\nOutput Format\n\nAll commands output JSON by default. Add --human for readable formatted output.\n\npython3 {{baseDir}}/scripts/cloudinary.py <command> --human\n\nScript Reference\nScript\tDescription\n{{baseDir}}/scripts/cloudinary.py\tMain CLI — all commands in one tool\nCredits\n\nBuilt by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.\n\n📅 Need help setting up OpenClaw for your business? Book a free consultation"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/aiwithabidi/cloudinary",
    "publisherUrl": "https://clawhub.ai/aiwithabidi/cloudinary",
    "owner": "aiwithabidi",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/cloudinary",
    "downloadUrl": "https://openagent3.xyz/downloads/cloudinary",
    "agentUrl": "https://openagent3.xyz/skills/cloudinary/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cloudinary/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cloudinary/agent.md"
  }
}