{
  "schemaVersion": "1.0",
  "item": {
    "slug": "docker-skill",
    "name": "Docker Skill",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/RuneweaverStudios/docker-skill",
    "canonicalUrl": "https://clawhub.ai/RuneweaverStudios/docker-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/docker-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=docker-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "reference.md",
      "SKILL.md"
    ],
    "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": "docker-skill",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T17:08:48.227Z",
      "expiresAt": "2026-05-06T17:08:48.227Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=docker-skill",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=docker-skill",
        "contentDisposition": "attachment; filename=\"docker-skill-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "docker-skill"
      },
      "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/docker-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/docker-skill",
    "agentPageUrl": "https://openagent3.xyz/skills/docker-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/docker-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/docker-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. 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": "Docker — Install and Use Containers",
        "body": "Enables OpenClaw (and Cursor) to install Docker and use it reliably. Base all guidance on official Docker docs; when in doubt, fetch from canonical URLs below."
      },
      {
        "title": "When to Apply",
        "body": "User wants to install Docker (macOS, Linux, Windows)\nUser asks about containers, images, Dockerfile, docker compose\nBuilding, running, or debugging Docker commands or workflows\nUser asks for \"latest Docker docs\" or \"how do I use Docker\""
      },
      {
        "title": "Canonical Documentation URLs",
        "body": "PurposeURLGet started / overviewhttps://docs.docker.com/get-started/overview/Get Docker (install)https://docs.docker.com/get-started/get-docker/Develop with containershttps://docs.docker.com/get-started/introduction/develop-with-containers/Guideshttps://docs.docker.com/guides/Manuals (install, config, use)https://docs.docker.com/manuals/Reference (CLI, Dockerfile, API)https://docs.docker.com/reference/Engine install (Linux)https://docs.docker.com/engine/install/Docker Desktop Machttps://docs.docker.com/desktop/install/mac-install/Docker CLI referencehttps://docs.docker.com/reference/cli/docker/Dockerfile referencehttps://docs.docker.com/reference/dockerfile/\n\nRule: For install steps, CLI syntax, or Dockerfile instructions, fetch the relevant doc URL and use that content. Do not rely on training data for version-specific install or command details."
      },
      {
        "title": "macOS",
        "body": "Recommended: Docker Desktop\n\nDownload from official docs: Install Docker Desktop on Mac.\n\nApple Silicon: https://desktop.docker.com/mac/main/arm64/Docker.dmg\nIntel: https://desktop.docker.com/mac/main/amd64/Docker.dmg\n\n\nOpen Docker.dmg, drag Docker to Applications, then open Docker.app and accept terms.\nCLI install (optional): After downloading the DMG:\nsudo hdiutil attach Docker.dmg\nsudo /Volumes/Docker/Docker.app/Contents/MacOS/install\nsudo hdiutil detach /Volumes/Docker\n\n\nVerify: docker run hello-world\n\nOpenClaw / automation: If docker is missing and the user is on macOS, suggest installing via Homebrew: brew install --cask docker, then starting Docker Desktop so the daemon is running."
      },
      {
        "title": "Linux (Ubuntu example)",
        "body": "Prefer Docker Engine from apt (see Install Docker Engine on Ubuntu).\nRemove conflicting packages first:\nsudo apt remove $(dpkg --get-selections docker.io docker-compose docker-compose-v2 docker-doc podman-docker containerd runc 2>/dev/null | cut -f1)\n\n\nAdd Docker’s apt repo, then:\nsudo apt update\nsudo apt install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin\nsudo systemctl start docker\nsudo docker run hello-world\n\n\nOptional (run without sudo): Linux postinstall — add user to docker group.\n\nConvenience script (dev/test only): curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh. Not recommended for production."
      },
      {
        "title": "Windows",
        "body": "Use Get Docker and follow Docker Desktop for Windows (WSL2 backend recommended)."
      },
      {
        "title": "Core Workflow: Build and Run",
        "body": "Dockerfile in app directory (see reference.md or Dockerfile reference).\nBuild image: docker build -t <name> .\nRun container: docker run -d -p HOST_PORT:CONTAINER_PORT <name> (e.g. -p 127.0.0.1:3000:3000).\nList containers: docker ps (running), docker ps -a (all).\nStop/remove: docker stop <container>, docker rm <container>.\n\nExample from official getting-started:\n\ndocker build -t getting-started .\ndocker run -d -p 127.0.0.1:3000:3000 getting-started\n# Open http://localhost:3000"
      },
      {
        "title": "Daemon Must Be Running",
        "body": "Docker Desktop (Mac/Windows): Ensure Docker Desktop app is running; docker CLI talks to its daemon.\nLinux: sudo systemctl start docker (and enable if needed).\nIf the user sees \"Cannot connect to the Docker daemon\", direct them to start Docker Desktop or the engine service and try again."
      },
      {
        "title": "Quick Reference",
        "body": "Images: docker pull <image>, docker images, docker rmi <image>\nContainers: docker run, docker ps, docker stop, docker rm, docker logs <container>\nCompose: docker compose up -d, docker compose down — use compose.yaml in project root (see Compose file reference).\nCleanup: docker system prune -a (removes unused images/containers/networks; use with care)."
      },
      {
        "title": "Additional Resources",
        "body": "For detailed CLI and Dockerfile syntax, see reference.md.\nFor full specs, fetch from the official reference and guides."
      }
    ],
    "body": "Docker — Install and Use Containers\n\nEnables OpenClaw (and Cursor) to install Docker and use it reliably. Base all guidance on official Docker docs; when in doubt, fetch from canonical URLs below.\n\nWhen to Apply\nUser wants to install Docker (macOS, Linux, Windows)\nUser asks about containers, images, Dockerfile, docker compose\nBuilding, running, or debugging Docker commands or workflows\nUser asks for \"latest Docker docs\" or \"how do I use Docker\"\nCanonical Documentation URLs\nPurpose\tURL\nGet started / overview\thttps://docs.docker.com/get-started/overview/\nGet Docker (install)\thttps://docs.docker.com/get-started/get-docker/\nDevelop with containers\thttps://docs.docker.com/get-started/introduction/develop-with-containers/\nGuides\thttps://docs.docker.com/guides/\nManuals (install, config, use)\thttps://docs.docker.com/manuals/\nReference (CLI, Dockerfile, API)\thttps://docs.docker.com/reference/\nEngine install (Linux)\thttps://docs.docker.com/engine/install/\nDocker Desktop Mac\thttps://docs.docker.com/desktop/install/mac-install/\nDocker CLI reference\thttps://docs.docker.com/reference/cli/docker/\nDockerfile reference\thttps://docs.docker.com/reference/dockerfile/\n\nRule: For install steps, CLI syntax, or Dockerfile instructions, fetch the relevant doc URL and use that content. Do not rely on training data for version-specific install or command details.\n\nInstallation (Reliable Paths)\nmacOS\n\nRecommended: Docker Desktop\n\nDownload from official docs: Install Docker Desktop on Mac.\nApple Silicon: https://desktop.docker.com/mac/main/arm64/Docker.dmg\nIntel: https://desktop.docker.com/mac/main/amd64/Docker.dmg\nOpen Docker.dmg, drag Docker to Applications, then open Docker.app and accept terms.\nCLI install (optional): After downloading the DMG:\nsudo hdiutil attach Docker.dmg\nsudo /Volumes/Docker/Docker.app/Contents/MacOS/install\nsudo hdiutil detach /Volumes/Docker\n\nVerify: docker run hello-world\n\nOpenClaw / automation: If docker is missing and the user is on macOS, suggest installing via Homebrew: brew install --cask docker, then starting Docker Desktop so the daemon is running.\n\nLinux (Ubuntu example)\nPrefer Docker Engine from apt (see Install Docker Engine on Ubuntu).\nRemove conflicting packages first:\nsudo apt remove $(dpkg --get-selections docker.io docker-compose docker-compose-v2 docker-doc podman-docker containerd runc 2>/dev/null | cut -f1)\n\nAdd Docker’s apt repo, then:\nsudo apt update\nsudo apt install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin\nsudo systemctl start docker\nsudo docker run hello-world\n\nOptional (run without sudo): Linux postinstall — add user to docker group.\n\nConvenience script (dev/test only): curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh. Not recommended for production.\n\nWindows\n\nUse Get Docker and follow Docker Desktop for Windows (WSL2 backend recommended).\n\nCore Workflow: Build and Run\nDockerfile in app directory (see reference.md or Dockerfile reference).\nBuild image: docker build -t <name> .\nRun container: docker run -d -p HOST_PORT:CONTAINER_PORT <name> (e.g. -p 127.0.0.1:3000:3000).\nList containers: docker ps (running), docker ps -a (all).\nStop/remove: docker stop <container>, docker rm <container>.\n\nExample from official getting-started:\n\ndocker build -t getting-started .\ndocker run -d -p 127.0.0.1:3000:3000 getting-started\n# Open http://localhost:3000\n\nDaemon Must Be Running\nDocker Desktop (Mac/Windows): Ensure Docker Desktop app is running; docker CLI talks to its daemon.\nLinux: sudo systemctl start docker (and enable if needed).\nIf the user sees \"Cannot connect to the Docker daemon\", direct them to start Docker Desktop or the engine service and try again.\nQuick Reference\nImages: docker pull <image>, docker images, docker rmi <image>\nContainers: docker run, docker ps, docker stop, docker rm, docker logs <container>\nCompose: docker compose up -d, docker compose down — use compose.yaml in project root (see Compose file reference).\nCleanup: docker system prune -a (removes unused images/containers/networks; use with care).\nAdditional Resources\nFor detailed CLI and Dockerfile syntax, see reference.md.\nFor full specs, fetch from the official reference and guides."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/RuneweaverStudios/docker-skill",
    "publisherUrl": "https://clawhub.ai/RuneweaverStudios/docker-skill",
    "owner": "RuneweaverStudios",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/docker-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/docker-skill",
    "agentUrl": "https://openagent3.xyz/skills/docker-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/docker-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/docker-skill/agent.md"
  }
}