← 返回 Skills 市场
ricardodantas

podman-browser

作者 ricardodantas · GitHub ↗ · v1.2.1
cross-platform ⚠ suspicious
2037
总下载
2
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install podman-browser
功能描述
Run a headless Chromium browser via Podman to fetch text or HTML from JavaScript-rendered web pages using Playwright in a container.
安全使用建议
This skill appears to do what it says: run Playwright in a Podman container to fetch rendered HTML/text. Before installing, consider the following: (1) ensure Podman 5.x+ and Node.js 18+ are installed locally — the package metadata did not declare these required binaries but the script needs them; (2) the first run pulls ~1.5GB from mcr.microsoft.com and each run executes 'npm install' inside the container unless the image already includes Playwright — expect network activity and slower startup; (3) the container is launched with --ipc=host and the script notes sandboxing may be disabled when run as root — avoid running this as root and avoid pointing it at highly sensitive or untrusted URLs unless you accept that risk; (4) if you want stricter isolation, run Podman with additional network or seccomp restrictions or pre-build an image with Playwright to avoid per-run npm installs; (5) consider requesting the publisher update the registry metadata to list required binaries (podman, node) so platform checks can be clearer. Overall the skill is internally coherent, but exercise operational caution when running containers that render arbitrary web pages.
功能分析
Type: OpenClaw Skill Name: podman-browser Version: 1.2.1 The skill is classified as suspicious due to the use of `--ipc=host` and `--no-sandbox` flags when launching Chromium within the Podman container, as seen in `browse.js` and documented in `SKILL.md`. While these configurations might be used for browser stability, they significantly increase the attack surface by allowing container processes to access host IPC resources and reducing browser isolation. Additionally, the `browse.js` script performs `npm install playwright` inside the container on every execution, introducing a dynamic dependency resolution step which carries a minor supply chain risk, even for a legitimate package.
能力评估
Purpose & Capability
The code and SKILL.md implement a Podman-based Playwright scraper, which matches the name. However the registry metadata declares no required binaries while the implementation obviously requires the 'podman' binary (and Node.js to run the CLI). The mismatch is a metadata/packaging omission rather than functional misalignment.
Instruction Scope
The runtime instructions stay within the stated purpose (spawning a Playwright Chromium instance to capture rendered HTML/text). Notable operational choices: each run builds (npm install) inside the container (network activity, slower runs), the container is started with --ipc=host (documented for Chromium stability) and no explicit network isolation is applied. The SKILL.md also notes sandbox is disabled when run as root. These are documented but increase the attack surface when browsing untrusted sites or running as root.
Install Mechanism
This is an instruction-only skill with a small CLI script; there is no remote install step in the skill package. The container image used is an official Microsoft Playwright image on mcr.microsoft.com (a known registry). The script runs 'npm install [email protected]' inside that container at runtime — that pulls from the public npm registry each run unless the image already contains the package. No obscure or shortened URLs or external arbitrary downloads are used by the skill itself.
Credentials
The skill does not request secrets, config paths, or environment variables from the platform. It sets container environment variables for the target URL and options, but does not attempt to read platform credentials. The absence of declared required binaries is the only proportionality issue (podman/node should be declared).
Persistence & Privilege
The skill does not request 'always: true' and does not modify other skills or system-wide settings. It runs on-demand and creates ephemeral containers per invocation, so persistence and privilege requests are minimal.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install podman-browser
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /podman-browser 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.1
- No code or documentation changes in this release. - Version bumped to 1.2.1 with no modifications detected.
v1.2.0
- Added documentation outlining headless browser automation with Podman and Playwright. - Clearly lists requirements: Podman 5.x+ and Node.js 18+, Docker not needed. - Provides installation steps and symlink instructions for the browse.js CLI tool. - Describes command options: --html, --wait, --selector, and usage examples. - Explains underlying operation using a Playwright container with Chromium. - Notes details about container image, security, and runtime considerations.
元数据
Slug podman-browser
版本 1.2.1
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

podman-browser 是什么?

Run a headless Chromium browser via Podman to fetch text or HTML from JavaScript-rendered web pages using Playwright in a container. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2037 次。

如何安装 podman-browser?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install podman-browser」即可一键安装,无需额外配置。

podman-browser 是免费的吗?

是的,podman-browser 完全免费(开源免费),可自由下载、安装和使用。

podman-browser 支持哪些平台?

podman-browser 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 podman-browser?

由 ricardodantas(@ricardodantas)开发并维护,当前版本 v1.2.1。

💬 留言讨论