Pilot: A Browser Automation Tool Built Entirely with Claude Code

Pilot is a browser automation tool built entirely by Claude Code, directed and tested by a non-developer. It enables Claude to control Chrome by reading the accessibility tree—the same structure screen readers use—and assigning numbers to clickable elements for precise navigation.
How It Works
The tool converts page elements into compact text data instead of screenshots. Each clickable element gets a number, allowing Claude to issue commands like click 5 rather than guessing screen positions. This approach handles popups and works across multiple tabs.
Setup and Usage
- Install the Chrome extension and start the server
- Type
/pilotin Claude Code - Ask Claude to perform tasks like "go to YouTube and search for cooking tutorials"
Multiple actions can be batched in a single call, and the tool processes page data as compact text rather than screenshots.
Development Insights
The creator learned several key lessons while building with AI:
- Clearly describing what you want is the hardest part
- Testing remains the human's responsibility—Claude writes code but you must verify it works
- Development required many iterations, not a one-shot process
The tool is free, MIT licensed, and works on macOS, Linux, and Windows. The GitHub repository is available for those interested in the implementation or wanting to contribute.
📖 Read the full source: r/ClaudeAI
👀 See Also

OpenClaw A2A Plugin: Delegate Work to Remote Agents and Replay Continuation State
A new open-source plugin adds the `remote_agent` tool to OpenClaw, enabling cross-agent delegation with A2A protocol support and continuation state replay.

PhAIL Benchmark Tests VLA Models on Real Warehouse Robot Tasks
PhAIL is a real-robot benchmark that tests four vision-language-action models on bin-to-bin order picking using a Franka FR3 robot. The best model achieved 64 units per hour, compared to 330 UPH for human teleoperation and 1,300+ UPH for human manual work.

Automate daily briefings into personal Spotify podcasts with OpenClaw and the Save to Spotify CLI
OpenClaw runs daily at 7am, pulls Slack threads + GitHub notifications + calendar, summarizes into mp3, and uploads as a private episode via the Save to Spotify CLI. Works on Free and Premium.

RCFlow: Open-source orchestrator for Claude Code, Codex, and OpenCode with multi-session management
RCFlow is an AGPL v3 orchestrator for AI coding agents (Claude Code, Codex, OpenCode) providing a unified UI to manage parallel sessions across machines, with worktree support, task planning, artifact tracking, and live telemetry.