← Back to Skills Marketplace
ucasytoo

Page Agent Claw Controller

by ucasYToo · GitHub ↗ · v0.1.1 · MIT-0
linuxdarwinwin32 ✓ Security Clean
395
Downloads
1
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install page-agent-claw
Description
通过本地 page-agent 服务(运行在 http://localhost:4222)执行浏览器自动化任务。当用户指令中包含 "page-agent" 或需要调用本地浏览器时使用,该服务可以打开网页、执行页面操作、提取信息等。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install page-agent-claw
  3. After installation, invoke the skill by name or use /page-agent-claw
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug page-agent-claw
Version 0.1.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Page Agent Claw Controller?

通过本地 page-agent 服务(运行在 http://localhost:4222)执行浏览器自动化任务。当用户指令中包含 "page-agent" 或需要调用本地浏览器时使用,该服务可以打开网页、执行页面操作、提取信息等。 It is an AI Agent Skill for Claude Code / OpenClaw, with 395 downloads so far.

How do I install Page Agent Claw Controller?

Run "/install page-agent-claw" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Page Agent Claw Controller free?

Yes, Page Agent Claw Controller is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Page Agent Claw Controller support?

Page Agent Claw Controller is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created Page Agent Claw Controller?

It is built and maintained by ucasYToo (@ucasytoo); the current version is v0.1.1.

💬 Comments