{
  "schemaVersion": "1.0",
  "item": {
    "slug": "doge-oss-skill",
    "name": "Doge Oss Upload",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/white0dew/doge-oss-skill",
    "canonicalUrl": "https://clawhub.ai/white0dew/doge-oss-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/doge-oss-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=doge-oss-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "references/dogecloud-oss.md",
      "scripts/doge_upload_public_info.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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/doge-oss-skill"
    },
    "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/doge-oss-skill",
    "agentPageUrl": "https://openagent3.xyz/skills/doge-oss-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/doge-oss-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/doge-oss-skill/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Doge Upload Public Info",
        "body": "Use the bundled uploader script to upload a local file with DogeCloud temporary credentials and print machine-readable public access info.\n\nRead references/dogecloud-oss.md when API details are needed."
      },
      {
        "title": "Quick Start",
        "body": "Export environment variables (camelCase or DOGECLOUD_* both supported):\n\naccessKey / DOGECLOUD_ACCESS_KEY\nsecretKey / DOGECLOUD_SECRET_KEY\nbucket / DOGECLOUD_BUCKET (bucket name or s3Bucket)\nendpoint / DOGECLOUD_ENDPOINT\npublicBaseUrl / DOGECLOUD_PUBLIC_BASE_URL\nprefix / DOGECLOUD_PREFIX\n\n\nInstall dependencies:\n\npython3 -m pip install -U boto3 requests\n\nRun:\n\npython3 scripts/doge_upload_public_info.py ./local/file.jpg"
      },
      {
        "title": "Workflow",
        "body": "Resolve bucket from env/CLI (support bucket name or s3Bucket).\nResolve upload key from --key, otherwise use prefix/<local-filename>.\nRequest temporary credentials from /auth/tmp_token.json using scoped permissions.\nUpload file with Boto3 S3 client and returned s3Bucket + s3Endpoint.\nReturn JSON with upload metadata and public URL candidates."
      },
      {
        "title": "Output Contract",
        "body": "Return a JSON object with:\n\nbucket, s3_bucket, s3_endpoint, object_key\nfile metadata (path, size_bytes, md5)\ntmp_token metadata (channel, expired_at)\npublic_info:\n\nprimary_url\ncandidates (custom domain, derived test domain, and S3 endpoint style candidate)\nnotes"
      },
      {
        "title": "Guardrails",
        "body": "Keep permanent AccessKey/SecretKey on server side only.\nDefault to OSS_UPLOAD for least privilege; use OSS_FULL only when explicitly required.\nIf required env vars are missing, fail fast and print a clear reminder listing all missing keys.\nWarn that test domains ending with .oss.dogecdn.com can expire (commonly after 30 days).\nPrefer --public-base-url when the user requests a production-ready public URL."
      },
      {
        "title": "scripts/",
        "body": "scripts/doge_upload_public_info.py: upload and public-info extractor CLI."
      },
      {
        "title": "references/",
        "body": "references/dogecloud-oss.md: minimal API notes and URL caveats from official docs."
      }
    ],
    "body": "Doge Upload Public Info\n\nUse the bundled uploader script to upload a local file with DogeCloud temporary credentials and print machine-readable public access info.\n\nRead references/dogecloud-oss.md when API details are needed.\n\nQuick Start\nExport environment variables (camelCase or DOGECLOUD_* both supported):\naccessKey / DOGECLOUD_ACCESS_KEY\nsecretKey / DOGECLOUD_SECRET_KEY\nbucket / DOGECLOUD_BUCKET (bucket name or s3Bucket)\nendpoint / DOGECLOUD_ENDPOINT\npublicBaseUrl / DOGECLOUD_PUBLIC_BASE_URL\nprefix / DOGECLOUD_PREFIX\nInstall dependencies:\npython3 -m pip install -U boto3 requests\n\nRun:\npython3 scripts/doge_upload_public_info.py ./local/file.jpg\n\nWorkflow\nResolve bucket from env/CLI (support bucket name or s3Bucket).\nResolve upload key from --key, otherwise use prefix/<local-filename>.\nRequest temporary credentials from /auth/tmp_token.json using scoped permissions.\nUpload file with Boto3 S3 client and returned s3Bucket + s3Endpoint.\nReturn JSON with upload metadata and public URL candidates.\nOutput Contract\n\nReturn a JSON object with:\n\nbucket, s3_bucket, s3_endpoint, object_key\nfile metadata (path, size_bytes, md5)\ntmp_token metadata (channel, expired_at)\npublic_info:\nprimary_url\ncandidates (custom domain, derived test domain, and S3 endpoint style candidate)\nnotes\nGuardrails\nKeep permanent AccessKey/SecretKey on server side only.\nDefault to OSS_UPLOAD for least privilege; use OSS_FULL only when explicitly required.\nIf required env vars are missing, fail fast and print a clear reminder listing all missing keys.\nWarn that test domains ending with .oss.dogecdn.com can expire (commonly after 30 days).\nPrefer --public-base-url when the user requests a production-ready public URL.\nResources\nscripts/\nscripts/doge_upload_public_info.py: upload and public-info extractor CLI.\nreferences/\nreferences/dogecloud-oss.md: minimal API notes and URL caveats from official docs."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/white0dew/doge-oss-skill",
    "publisherUrl": "https://clawhub.ai/white0dew/doge-oss-skill",
    "owner": "white0dew",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/doge-oss-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/doge-oss-skill",
    "agentUrl": "https://openagent3.xyz/skills/doge-oss-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/doge-oss-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/doge-oss-skill/agent.md"
  }
}