← 返回 Skills 市场
ucasytoo

Page Agent Claw Controller

作者 ucasYToo · GitHub ↗ · v0.1.1 · MIT-0
linuxdarwinwin32 ✓ 安全检测通过
395
总下载
1
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install page-agent-claw
功能描述
通过本地 page-agent 服务(运行在 http://localhost:4222)执行浏览器自动化任务。当用户指令中包含 "page-agent" 或需要调用本地浏览器时使用,该服务可以打开网页、执行页面操作、提取信息等。
安全使用建议
This skill appears internally consistent for controlling a local page-agent service, but before installing or running anything you should: 1) verify the npm package 'page-agent-claw' and the Chrome extension come from a trusted source (review the GitHub repo and package publisher), 2) avoid sending any passwords, API keys, or other secrets in task text because the agent/browser will open remote pages, 3) install the npm package and extension in a controlled environment (or inspect their code) if you are concerned, and 4) be aware that allowing autonomous invocation lets the agent call the local service without an extra prompt—disable autonomous use if you want manual control.
功能分析
Type: OpenClaw Skill Name: page-agent-claw Version: 0.1.1 The skill bundle provides a controller for a local browser automation service ('page-agent-claw') running on localhost:4222. It uses standard curl commands to interact with a local API for task execution and status monitoring. No evidence of data exfiltration, malicious remote execution, or harmful prompt injection was found; the instructions in SKILL.md are consistent with the stated purpose of browser automation.
能力评估
Purpose & Capability
Name and description match the behavior in SKILL.md: it expects a local page-agent service at http://localhost:4222 and instructs using npm/node to install/run it and curl to call its HTTP API. Requested binaries (node, npm, curl) and the Chrome extension requirement are reasonable for a browser-automation controller.
Instruction Scope
Instructions are narrowly scoped to checking a local HTTP health/status endpoint, starting a local 'page-agent-claw' binary, and POSTing tasks to /api/task. They do not instruct reading system files, environment secrets, or contacting third-party endpoints from the agent itself. However, submitted tasks will cause the local agent/browser to load external web pages (user-provided URLs), which may lead to network activity from the browser; avoid including sensitive secrets in task payloads.
Install Mechanism
This is an instruction-only skill with no automated install spec (lowest platform risk). The SKILL.md recommends 'npm install -g page-agent-claw' and installing a Chrome extension; installing third-party npm packages or browser extensions is an external action with its own risk. The skill does not itself download or execute code automatically, but users should verify the npm package and extension provenance before installing.
Credentials
The skill declares no environment variables, no credentials, and no config paths. That aligns with its purpose of controlling a local service via HTTP; it does not request unnecessary secrets or system configuration.
Persistence & Privilege
always is false and the skill is user-invocable with normal autonomous invocation allowed. This is the platform default and appropriate for a skill that may be called when browser automation is needed. There is no indication it tries to modify other skills or persist beyond normal use.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install page-agent-claw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /page-agent-claw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
优化内容
v0.1.0
Initial release of Page Agent Claw Controller. - Automates browser tasks via a local page-agent service on http://localhost:4222. - Supports opening web pages, executing actions, and extracting information. - Provides API endpoints for status checking, health checks, and task submission. - Requires Node.js, npm, and the page-agent-claw package. - Compatible with Linux, macOS, and Windows.
元数据
Slug page-agent-claw
版本 0.1.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Page Agent Claw Controller 是什么?

通过本地 page-agent 服务(运行在 http://localhost:4222)执行浏览器自动化任务。当用户指令中包含 "page-agent" 或需要调用本地浏览器时使用,该服务可以打开网页、执行页面操作、提取信息等。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 395 次。

如何安装 Page Agent Claw Controller?

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

Page Agent Claw Controller 是免费的吗?

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

Page Agent Claw Controller 支持哪些平台?

Page Agent Claw Controller 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Page Agent Claw Controller?

由 ucasYToo(@ucasytoo)开发并维护,当前版本 v0.1.1。

💬 留言讨论