← 返回 Skills 市场
builder-nc

Plasmate

作者 Builder-NC · GitHub ↗ · v3.2.0 · MIT-0
cross-platform ✓ 安全检测通过
191
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install plasmate
功能描述
Browse the web via Plasmate, a fast headless browser engine for agents. Compiles HTML into a Semantic Object Model (SOM) - 50x faster than Chrome, 10x fewer...
安全使用建议
This skill appears to do what it says: control a local Plasmate headless browser. Before installing, consider: 1) Prefer building from source (cargo install) if you need stronger assurance; 2) If you use the 'curl | sh' installer, review the install script at https://plasmate.app/install.sh to ensure it does what you expect; 3) The provided Python helper will pip-install the 'websockets' package if missing — that modifies your Python environment and reaches out to PyPI; run it in a virtualenv or sandbox if you want to avoid global changes; 4) The Plasmate server listens on localhost (9222 by default) — if you run other local tools that connect to that port, be aware they could interact with the same server; 5) Verify the upstream project (GitHub/source) and the integrity of downloaded binaries if you require higher assurance.
功能分析
Type: OpenClaw Skill Name: plasmate Version: 3.2.0 The Plasmate skill provides a headless browser engine optimized for AI agents, using a Semantic Object Model (SOM) for efficiency. The bundle includes a Python client (scripts/awp-browse.py) that communicates with a local Plasmate server via WebSockets and handles basic browser actions like navigation and element interaction. While the installation instructions include a 'curl | sh' method and the script automatically installs the 'websockets' library via pip, these behaviors are standard for developer tools of this nature and align with the stated purpose without evidence of malicious intent or data exfiltration.
能力评估
Purpose & Capability
Name/description, required binary (plasmate), install options, and the included Python AWP client all align: the skill exists to control a local Plasmate server. There are no unexpected credentials, unrelated binaries, or external services required.
Instruction Scope
SKILL.md and scripts limit actions to starting/connecting to a local Plasmate server and issuing AWP/CDP commands. They do not attempt to read unrelated system files or exfiltrate data. One scope mismatch: the Python client auto-installs the 'websockets' pip package at runtime if missing; this side-effect is not documented in SKILL.md metadata and will modify the environment.
Install Mechanism
Two install options are provided: 'cargo install plasmate' (build from source) and 'curl -fsSL https://plasmate.app/install.sh | sh' (run remote installer). The remote-install pattern (pipe-to-sh) is convenient but inherently risky — it executes a script fetched from the network. The domain is the project's official site (plasmate.app), which reduces suspicion, and a source/build option is available, lowering risk further.
Credentials
The skill does not request credentials, environment variables, or config paths. The only noteworthy environment access is starting a local server on a standard localhost port and the helper script's ability to pip-install a dependency (network access to PyPI). Those are proportionate to running a local headless browser client.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It may start a local 'plasmate serve' process (expected behavior) but does not modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install plasmate
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /plasmate 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.2.0
Remove auth-flow reference doc that triggered VirusTotal false positives. Simplified SKILL.md - removed detailed crypto/auth language. Auth docs moved to docs.plasmate.app.
v1.4.0
Fix ClawHub listing flags: add homepage, source repo, license, privacy policy URL, install methods, and emoji to frontmatter metadata
v1.3.0
Improved security framing: lead with privacy section, reframe cookie sharing as user-initiated, remove raw credential examples, add privacy policy and source links
v1.2.0
Agent-driven auth flow: guided setup with /api/wait long-poll endpoint
v1.1.0
Auth bridge server, AES-256-GCM encryption, cookie expiry tracking, Chrome extension integration
元数据
Slug plasmate
版本 3.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

Plasmate 是什么?

Browse the web via Plasmate, a fast headless browser engine for agents. Compiles HTML into a Semantic Object Model (SOM) - 50x faster than Chrome, 10x fewer... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 191 次。

如何安装 Plasmate?

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

Plasmate 是免费的吗?

是的,Plasmate 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Plasmate 支持哪些平台?

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

谁开发了 Plasmate?

由 Builder-NC(@builder-nc)开发并维护,当前版本 v3.2.0。

💬 留言讨论