Use Case
Page Agent Claw Controller isn't just for solo use β teams can share skills and build consistent AI workflows across the organization. Perform browser automation tasks through the local page-agent service (running at http://localhost:4222). Used when the user command contains "page-agent" or needs to call the local browser, this service can open web pages, perform page operations, extract information, etc. This guide covers how to deploy Page Agent Claw Controller for your team, standardize prompts, and create shared workflows that everyone can use.
Install Page Agent Claw Controller in your project directory: .claude/skills/page-agent-claw/
Commit the skill folder to your repository so the whole team has access
Document your team's standard prompts in a shared README
Use Page Agent Claw Controller in code reviews, standups, and planning sessions
Iterate: collect feedback from the team and refine your prompts
Copy these prompts and use them with your AI agent after installing Page Agent Claw Controller
How can my team use Page Agent Claw Controller together?
Set up Page Agent Claw Controller for our project so everyone can use it
Create a shared workflow using Page Agent Claw Controller for our team
Select your agent
Option 1: Install via CLI (recommended)
Recommended (no pre-install needed)
npx clawhub@latest --dir ~/.claude/skills install page-agent-clawOr via clawhub CLI (if already installed)
clawhub --dir ~/.claude/skills install page-agent-clawβ οΈ Requires Node.js 18+. No Node? Use Option 2 below to download the ZIP instead. Install Node.js β
Option 2: Manual install (no Node required)
Download the ZIP, extract it, and place the folder at the path below. Restart your agent to activate.
Install path
~/.claude/skills/page-agent-claw/π‘Extract and place the folder at the path above, then restart your agent.