{
  "schemaVersion": "1.0",
  "item": {
    "slug": "podman-browser",
    "name": "podman-browser",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ricardodantas/podman-browser",
    "canonicalUrl": "https://clawhub.ai/ricardodantas/podman-browser",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/podman-browser",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=podman-browser",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "browse.js",
      "README.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. 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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.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/podman-browser"
    },
    "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/podman-browser",
    "agentPageUrl": "https://openagent3.xyz/skills/podman-browser/agent",
    "manifestUrl": "https://openagent3.xyz/skills/podman-browser/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/podman-browser/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": "Podman Browser Skill",
        "body": "Headless browser automation using Podman + Playwright for scraping JavaScript-rendered pages."
      },
      {
        "title": "Requirements",
        "body": "Podman 5.x+ installed and running\nNode.js 18+ (for running the CLI)\nInternet connection (first run pulls ~1.5GB container image)"
      },
      {
        "title": "Installation",
        "body": "Create a symlink for easy access:\n\nchmod +x browse.js\nln -sf \"$(pwd)/browse.js\" ~/.local/bin/podman-browse\n\nFirst run will pull the Playwright container image (~1.5GB)."
      },
      {
        "title": "podman-browse (or ./browse.js)",
        "body": "Fetch a JavaScript-rendered page and return its text content.\n\npodman-browse \"https://example.com\"\n\nOptions:\n\n--html - Return raw HTML instead of text\n--wait <ms> - Wait for additional time after load (default: 2000ms)\n--selector <css> - Wait for specific element before capturing\n-h, --help - Show help\n\nExamples:\n\n# Get rendered text content from Hacker News\npodman-browse \"https://news.ycombinator.com\"\n\n# Get raw HTML\npodman-browse --html \"https://news.ycombinator.com\"\n\n# Wait for specific element\npodman-browse --selector \".itemlist\" \"https://news.ycombinator.com\"\n\n# Extra wait time for slow pages\npodman-browse --wait 5000 \"https://news.ycombinator.com/newest\""
      },
      {
        "title": "How It Works",
        "body": "Runs Microsoft's official Playwright container via Podman\nUses Chromium in headless mode\nWaits for JavaScript to render (networkidle + custom wait)\nReturns text or HTML content"
      },
      {
        "title": "Container Image",
        "body": "Uses mcr.microsoft.com/playwright:v1.50.0-noble with playwright@1.50.0 npm package (versions must match)."
      },
      {
        "title": "Files",
        "body": "browse.js - Self-contained Node.js CLI (handles args + spawns podman)\nSKILL.md - This documentation"
      },
      {
        "title": "Notes",
        "body": "First run will pull the container image (~1.5GB)\nUses --ipc=host for Chromium stability\nUses --init to handle zombie processes\nSandbox disabled when running as root (fine for trusted sites)\nEach run starts a fresh container (clean but takes ~10-15s)"
      }
    ],
    "body": "Podman Browser Skill\n\nHeadless browser automation using Podman + Playwright for scraping JavaScript-rendered pages.\n\nRequirements\nPodman 5.x+ installed and running\nNode.js 18+ (for running the CLI)\nInternet connection (first run pulls ~1.5GB container image)\nInstallation\n\nCreate a symlink for easy access:\n\nchmod +x browse.js\nln -sf \"$(pwd)/browse.js\" ~/.local/bin/podman-browse\n\n\nFirst run will pull the Playwright container image (~1.5GB).\n\nCommands\npodman-browse (or ./browse.js)\n\nFetch a JavaScript-rendered page and return its text content.\n\npodman-browse \"https://example.com\"\n\n\nOptions:\n\n--html - Return raw HTML instead of text\n--wait <ms> - Wait for additional time after load (default: 2000ms)\n--selector <css> - Wait for specific element before capturing\n-h, --help - Show help\n\nExamples:\n\n# Get rendered text content from Hacker News\npodman-browse \"https://news.ycombinator.com\"\n\n# Get raw HTML\npodman-browse --html \"https://news.ycombinator.com\"\n\n# Wait for specific element\npodman-browse --selector \".itemlist\" \"https://news.ycombinator.com\"\n\n# Extra wait time for slow pages\npodman-browse --wait 5000 \"https://news.ycombinator.com/newest\"\n\nHow It Works\nRuns Microsoft's official Playwright container via Podman\nUses Chromium in headless mode\nWaits for JavaScript to render (networkidle + custom wait)\nReturns text or HTML content\nContainer Image\n\nUses mcr.microsoft.com/playwright:v1.50.0-noble with playwright@1.50.0 npm package (versions must match).\n\nFiles\nbrowse.js - Self-contained Node.js CLI (handles args + spawns podman)\nSKILL.md - This documentation\nNotes\nFirst run will pull the container image (~1.5GB)\nUses --ipc=host for Chromium stability\nUses --init to handle zombie processes\nSandbox disabled when running as root (fine for trusted sites)\nEach run starts a fresh container (clean but takes ~10-15s)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ricardodantas/podman-browser",
    "publisherUrl": "https://clawhub.ai/ricardodantas/podman-browser",
    "owner": "ricardodantas",
    "version": "1.2.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/podman-browser",
    "downloadUrl": "https://openagent3.xyz/downloads/podman-browser",
    "agentUrl": "https://openagent3.xyz/skills/podman-browser/agent",
    "manifestUrl": "https://openagent3.xyz/skills/podman-browser/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/podman-browser/agent.md"
  }
}